Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp868 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst() local
871 SmallVector<Value *, 8> ScalarOps{1 + NumIndices}; in visitGetElementPtrInst()
872 SmallVector<Scatterer, 8> ScatterOps{1 + NumIndices}; in visitGetElementPtrInst()
874 for (unsigned I = 0; I < 1 + NumIndices; ++I) { in visitGetElementPtrInst()
892 SplitOps.resize(1 + NumIndices); in visitGetElementPtrInst()
893 for (unsigned J = 0; J < 1 + NumIndices; ++J) { in visitGetElementPtrInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h284 const uint16_t *SubIndices, unsigned NumIndices, in InitMCRegisterInfo() argument
299 NumSubRegIndices = NumIndices; in InitMCRegisterInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1824 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP2() argument
1825 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP2()
1826 NumIndices); in LLVMConstGEP2()
1833 unsigned NumIndices) { in LLVMConstInBoundsGEP2() argument
1834 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP2()
1835 NumIndices); in LLVMConstInBoundsGEP2()
1843 unsigned NumIndices, in LLVMConstGEPWithNoWrapFlags() argument
1845 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEPWithNoWrapFlags()
1846 NumIndices); in LLVMConstGEPWithNoWrapFlags()
4039 unsigned NumIndices, const char *Name) { in LLVMBuildGEP2() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h2557 unsigned NumIndices);
2561 unsigned NumIndices);
2570 unsigned NumIndices, LLVMGEPNoWrapFlags NoWrapFlags);
4700 unsigned NumIndices, const char *Name);
4704 unsigned NumIndices,
4714 LLVMValueRef *Indices, unsigned NumIndices, const char *Name,
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8076 uint32_t NumIndices = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
8078 << format("0x%" PRIx32, NumIndices) << '\n'; in printMachOUnwindInfoSection()
8130 outs() << " Top level indices: (count = " << NumIndices << ")\n"; in printMachOUnwindInfoSection()
8132 for (unsigned i = 0; i < NumIndices; ++i) { in printMachOUnwindInfoSection()