MCPcopy Create free account

hub / github.com/capstone-engine/capstone / functions

Functions12,151 in github.com/capstone-engine/capstone

MethodgetBreakDownCost
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
MethodgetBroadcastShuffleOverhead
Estimate a cost of Broadcast as an extract and sequence of insert operations.
suite/synctools/tablegen/include/llvm/CodeGen/BasicTTIImpl.h:87
MethodgetBucketCount
suite/synctools/tablegen/include/llvm/CodeGen/AccelTable.h:179
MethodgetBuckets
suite/synctools/tablegen/include/llvm/CodeGen/AccelTable.h:178
MethodgetBuildVector
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
MethodgetBundle
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
MethodgetBundleBegin
suite/synctools/tablegen/include/llvm/CodeGen/MachineInstrBundleIterator.h:53
MethodgetBundleBegin
suite/synctools/tablegen/include/llvm/CodeGen/MachineInstrBundleIterator.h:81
MethodgetBundleFinal
suite/synctools/tablegen/include/llvm/CodeGen/MachineInstrBundleIterator.h:61
MethodgetBundleFinal
suite/synctools/tablegen/include/llvm/CodeGen/MachineInstrBundleIterator.h:88
MethodgetBundleOperandsEndIndex
Return the index of the last bundle operand in the Use array.
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:1928
MethodgetBundleOperandsStartIndex
Return the index of the first bundle operand in the Use array.
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:1922
MethodgetByRefSize
suite/synctools/tablegen/include/llvm/CodeGen/TargetCallingConv.h:177
MethodgetByRefType
Retrieve the byref type.
suite/synctools/tablegen/include/llvm/IR/Attributes.h:1104
MethodgetByValSize
suite/synctools/tablegen/include/llvm/CodeGen/TargetCallingConv.h:168
MethodgetByValType
Retrieve the byval type.
suite/synctools/tablegen/include/llvm/IR/Attributes.h:1098
MethodgetCALLSEQ_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
MethodgetCALLSEQ_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
MethodgetCC
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:1334
MethodgetCCIdx
Get index of Calling Convention operand.
suite/synctools/tablegen/include/llvm/CodeGen/StackMaps.h:193
MethodgetCFIIndex
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:578
MethodgetCFInstrCost
suite/synctools/tablegen/include/llvm/CodeGen/BasicTTIImpl.h:1065
MethodgetCSEInfo
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h:297
MethodgetCSRFirstUseCost
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
MethodgetCUIndex
suite/synctools/tablegen/include/llvm/CodeGen/AccelTable.h:285
MethodgetCVBytesOfCalleeSavedRegisters
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
MethodgetCacheAssociativity
suite/synctools/tablegen/include/llvm/CodeGen/BasicTTIImpl.h:628
MethodgetCacheLineSize
suite/synctools/tablegen/include/llvm/CodeGen/BasicTTIImpl.h:639
MethodgetCacheSize
suite/synctools/tablegen/include/llvm/CodeGen/BasicTTIImpl.h:622
MethodgetCachedRegUnit
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
MethodgetCachedResult
suite/synctools/tablegen/include/llvm/IR/PassManager.h:799
MethodgetCachedResult
suite/synctools/tablegen/include/llvm/IR/PassManager.h:1074
MethodgetCachedResult
suite/synctools/tablegen/include/llvm/CodeGen/MachinePassManager.h:64
MethodgetCachedResultImpl
Get a cached analysis result or return null.
suite/synctools/tablegen/include/llvm/IR/PassManager.h:886
MethodgetCallArgOperand
Return the operand of the underlying instruction associated with @p Arg.
suite/synctools/tablegen/include/llvm/IR/AbstractCallSite.h:177
MethodgetCallArgOperandNo
Return the operand index of the underlying instruction associated with @p Arg.
suite/synctools/tablegen/include/llvm/IR/AbstractCallSite.h:163
MethodgetCallArgOperandNoForCallee
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
MethodgetCallFrameDestroyOpcode
suite/synctools/tablegen/include/llvm/CodeGen/TargetInstrInfo.h:199
MethodgetCallFrameSetupOpcode
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
MethodgetCallInstrCost
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
MethodgetCallLowering
suite/synctools/tablegen/include/llvm/CodeGen/TargetSubtargetInfo.h:100
MethodgetCallPreservedMask
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
FunctiongetCallSiteBeginLabel
Get the call site number for a begin label.
suite/synctools/tablegen/include/llvm/CodeGen/MachineFunction.h:1153
MethodgetCalledOperand
Return the pointer to function that is being called.
suite/synctools/tablegen/include/llvm/IR/AbstractCallSite.h:210
MethodgetCalleeSavedSpillSlots
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
MethodgetCaller
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:1418
MethodgetCallingConv
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:1457
MethodgetCallingConv
Returns the calling convention
suite/synctools/tablegen/include/llvm/CodeGen/StackMaps.h:114
MethodgetCallingConv
Return the calling convention.
suite/synctools/tablegen/include/llvm/CodeGen/StackMaps.h:217
MethodgetCanonicalFnName
Return the canonical name for a function, taking into account suffix elision policy attributes.
suite/synctools/tablegen/include/llvm/ProfileData/SampleProf.h:957
MethodgetCanonicalMDString
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:149
MethodgetCanonicalMDString
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:3489
MethodgetCatchPad
Convenience accessors.
suite/synctools/tablegen/include/llvm/IR/Instructions.h:4573
MethodgetCatchReturnOpcode
suite/synctools/tablegen/include/llvm/CodeGen/TargetInstrInfo.h:238
MethodgetCatchSwitchParentPad
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
MethodgetCheaperNegatedExpression
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
MethodgetChecker
suite/synctools/tablegen/include/llvm/IR/PassManager.h:310
MethodgetChecksum
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:618
MethodgetClangClass
Optional field.
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:128
MethodgetClass
Get the class with the specified name.
suite/synctools/tablegen/include/llvm/TableGen/Record.h:1817
MethodgetClassType
Get casted version of extra data. @{
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:1024
MethodgetClasses
suite/synctools/tablegen/include/llvm/TableGen/Record.h:249
MethodgetClause
Return the specific clause record wrapped in the Clause class.
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:186
MethodgetClause
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
MethodgetClauseEnumSetClass
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:33
MethodgetClausePrefix
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:29
MethodgetClauseVals
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:164
MethodgetClauses
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:53
MethodgetCleanupPad
Convenience accessor.
suite/synctools/tablegen/include/llvm/IR/Instructions.h:4669
MethodgetClearCacheBuiltinName
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
MethodgetClearedProperties
suite/synctools/tablegen/include/llvm/CodeGen/MachineFunctionPass.h:62
MethodgetClearedProperties
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/RegBankSelect.h:637
MethodgetClearedProperties
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/Legalizer.h:61
MethodgetCmpLibcallCC
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
MethodgetCode
suite/synctools/tablegen/include/llvm/CodeGen/RDFGraph.h:591
MethodgetCode
suite/synctools/tablegen/include/llvm/CodeGen/RDFGraph.h:615
MethodgetCode
suite/synctools/tablegen/include/llvm/CodeGen/RDFGraph.h:621
MethodgetCode
suite/synctools/tablegen/include/llvm/CodeGen/RDFGraph.h:627
MethodgetCode
suite/synctools/tablegen/include/llvm/CodeGen/RDFGraph.h:635
FunctiongetCodeViewAnnotations
suite/synctools/tablegen/include/llvm/CodeGen/MachineFunction.h:1169
MethodgetCol
suite/synctools/tablegen/include/llvm/CodeGen/TileShapeInfo.h:59
MethodgetColumn
suite/synctools/tablegen/include/llvm/IR/DiagnosticInfo.h:369
MethodgetColumn
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:1637
MethodgetColumn
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:2172
MethodgetColumn
Get the column where the common function was defined.
suite/synctools/tablegen/include/llvm/ProfileData/Coverage/CoverageMapping.h:496
MethodgetComdat
suite/synctools/tablegen/include/llvm/IR/GlobalObject.h:123
MethodgetComdat
suite/synctools/tablegen/include/llvm/IR/GlobalValue.h:224
MethodgetCommonBinopSemantic
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
MethodgetCommonDomains
Return bitmask of domains that are available and in mask.
suite/synctools/tablegen/include/llvm/CodeGen/ExecutionDomainFix.h:99
MethodgetCommonMaskedMemoryOpCost
suite/synctools/tablegen/include/llvm/CodeGen/BasicTTIImpl.h:193
MethodgetCompareOperand
suite/synctools/tablegen/include/llvm/IR/Instructions.h:657
MethodgetCond
suite/synctools/tablegen/include/llvm/TableGen/Record.h:964
MethodgetCond
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
MethodgetCondCodeAction
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
MethodgetCondReg
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h:220
MethodgetCondition
suite/synctools/tablegen/include/llvm/IR/Instructions.h:3170
MethodgetCondition
Accessor Methods for Switch stmt
suite/synctools/tablegen/include/llvm/IR/Instructions.h:3437
MethodgetConds
suite/synctools/tablegen/include/llvm/TableGen/Record.h:974
MethodgetConfigurationMacros
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:2404
MethodgetConstVal
suite/synctools/tablegen/include/llvm/CodeGen/SelectionDAGNodes.h:1877
← previousnext →6,101–6,200 of 12,151, ranked by callers