Home
last modified time | relevance | path

Searched defs:NumIndices (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h278 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 DScalarizer.cpp817 unsigned NumIndices = GEPI.getNumIndices(); visitGetElementPtrInst() local
/llvm-project/llvm/lib/IR/
H A DCore.cpp1776 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 DMachODump.cpp8067 uint32_t NumIndices = readNext<uint32_t>(Contents, Pos); printMachOUnwindInfoSection() local