Searched defs:NumIndices (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCRegisterInfo.h | 278 InitMCRegisterInfo(const MCRegisterDesc * D,unsigned NR,unsigned RA,unsigned PC,const MCRegisterClass * C,unsigned NC,const MCPhysReg (* RURoots)[2],unsigned NRU,const int16_t * DL,const LaneBitmask * RUMS,const char * Strings,const char * ClassStrings,const uint16_t * SubIndices,unsigned NumIndices,const uint16_t * RET) InitMCRegisterInfo() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 817 unsigned NumIndices = GEPI.getNumIndices(); visitGetElementPtrInst() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 1776 LLVMConstGEP2(LLVMTypeRef Ty,LLVMValueRef ConstantVal,LLVMValueRef * ConstantIndices,unsigned NumIndices) LLVMConstGEP2() argument 1785 LLVMConstInBoundsGEP2(LLVMTypeRef Ty,LLVMValueRef ConstantVal,LLVMValueRef * ConstantIndices,unsigned NumIndices) LLVMConstInBoundsGEP2() argument 3892 LLVMBuildGEP2(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Pointer,LLVMValueRef * Indices,unsigned NumIndices,const char * Name) LLVMBuildGEP2() argument 3899 LLVMBuildInBoundsGEP2(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Pointer,LLVMValueRef * Indices,unsigned NumIndices,const char * Name) LLVMBuildInBoundsGEP2() argument [all...] |
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 8067 uint32_t NumIndices = readNext<uint32_t>(Contents, Pos); printMachOUnwindInfoSection() local
|