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.cpp817 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst() local
820 SmallVector<Value *, 8> ScalarOps{1 + NumIndices}; in visitGetElementPtrInst()
821 SmallVector<Scatterer, 8> ScatterOps{1 + NumIndices}; in visitGetElementPtrInst()
823 for (unsigned I = 0; I < 1 + NumIndices; ++I) { in visitGetElementPtrInst()
841 SplitOps.resize(1 + NumIndices); in visitGetElementPtrInst()
842 for (unsigned J = 0; J < 1 + NumIndices; ++J) { in visitGetElementPtrInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h276 const uint16_t *SubIndices, unsigned NumIndices, in InitMCRegisterInfo() argument
292 NumSubRegIndices = NumIndices; in InitMCRegisterInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1718 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP2() argument
1719 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP2()
1720 NumIndices); in LLVMConstGEP2()
1727 unsigned NumIndices) { in LLVMConstInBoundsGEP2() argument
1728 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP2()
1729 NumIndices); in LLVMConstInBoundsGEP2()
3739 unsigned NumIndices, const char *Name) { in LLVMBuildGEP2() argument
3740 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP2()
3746 unsigned NumIndices, const char *Name) { in LLVMBuildInBoundsGEP2() argument
3747 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP2()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h2308 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2311 unsigned NumIndices);
4181 unsigned NumIndices, const char *Name);
4184 unsigned NumIndices, const char *Name);
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7955 uint32_t NumIndices = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
7957 << format("0x%" PRIx32, NumIndices) << '\n'; in printMachOUnwindInfoSection()
8009 outs() << " Top level indices: (count = " << NumIndices << ")\n"; in printMachOUnwindInfoSection()
8011 for (unsigned i = 0; i < NumIndices; ++i) { in printMachOUnwindInfoSection()