Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capstone-engine/capstone
/ functions
Functions
12,151 in github.com/capstone-engine/capstone
⨍
Functions
12,151
◇
Types & classes
3,652
Method
getBreakDownCost
Get the cost of using \p ValMapping to decompose a register. This is similar to ::copyCost, except for cases where multiple copy-like operations need
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h:633
Method
getBroadcastShuffleOverhead
Estimate a cost of Broadcast as an extract and sequence of insert operations.
suite/synctools/tablegen/include/llvm/CodeGen/BasicTTIImpl.h:87
Method
getBucketCount
suite/synctools/tablegen/include/llvm/CodeGen/AccelTable.h:179
Method
getBuckets
suite/synctools/tablegen/include/llvm/CodeGen/AccelTable.h:178
Method
getBuildVector
Return an ISD::BUILD_VECTOR node. The number of elements in VT, which must be a vector type, must match the number of operands in Ops. The operands mu
suite/synctools/tablegen/include/llvm/CodeGen/SelectionDAG.h:793
Method
getBundle
getBundle - Return the ingoing (Out = false) or outgoing (Out = true) bundle number for basic block #N
suite/synctools/tablegen/include/llvm/CodeGen/EdgeBundles.h:41
Method
getBundleBegin
suite/synctools/tablegen/include/llvm/CodeGen/MachineInstrBundleIterator.h:53
Method
getBundleBegin
suite/synctools/tablegen/include/llvm/CodeGen/MachineInstrBundleIterator.h:81
Method
getBundleFinal
suite/synctools/tablegen/include/llvm/CodeGen/MachineInstrBundleIterator.h:61
Method
getBundleFinal
suite/synctools/tablegen/include/llvm/CodeGen/MachineInstrBundleIterator.h:88
Method
getBundleOperandsEndIndex
Return the index of the last bundle operand in the Use array.
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:1928
Method
getBundleOperandsStartIndex
Return the index of the first bundle operand in the Use array.
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:1922
Method
getByRefSize
suite/synctools/tablegen/include/llvm/CodeGen/TargetCallingConv.h:177
Method
getByRefType
Retrieve the byref type.
suite/synctools/tablegen/include/llvm/IR/Attributes.h:1104
Method
getByValSize
suite/synctools/tablegen/include/llvm/CodeGen/TargetCallingConv.h:168
Method
getByValType
Retrieve the byval type.
suite/synctools/tablegen/include/llvm/IR/Attributes.h:1098
Method
getCALLSEQ_END
Return a new CALLSEQ_END node, which always must have a glue result (to ensure it's not CSE'd). CALLSEQ_END does not have a useful SDLoc.
suite/synctools/tablegen/include/llvm/CodeGen/SelectionDAG.h:938
Method
getCALLSEQ_START
Return a new CALLSEQ_START node, that starts new call frame, in which InSize bytes are set up inside CALLSEQ_START..CALLSEQ_END sequence and OutSize s
suite/synctools/tablegen/include/llvm/CodeGen/SelectionDAG.h:926
Method
getCC
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:1334
Method
getCCIdx
Get index of Calling Convention operand.
suite/synctools/tablegen/include/llvm/CodeGen/StackMaps.h:193
Method
getCFIIndex
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:578
Method
getCFInstrCost
suite/synctools/tablegen/include/llvm/CodeGen/BasicTTIImpl.h:1065
Method
getCSEInfo
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h:297
Method
getCSRFirstUseCost
Allow the target to override the cost of using a callee-saved register for the first time. Default value of 0 means we will use a callee-saved registe
suite/synctools/tablegen/include/llvm/CodeGen/TargetRegisterInfo.h:879
Method
getCUIndex
suite/synctools/tablegen/include/llvm/CodeGen/AccelTable.h:285
Method
getCVBytesOfCalleeSavedRegisters
Returns how many bytes of callee-saved registers the target pushed in the prologue. Only used for debug info.
suite/synctools/tablegen/include/llvm/CodeGen/MachineFrameInfo.h:635
Method
getCacheAssociativity
suite/synctools/tablegen/include/llvm/CodeGen/BasicTTIImpl.h:628
Method
getCacheLineSize
suite/synctools/tablegen/include/llvm/CodeGen/BasicTTIImpl.h:639
Method
getCacheSize
suite/synctools/tablegen/include/llvm/CodeGen/BasicTTIImpl.h:622
Method
getCachedRegUnit
Return the live range for register unit \p Unit if it has already been computed, or nullptr if it hasn't been computed yet.
suite/synctools/tablegen/include/llvm/CodeGen/LiveIntervals.h:406
Method
getCachedResult
suite/synctools/tablegen/include/llvm/IR/PassManager.h:799
Method
getCachedResult
suite/synctools/tablegen/include/llvm/IR/PassManager.h:1074
Method
getCachedResult
suite/synctools/tablegen/include/llvm/CodeGen/MachinePassManager.h:64
Method
getCachedResultImpl
Get a cached analysis result or return null.
suite/synctools/tablegen/include/llvm/IR/PassManager.h:886
Method
getCallArgOperand
Return the operand of the underlying instruction associated with @p Arg.
suite/synctools/tablegen/include/llvm/IR/AbstractCallSite.h:177
Method
getCallArgOperandNo
Return the operand index of the underlying instruction associated with @p Arg.
suite/synctools/tablegen/include/llvm/IR/AbstractCallSite.h:163
Method
getCallArgOperandNoForCallee
Return the operand index of the underlying instruction associated with the callee of this ACS. Only valid for callback calls!
suite/synctools/tablegen/include/llvm/IR/AbstractCallSite.h:194
Method
getCallFrameDestroyOpcode
suite/synctools/tablegen/include/llvm/CodeGen/TargetInstrInfo.h:199
Method
getCallFrameSetupOpcode
These methods return the opcode of the frame setup/destroy instructions if they exist (-1 otherwise). Some targets use pseudo instructions in order t
suite/synctools/tablegen/include/llvm/CodeGen/TargetInstrInfo.h:198
Method
getCallInstrCost
Compute a cost of the given call instruction. Compute the cost of calling function F with return type RetTy and argument types Tys. F might be nullpt
suite/synctools/tablegen/include/llvm/CodeGen/BasicTTIImpl.h:2024
Method
getCallLowering
suite/synctools/tablegen/include/llvm/CodeGen/TargetSubtargetInfo.h:100
Method
getCallPreservedMask
Return a mask of call-preserved registers for the given calling convention on the current function. The mask should include all call-preserved aliases
suite/synctools/tablegen/include/llvm/CodeGen/TargetRegisterInfo.h:487
Function
getCallSiteBeginLabel
Get the call site number for a begin label.
suite/synctools/tablegen/include/llvm/CodeGen/MachineFunction.h:1153
Method
getCalledOperand
Return the pointer to function that is being called.
suite/synctools/tablegen/include/llvm/IR/AbstractCallSite.h:210
Method
getCalleeSavedSpillSlots
getCalleeSavedSpillSlots - This method returns a pointer to an array of pairs, that contains an entry for each callee saved register that must be spil
suite/synctools/tablegen/include/llvm/CodeGen/TargetFrameLowering.h:180
Method
getCaller
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:1418
Method
getCallingConv
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:1457
Method
getCallingConv
Returns the calling convention
suite/synctools/tablegen/include/llvm/CodeGen/StackMaps.h:114
Method
getCallingConv
Return the calling convention.
suite/synctools/tablegen/include/llvm/CodeGen/StackMaps.h:217
Method
getCanonicalFnName
Return the canonical name for a function, taking into account suffix elision policy attributes.
suite/synctools/tablegen/include/llvm/ProfileData/SampleProf.h:957
Method
getCanonicalMDString
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:149
Method
getCanonicalMDString
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:3489
Method
getCatchPad
Convenience accessors.
suite/synctools/tablegen/include/llvm/IR/Instructions.h:4573
Method
getCatchReturnOpcode
suite/synctools/tablegen/include/llvm/CodeGen/TargetInstrInfo.h:238
Method
getCatchSwitchParentPad
Get the parentPad of this catchret's catchpad's catchswitch. The successor block is implicitly a member of this funclet.
suite/synctools/tablegen/include/llvm/IR/Instructions.h:4588
Method
getCheaperNegatedExpression
This is the helper function to return the newly negated expression only when the cost is cheaper.
suite/synctools/tablegen/include/llvm/CodeGen/TargetLowering.h:3807
Method
getChecker
suite/synctools/tablegen/include/llvm/IR/PassManager.h:310
Method
getChecksum
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:618
Method
getClangClass
Optional field.
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:128
Method
getClass
Get the class with the specified name.
suite/synctools/tablegen/include/llvm/TableGen/Record.h:1817
Method
getClassType
Get casted version of extra data. @{
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:1024
Method
getClasses
suite/synctools/tablegen/include/llvm/TableGen/Record.h:249
Method
getClause
Return the specific clause record wrapped in the Clause class.
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:186
Method
getClause
Get the value of the clause at index Idx. Use isCatch/isFilter to determine what type of clause this is.
suite/synctools/tablegen/include/llvm/IR/Instructions.h:2963
Method
getClauseEnumSetClass
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:33
Method
getClausePrefix
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:29
Method
getClauseVals
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:164
Method
getClauses
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:53
Method
getCleanupPad
Convenience accessor.
suite/synctools/tablegen/include/llvm/IR/Instructions.h:4669
Method
getClearCacheBuiltinName
Return the builtin name for the __builtin___clear_cache intrinsic Default is to invoke the clear cache library call
suite/synctools/tablegen/include/llvm/CodeGen/TargetLowering.h:4133
Method
getClearedProperties
suite/synctools/tablegen/include/llvm/CodeGen/MachineFunctionPass.h:62
Method
getClearedProperties
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/RegBankSelect.h:637
Method
getClearedProperties
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/Legalizer.h:61
Method
getCmpLibcallCC
Get the CondCode that's to be used to test the result of the comparison libcall against zero.
suite/synctools/tablegen/include/llvm/CodeGen/TargetLowering.h:2965
Method
getCode
suite/synctools/tablegen/include/llvm/CodeGen/RDFGraph.h:591
Method
getCode
suite/synctools/tablegen/include/llvm/CodeGen/RDFGraph.h:615
Method
getCode
suite/synctools/tablegen/include/llvm/CodeGen/RDFGraph.h:621
Method
getCode
suite/synctools/tablegen/include/llvm/CodeGen/RDFGraph.h:627
Method
getCode
suite/synctools/tablegen/include/llvm/CodeGen/RDFGraph.h:635
Function
getCodeViewAnnotations
suite/synctools/tablegen/include/llvm/CodeGen/MachineFunction.h:1169
Method
getCol
suite/synctools/tablegen/include/llvm/CodeGen/TileShapeInfo.h:59
Method
getColumn
suite/synctools/tablegen/include/llvm/IR/DiagnosticInfo.h:369
Method
getColumn
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:1637
Method
getColumn
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:2172
Method
getColumn
Get the column where the common function was defined.
suite/synctools/tablegen/include/llvm/ProfileData/Coverage/CoverageMapping.h:496
Method
getComdat
suite/synctools/tablegen/include/llvm/IR/GlobalObject.h:123
Method
getComdat
suite/synctools/tablegen/include/llvm/IR/GlobalValue.h:224
Method
getCommonBinopSemantic
Get the common semantic for two semantics, with the added imposition that saturated padded types retain the padding bit.
suite/synctools/tablegen/include/llvm/IR/FixedPointBuilder.h:112
Method
getCommonDomains
Return bitmask of domains that are available and in mask.
suite/synctools/tablegen/include/llvm/CodeGen/ExecutionDomainFix.h:99
Method
getCommonMaskedMemoryOpCost
suite/synctools/tablegen/include/llvm/CodeGen/BasicTTIImpl.h:193
Method
getCompareOperand
suite/synctools/tablegen/include/llvm/IR/Instructions.h:657
Method
getCond
suite/synctools/tablegen/include/llvm/TableGen/Record.h:964
Method
getCond
The condition block computes whether there is another loop iteration. If yes, branches to the body; otherwise to the exit block.
suite/synctools/tablegen/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:1508
Method
getCondCodeAction
Return how the condition code should be treated: either it is legal, needs to be expanded to some other code sequence, or the target has a custom expa
suite/synctools/tablegen/include/llvm/CodeGen/TargetLowering.h:1380
Method
getCondReg
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h:220
Method
getCondition
suite/synctools/tablegen/include/llvm/IR/Instructions.h:3170
Method
getCondition
Accessor Methods for Switch stmt
suite/synctools/tablegen/include/llvm/IR/Instructions.h:3437
Method
getConds
suite/synctools/tablegen/include/llvm/TableGen/Record.h:974
Method
getConfigurationMacros
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:2404
Method
getConstVal
suite/synctools/tablegen/include/llvm/CodeGen/SelectionDAGNodes.h:1877
← previous
next →
6,101–6,200 of 12,151, ranked by callers