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
Function
CreateIndirectBr
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
Function
CreateInsertElement
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2311
Method
CreateInsertElement
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:267
Method
CreateInsertValue
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:282
Function
CreateInsertVector
Create a call to the experimental.vector.insert intrinsic.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:930
Function
CreateIntCast
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2043
Method
CreateIntCast
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:217
Method
CreateIntToPtr
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:230
Method
CreateIntToPtr
suite/synctools/tablegen/include/llvm/IR/NoFolder.h:220
Method
CreateIntegerToFixed
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
Method
CreateIntrinsicID
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:919
Function
CreateInvoke
Create an invoke instruction.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1032
Function
CreateIsNotNull
Return an i1 value testing if \p Arg is not null.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2404
Function
CreateIsNull
Return an i1 value testing if \p Arg is null.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2398
Method
CreateJTI
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:844
Method
CreateLE
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
Method
CreateLShr
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:155
Method
CreateLT
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
Function
CreateLandingPad
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2384
Function
CreateLoad
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
Function
CreateLogicalAnd
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1552
Function
CreateLogicalOr
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1558
Method
CreateMBB
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:816
Method
CreateMCSymbol
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:904
Method
CreateMatrixInsert
Insert a single element \p NewVal into \p Matrix at indices (\p RowIdx, \p ColumnIdx).
suite/synctools/tablegen/include/llvm/IR/MatrixBuilder.h:150
Method
CreateMatrixMultiply
Create a llvm.matrix.multiply call, multiplying matrixes \p LHS and \p RHS.
suite/synctools/tablegen/include/llvm/IR/MatrixBuilder.h:130
Method
CreateMatrixTranspose
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
Function
CreateMaxNum
Create call to the maxnum intrinsic.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:900
Function
CreateMaximum
Create call to the maximum intrinsic.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:910
Function
CreateMemCpy
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
Function
CreateMemMove
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:669
Function
CreateMemSet
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
Method
CreateMetadata
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:898
Function
CreateMinNum
Create call to the minnum intrinsic.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:895
Function
CreateMinimum
Create call to the minimum intrinsic.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:905
Method
CreateMul
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:115
Method
CreateMul
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
Method
CreateNE
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
Method
CreateNSW
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:285
Function
CreateNSWAdd
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1219
Function
CreateNSWMul
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1253
Function
CreateNSWNeg
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1589
Function
CreateNSWSub
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1236
Method
CreateNUW
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:304
Function
CreateNUWAdd
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1223
Function
CreateNUWMul
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1257
Function
CreateNUWNeg
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1593
Function
CreateNUWSub
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1240
Method
CreateNeg
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:182
Function
CreateNoAliasScopeDeclaration
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:784
Method
CreateNot
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:191
Function
CreateOr
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1382
Method
CreateOr
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:165
Function
CreatePHI
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2243
Method
CreatePointerBitCastOrAddrSpaceCast
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:212
Method
CreatePointerCast
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:208
Method
CreatePredicate
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:925
Method
CreatePtrToInt
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:234
Method
CreatePtrToInt
suite/synctools/tablegen/include/llvm/IR/NoFolder.h:224
Method
CreateReg
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:791
Method
CreateRegLiveOut
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:892
Method
CreateRegMask
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
Function
CreateResume
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1106
Function
CreateRet
Create a 'ret <val>' instruction.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:969
Function
CreateRetVoid
Create a 'ret void' instruction.
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:964
Method
CreateSDiv
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:129
Method
CreateSExtOrBitCast
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:242
Function
CreateSExtOrTrunc
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
Function
CreateSIToFP
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1941
Method
CreateSRem
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:142
Method
CreateSRem
suite/synctools/tablegen/include/llvm/IR/NoFolder.h:124
Method
CreateScalarDiv
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
Method
CreateScalarMultiply
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
Method
CreateShl
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:150
Method
CreateShr
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
Method
CreateShuffleMask
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:931
Method
CreateShuffleVector
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:272
Function
CreateStore
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1672
Function
CreateStructGEP
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1854
Method
CreateSub
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:106
Method
CreateSub
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
Method
CreateSub
Subtract matrixes \p LHS and \p RHS. Support both integer and floating point matrixes.
suite/synctools/tablegen/include/llvm/IR/MatrixBuilder.h:186
Function
CreateSwitch
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
Method
CreateTargetIndex
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:836
Method
CreateTargetPostRAHazardRecognizer
Allocate and return a hazard recognizer to use for by non-scheduling passes.
suite/synctools/tablegen/include/llvm/CodeGen/TargetInstrInfo.h:1526
Method
CreateTruncOrBitCast
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:246
Method
CreateUDiv
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:124
Function
CreateUIToFP
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1934
Method
CreateURem
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:138
Method
CreateURem
suite/synctools/tablegen/include/llvm/IR/NoFolder.h:120
Function
CreateUnOp
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1622
Method
CreateUnOp
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:195
Function
CreateUnreachable
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:1137
Function
CreateVAArg
suite/synctools/tablegen/include/llvm/IR/IRBuilder.h:2294
Method
CreateWithCopiedFlags
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:157
Method
CreateWithCopiedFlags
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:250
Method
CreateXor
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:169
Method
CreateXor
suite/synctools/tablegen/include/llvm/IR/NoFolder.h:154
Method
CreateZExtOrBitCast
suite/synctools/tablegen/include/llvm/IR/ConstantFolder.h:238
Function
CreateZExtOrTrunc
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
← previous
next →
2,801–2,900 of 12,151, ranked by callers