MCPcopy Create free account

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

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

FunctionCreateBr
Create an unconditional 'br label X' instruction.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:988
MethodCreateCFIIndex
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:913
MethodCreateCImm
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:779
MethodCreateCPI
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:828
FunctionCreateCall
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2251
FunctionCreateCallBr
\brief Create a callbr instruction.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1071
MethodCreateCast
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:203
FunctionCreateCatchPad
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1122
FunctionCreateCatchRet
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1133
FunctionCreateCatchSwitch
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1115
FunctionCreateCleanupPad
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1127
FunctionCreateCleanupRet
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1110
FunctionCreateCmp
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2213
MethodCreateColumnMajorLoad
Create a column major, strided matrix load. \p DataPtr - Start address of the matrix read \p Rows - Number of rows in matrix (must be a constant) \
suite/synctools/tablegen/include/llvm/IR/MatrixBuilder.h:65
MethodCreateColumnMajorStore
Create a column major, strided matrix store. \p Matrix - Matrix to store \p Ptr - Pointer to write back to \p Stride - Space between columns
suite/synctools/tablegen/include/llvm/IR/MatrixBuilder.h:93
FunctionCreateCondBr
Create a conditional 'br Cond, TrueDest, FalseDest' instruction.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:994
FunctionCreateConstGEP1_32
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1762
FunctionCreateConstGEP1_64
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1808
FunctionCreateConstGEP2_32
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1782
FunctionCreateConstGEP2_64
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1828
FunctionCreateConstInBoundsGEP1_32
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1772
FunctionCreateConstInBoundsGEP1_64
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1818
FunctionCreateConstInBoundsGEP2_64
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1841
MethodCreateDiv
Divide two fixed-point values and return the result in their common semantic. \p LHS - The left hand side \p LHSSema - The semantic of the left ha
suite/synctools/tablegen/include/llvm/IR/FixedPointBuilder.h:314
MethodCreateEQ
Compare two fixed-point values for equality. \p LHS - The left hand side \p LHSSema - The semantic of the left hand side \p RHS - The right ha
suite/synctools/tablegen/include/llvm/IR/FixedPointBuilder.h:373
MethodCreateES
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:858
FunctionCreateElementUnorderedAtomicMemSet
Create and insert an element unordered-atomic memset of the region of memory starting at the given pointer to the given value. If the pointer isn't a
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:598
MethodCreateExact
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:323
FunctionCreateExtractElement
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2298
MethodCreateExtractElement
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:263
FunctionCreateExtractValue
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2367
MethodCreateExtractValue
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:277
FunctionCreateExtractVector
Create a call to the experimental.vector.extract intrinsic.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:922
MethodCreateFAdd
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:102
FunctionCreateFAddFMF
Copy fast-math-flags from an instruction rather than using the builder's default FMF.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1430
MethodCreateFAddFMF
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:259
MethodCreateFCmp
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:254
MethodCreateFCmp
suite/synctools/tablegen/include/llvm/IR/NoFolder.h:244
FunctionCreateFCmpOEQ
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2128
FunctionCreateFCmpOGE
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2138
FunctionCreateFCmpOGT
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2133
FunctionCreateFCmpOLE
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2148
FunctionCreateFCmpOLT
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2143
FunctionCreateFCmpONE
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2153
FunctionCreateFCmpORD
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2158
FunctionCreateFCmpS
Create a signaling floating-point comparison (i.e. one that raises an FP exception whenever an input is any NaN, signaling or quiet). Note that this d
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2223
FunctionCreateFCmpUEQ
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2168
FunctionCreateFCmpUGE
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2178
FunctionCreateFCmpUGT
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2173
FunctionCreateFCmpULE
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2188
FunctionCreateFCmpULT
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2183
FunctionCreateFCmpUNE
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2193
FunctionCreateFCmpUNO
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2163
MethodCreateFDiv
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:134
FunctionCreateFDivFMF
Copy fast-math-flags from an instruction rather than using the builder's default FMF.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1505
MethodCreateFDivFMF
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:274
MethodCreateFI
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:823
MethodCreateFMul
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:120
FunctionCreateFMulFMF
Copy fast-math-flags from an instruction rather than using the builder's default FMF.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1480
MethodCreateFMulFMF
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:269
MethodCreateFNeg
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:187
FunctionCreateFNegFMF
Copy fast-math-flags from an instruction rather than using the builder's default FMF.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1607
MethodCreateFNegFMF
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:166
MethodCreateFPCast
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:222
FunctionCreateFPExt
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1957
MethodCreateFPImm
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:785
FunctionCreateFPToSI
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1927
FunctionCreateFPToUI
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1920
FunctionCreateFPTrunc
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1948
MethodCreateFRem
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:146
MethodCreateFRem
suite/synctools/tablegen/include/llvm/IR/NoFolder.h:128
FunctionCreateFRemFMF
Copy fast-math-flags from an instruction rather than using the builder's default FMF.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1530
MethodCreateFRemFMF
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:279
MethodCreateFSub
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:111
FunctionCreateFSubFMF
Copy fast-math-flags from an instruction rather than using the builder's default FMF.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1455
MethodCreateFSubFMF
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:264
FunctionCreateFence
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1703
MethodCreateFixedToFixed
Convert an integer value representing a fixed-point number from one fixed-point semantic to another fixed-point semantic. \p Src - The source valu
suite/synctools/tablegen/include/llvm/IR/FixedPointBuilder.h:141
MethodCreateFixedToFloating
suite/synctools/tablegen/include/llvm/IR/FixedPointBuilder.h:172
MethodCreateFixedToInteger
Convert an integer value representing a fixed-point number to an integer with the given bit width and signedness. \p Src - The source value \p
suite/synctools/tablegen/include/llvm/IR/FixedPointBuilder.h:152
MethodCreateFloatingToFixed
suite/synctools/tablegen/include/llvm/IR/FixedPointBuilder.h:189
FunctionCreateFreeze
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2389
MethodCreateGA
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:850
MethodCreateGE
Compare two fixed-point values as LHS >= RHS. \p LHS - The left hand side \p LHSSema - The semantic of the left hand side \p RHS - The right h
suite/synctools/tablegen/include/llvm/IR/FixedPointBuilder.h:451
FunctionCreateGEP
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1735
MethodCreateGT
Compare two fixed-point values as LHS > RHS. \p LHS - The left hand side \p LHSSema - The semantic of the left hand side \p RHS - The right ha
suite/synctools/tablegen/include/llvm/IR/FixedPointBuilder.h:435
FunctionCreateGlobalStringPtr
Same as CreateGlobalString, but return a pointer with "i8*" type instead of a pointer to array of i8. If no module is given via \p M, it is take from
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1864
FunctionCreateICmpSGE
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2116
FunctionCreateICmpSGT
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2112
FunctionCreateICmpSLE
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2124
FunctionCreateICmpSLT
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2120
FunctionCreateICmpUGE
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2100
FunctionCreateICmpUGT
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2096
FunctionCreateICmpULE
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2108
FunctionCreateICmpULT
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2104
MethodCreateImm
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:773
MethodCreateInBounds
Create an "inbounds" getelementptr. See the documentation for the "inbounds" flag in LangRef.html for details.
suite/synctools/tablegen/include/llvm/IR/Instructions.h:982
FunctionCreateInBoundsGEP
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1742
MethodCreateIndex
Compute the index to access the element at (\p RowIdx, \p ColumnIdx) from a matrix with \p NumRows embedded in a vector.
suite/synctools/tablegen/include/llvm/IR/MatrixBuilder.h:249
MethodCreateIndexAssumption
Create an assumption that \p Idx is less than \p NumElements.
suite/synctools/tablegen/include/llvm/IR/MatrixBuilder.h:235
← previousnext →2,701–2,800 of 12,151, ranked by callers