Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp568 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst() local
578 Ops.resize(NumIndices); in visitGetElementPtrInst()
579 for (unsigned I = 0; I < NumIndices; ++I) { in visitGetElementPtrInst()
594 Indices.resize(NumIndices); in visitGetElementPtrInst()
595 for (unsigned J = 0; J < NumIndices; ++J) in visitGetElementPtrInst()
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DCore.h2087 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2089 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2092 unsigned NumIndices);
2095 unsigned NumIndices);
3615 LLVMValueRef *Indices, unsigned NumIndices,
3618 LLVMValueRef *Indices, unsigned NumIndices,
3624 unsigned NumIndices, const char *Name);
3627 unsigned NumIndices, const char *Name);
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCRegisterInfo.h249 unsigned NumIndices, in InitMCRegisterInfo() argument
265 NumSubRegIndices = NumIndices; in InitMCRegisterInfo()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp1618 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()
1619 NumIndices); in LLVMConstGEP()
1628 unsigned NumIndices) { in LLVMConstInBoundsGEP() argument
1630 NumIndices); in LLVMConstInBoundsGEP()
3413 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildGEP() argument
3415 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP()
3424 unsigned NumIndices, const char *Name) { in LLVMBuildGEP2() argument
3425 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP2()
3432 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP()
3441 unsigned NumIndices, const char *Name) { in LLVMBuildInBoundsGEP2() argument
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp7669 uint32_t NumIndices = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
7671 << format("0x%" PRIx32, NumIndices) << '\n'; in printMachOUnwindInfoSection()
7723 outs() << " Top level indices: (count = " << NumIndices << ")\n"; in printMachOUnwindInfoSection()
7725 for (unsigned i = 0; i < NumIndices; ++i) { in printMachOUnwindInfoSection()