Home
last modified time | relevance | path

Searched refs:NumIndices (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp637 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst() local
647 Ops.resize(NumIndices); in visitGetElementPtrInst()
648 for (unsigned I = 0; I < NumIndices; ++I) { in visitGetElementPtrInst()
663 Indices.resize(NumIndices); in visitGetElementPtrInst()
664 for (unsigned J = 0; J < NumIndices; ++J) in visitGetElementPtrInst()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h2155 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2157 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2160 unsigned NumIndices);
2163 unsigned NumIndices);
3859 LLVMValueRef *Indices, unsigned NumIndices,
3862 LLVMValueRef *Indices, unsigned NumIndices,
3868 unsigned NumIndices, const char *Name);
3871 unsigned NumIndices, const char *Name);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCRegisterInfo.h363 unsigned NumIndices, in InitMCRegisterInfo() argument
379 NumSubRegIndices = NumIndices; in InitMCRegisterInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp1690 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument
1691 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()
1692 NumIndices); in LLVMConstGEP()
1701 unsigned NumIndices) { in LLVMConstInBoundsGEP() argument
1702 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()
1703 NumIndices); in LLVMConstInBoundsGEP()
3645 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildGEP() argument
3647 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP()
3656 unsigned NumIndices, const char *Name) { in LLVMBuildGEP2() argument
3657 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP2()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp8081 uint32_t NumIndices = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
8083 << format("0x%" PRIx32, NumIndices) << '\n'; in printMachOUnwindInfoSection()
8135 outs() << " Top level indices: (count = " << NumIndices << ")\n"; in printMachOUnwindInfoSection()
8137 for (unsigned i = 0; i < NumIndices; ++i) { in printMachOUnwindInfoSection()