Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp642 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst() local
652 Ops.resize(NumIndices); in visitGetElementPtrInst()
653 for (unsigned I = 0; I < NumIndices; ++I) { in visitGetElementPtrInst()
668 Indices.resize(NumIndices); in visitGetElementPtrInst()
669 for (unsigned J = 0; J < NumIndices; ++J) in visitGetElementPtrInst()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h2155 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2157 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2160 unsigned NumIndices);
2163 unsigned NumIndices);
3867 LLVMValueRef *Indices, unsigned NumIndices,
3870 LLVMValueRef *Indices, unsigned NumIndices,
3876 unsigned NumIndices, const char *Name);
3879 unsigned NumIndices, const char *Name);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h363 unsigned NumIndices, in InitMCRegisterInfo() argument
379 NumSubRegIndices = NumIndices; in InitMCRegisterInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1691 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()
1692 NumIndices); in LLVMConstGEP()
1701 unsigned NumIndices) { in LLVMConstInBoundsGEP() argument
1703 NumIndices); in LLVMConstInBoundsGEP()
3656 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildGEP() argument
3658 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP()
3667 unsigned NumIndices, const char *Name) { in LLVMBuildGEP2() argument
3668 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP2()
3675 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP()
3684 unsigned NumIndices, const char *Name) { in LLVMBuildInBoundsGEP2() argument
[all …]
/freebsd-13.1/contrib/llvm-project/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()