Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDScalarizer.cpp625 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst() local
635 Ops.resize(NumIndices); in visitGetElementPtrInst()
636 for (unsigned I = 0; I < NumIndices; ++I) { in visitGetElementPtrInst()
651 Indices.resize(NumIndices); in visitGetElementPtrInst()
652 for (unsigned J = 0; J < NumIndices; ++J) in visitGetElementPtrInst()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
HDCore.h2099 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2101 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2104 unsigned NumIndices);
2107 unsigned NumIndices);
3799 LLVMValueRef *Indices, unsigned NumIndices,
3802 LLVMValueRef *Indices, unsigned NumIndices,
3808 unsigned NumIndices, const char *Name);
3811 unsigned NumIndices, const char *Name);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCRegisterInfo.h356 unsigned NumIndices, in InitMCRegisterInfo() argument
372 NumSubRegIndices = NumIndices; in InitMCRegisterInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDCore.cpp1641 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument
1642 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()
1643 NumIndices); in LLVMConstGEP()
1652 unsigned NumIndices) { in LLVMConstInBoundsGEP() argument
1653 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()
1654 NumIndices); in LLVMConstInBoundsGEP()
3585 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildGEP() argument
3587 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP()
3596 unsigned NumIndices, const char *Name) { in LLVMBuildGEP2() argument
3597 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP2()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp8062 uint32_t NumIndices = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
8064 << format("0x%" PRIx32, NumIndices) << '\n'; in printMachOUnwindInfoSection()
8116 outs() << " Top level indices: (count = " << NumIndices << ")\n"; in printMachOUnwindInfoSection()
8118 for (unsigned i = 0; i < NumIndices; ++i) { in printMachOUnwindInfoSection()