Home
last modified time | relevance | path

Searched defs:IdxList (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h183 ArrayRef<Constant *> IdxList) const override { in CreateGetElementPtr()
196 ArrayRef<Value *> IdxList) const override { in CreateGetElementPtr()
201 Type *Ty, Constant *C, ArrayRef<Constant *> IdxList) const override { in CreateInBoundsGetElementPtr()
214 Type *Ty, Constant *C, ArrayRef<Value *> IdxList) const override { in CreateInBoundsGetElementPtr()
308 ArrayRef<unsigned> IdxList) const override { in CreateExtractValue()
313 ArrayRef<unsigned> IdxList) const override { in CreateInsertValue()
H A DConstantFolder.h149 ArrayRef<Constant *> IdxList) const override { in CreateGetElementPtr()
162 ArrayRef<Value *> IdxList) const override { in CreateGetElementPtr()
167 Type *Ty, Constant *C, ArrayRef<Constant *> IdxList) const override { in CreateInBoundsGetElementPtr()
180 Type *Ty, Constant *C, ArrayRef<Value *> IdxList) const override { in CreateInBoundsGetElementPtr()
273 ArrayRef<unsigned> IdxList) const override { in CreateExtractValue()
278 ArrayRef<unsigned> IdxList) const override { in CreateInsertValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h141 ArrayRef<Constant *> IdxList) const override { in CreateGetElementPtr()
152 ArrayRef<Value *> IdxList) const override { in CreateGetElementPtr()
157 Type *Ty, Constant *C, ArrayRef<Constant *> IdxList) const override { in CreateInBoundsGetElementPtr()
168 Type *Ty, Constant *C, ArrayRef<Value *> IdxList) const override { in CreateInBoundsGetElementPtr()
267 ArrayRef<unsigned> IdxList) const override { in CreateExtractValue()
272 ArrayRef<unsigned> IdxList) const override { in CreateInsertValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h221 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr()
253 ArrayRef<unsigned> IdxList, Type *DestTy) in InsertValueConstantExpr()
290 ArrayRef<Constant *> IdxList, in Create()
H A DInstructions.cpp1689 void GetElementPtrInst::init(Value *Ptr, ArrayRef<Value *> IdxList, in init()
1738 static Type *getIndexedTypeInternal(Type *Ty, ArrayRef<IndexTy> IdxList) { in getIndexedTypeInternal()
1749 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<Value *> IdxList) { in getIndexedType()
1754 ArrayRef<Constant *> IdxList) { in getIndexedType()
1758 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList) { in getIndexedType()
H A DCore.cpp1691 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP() local
1702 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP() local
1843 LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned *IdxList, in LLVMConstExtractValue()
1851 unsigned *IdxList, unsigned NumIdx) { in LLVMConstInsertValue()
3647 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP() local
3657 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP2() local
3664 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP() local
3674 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP2() local
H A DConstantFold.cpp122 SmallVector<Value*, 8> IdxList; in FoldBitCast() local
H A DIRBuilder.cpp1112 SmallVector<Value *, 4> IdxList(Dimension, Zero); in CreatePreserveArrayAccessIndex() local
H A DConstants.cpp2871 Type *SrcElementTy, Constant *C, ArrayRef<Constant *> IdxList, Type *DestTy) in GetElementPtrConstantExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp196 Constant *const IdxList[] = {IdxZero, IdxZero}; in evaluateBitcastFromPtr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp365 SmallVector<Value *, 4> IdxList; in replaceWithGEP() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1323 typedef std::vector<const CodeGenSubRegIndex*> IdxList; in runTargetDesc() typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1091 Value **IdxList = new Value*[Num+1]; in fabricateGEP() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp5005 CodeGenFunction::EmitCheckedInBoundsGEP(Value *Ptr, ArrayRef<Value *> IdxList, in EmitCheckedInBoundsGEP()