MCPcopy Create free account

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

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

FunctionCreateIndirectBr
Create an indirect branch instruction with the specified address operand, with an optional hint for the number of destinations that will be added (for
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1027
FunctionCreateInsertElement
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2311
MethodCreateInsertElement
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:267
MethodCreateInsertValue
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:282
FunctionCreateInsertVector
Create a call to the experimental.vector.insert intrinsic.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:930
FunctionCreateIntCast
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2043
MethodCreateIntCast
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:217
MethodCreateIntToPtr
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:230
MethodCreateIntToPtr
suite/synctools/tablegen/include/llvm/IR/NoFolder.h:220
MethodCreateIntegerToFixed
Convert an integer value with the given signedness to an integer value representing the given fixed-point semantic. \p Src - The source value
suite/synctools/tablegen/include/llvm/IR/FixedPointBuilder.h:164
MethodCreateIntrinsicID
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:919
FunctionCreateInvoke
Create an invoke instruction.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1032
FunctionCreateIsNotNull
Return an i1 value testing if \p Arg is not null.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2404
FunctionCreateIsNull
Return an i1 value testing if \p Arg is null.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2398
MethodCreateJTI
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:844
MethodCreateLE
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:419
MethodCreateLShr
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:155
MethodCreateLT
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:403
FunctionCreateLandingPad
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2384
FunctionCreateLoad
Provided to resolve 'CreateLoad(Ty, Ptr, "...")' correctly, instead of converting the string to 'bool' for the isVolatile parameter.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1659
FunctionCreateLogicalAnd
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1552
FunctionCreateLogicalOr
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1558
MethodCreateMBB
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:816
MethodCreateMCSymbol
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:904
MethodCreateMatrixInsert
Insert a single element \p NewVal into \p Matrix at indices (\p RowIdx, \p ColumnIdx).
suite/synctools/tablegen/include/llvm/IR/MatrixBuilder.h:150
MethodCreateMatrixMultiply
Create a llvm.matrix.multiply call, multiplying matrixes \p LHS and \p RHS.
suite/synctools/tablegen/include/llvm/IR/MatrixBuilder.h:130
MethodCreateMatrixTranspose
Create a llvm.matrix.transpose call, transposing \p Matrix with \p Rows rows and \p Columns columns.
suite/synctools/tablegen/include/llvm/IR/MatrixBuilder.h:114
FunctionCreateMaxNum
Create call to the maxnum intrinsic.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:900
FunctionCreateMaximum
Create call to the maximum intrinsic.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:910
FunctionCreateMemCpy
Create and insert a memcpy between the specified pointers. If the pointers aren't i8*, they will be converted. If a TBAA tag is specified, it will b
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:621
FunctionCreateMemMove
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:669
FunctionCreateMemSet
Create and insert a memset to the specified pointer and the specified value. If the pointer isn't an i8*, it will be converted. If a TBAA tag is spec
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:579
MethodCreateMetadata
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:898
FunctionCreateMinNum
Create call to the minnum intrinsic.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:895
FunctionCreateMinimum
Create call to the minimum intrinsic.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:905
MethodCreateMul
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:115
MethodCreateMul
Multiply 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
suite/synctools/tablegen/include/llvm/IR/FixedPointBuilder.h:286
MethodCreateNE
Compare two fixed-point values for inequality. \p LHS - The left hand side \p LHSSema - The semantic of the left hand side \p RHS - The right
suite/synctools/tablegen/include/llvm/IR/FixedPointBuilder.h:388
MethodCreateNSW
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:285
FunctionCreateNSWAdd
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1219
FunctionCreateNSWMul
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1253
FunctionCreateNSWNeg
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1589
FunctionCreateNSWSub
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1236
MethodCreateNUW
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:304
FunctionCreateNUWAdd
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1223
FunctionCreateNUWMul
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1257
FunctionCreateNUWNeg
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1593
FunctionCreateNUWSub
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1240
MethodCreateNeg
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:182
FunctionCreateNoAliasScopeDeclaration
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:784
MethodCreateNot
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:191
FunctionCreateOr
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1382
MethodCreateOr
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:165
FunctionCreatePHI
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2243
MethodCreatePointerBitCastOrAddrSpaceCast
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:212
MethodCreatePointerCast
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:208
MethodCreatePredicate
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:925
MethodCreatePtrToInt
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:234
MethodCreatePtrToInt
suite/synctools/tablegen/include/llvm/IR/NoFolder.h:224
MethodCreateReg
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:791
MethodCreateRegLiveOut
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:892
MethodCreateRegMask
CreateRegMask - Creates a register mask operand referencing Mask. The operand does not take ownership of the memory referenced by Mask, it must remai
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:886
FunctionCreateResume
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1106
FunctionCreateRet
Create a 'ret <val>' instruction.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:969
FunctionCreateRetVoid
Create a 'ret void' instruction.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:964
MethodCreateSDiv
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:129
MethodCreateSExtOrBitCast
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:242
FunctionCreateSExtOrTrunc
Create a SExt or Trunc from the integer value V to DestTy. Return the value untouched if the type of V is already DestTy.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1907
FunctionCreateSIToFP
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1941
MethodCreateSRem
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:142
MethodCreateSRem
suite/synctools/tablegen/include/llvm/IR/NoFolder.h:124
MethodCreateScalarDiv
Divide matrix \p LHS by scalar \p RHS. If the operands are integers, \p IsUnsigned indicates whether UDiv or SDiv should be used.
suite/synctools/tablegen/include/llvm/IR/MatrixBuilder.h:220
MethodCreateScalarMultiply
Multiply matrix \p LHS with scalar \p RHS or scalar \p LHS with matrix \p RHS.
suite/synctools/tablegen/include/llvm/IR/MatrixBuilder.h:211
MethodCreateShl
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:150
MethodCreateShr
Right shift a fixed-point value by an unsigned integer value. The integer value can be any bit width. \p LHS - The left hand side \p LHSSema - The
suite/synctools/tablegen/include/llvm/IR/FixedPointBuilder.h:362
MethodCreateShuffleMask
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:931
MethodCreateShuffleVector
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:272
FunctionCreateStore
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1672
FunctionCreateStructGEP
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1854
MethodCreateSub
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:106
MethodCreateSub
Subtract 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
suite/synctools/tablegen/include/llvm/IR/FixedPointBuilder.h:252
MethodCreateSub
Subtract matrixes \p LHS and \p RHS. Support both integer and floating point matrixes.
suite/synctools/tablegen/include/llvm/IR/MatrixBuilder.h:186
FunctionCreateSwitch
Create a switch instruction with the specified value, default dest, and with a hint for the number of cases that will be added (for efficient allocati
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1017
MethodCreateTargetIndex
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:836
MethodCreateTargetPostRAHazardRecognizer
Allocate and return a hazard recognizer to use for by non-scheduling passes.
suite/synctools/tablegen/include/llvm/CodeGen/TargetInstrInfo.h:1526
MethodCreateTruncOrBitCast
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:246
MethodCreateUDiv
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:124
FunctionCreateUIToFP
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1934
MethodCreateURem
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:138
MethodCreateURem
suite/synctools/tablegen/include/llvm/IR/NoFolder.h:120
FunctionCreateUnOp
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1622
MethodCreateUnOp
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:195
FunctionCreateUnreachable
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1137
FunctionCreateVAArg
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2294
MethodCreateWithCopiedFlags
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:157
MethodCreateWithCopiedFlags
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:250
MethodCreateXor
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:169
MethodCreateXor
suite/synctools/tablegen/include/llvm/IR/NoFolder.h:154
MethodCreateZExtOrBitCast
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:238
FunctionCreateZExtOrTrunc
Create a ZExt or Trunc from the integer value V to DestTy. Return the value untouched if the type of V is already DestTy.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1892
← previousnext →2,801–2,900 of 12,151, ranked by callers