Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h87 ArrayRef<unsigned> IdxList) const override { in FoldExtractValue()
92 ArrayRef<unsigned> IdxList) const override { in FoldInsertValue()
H A DConstantFolder.h134 ArrayRef<unsigned> IdxList) const override { in FoldExtractValue()
141 ArrayRef<unsigned> IdxList) const override { in FoldInsertValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h89 ArrayRef<unsigned> IdxList) const override { in FoldExtractValue()
94 ArrayRef<unsigned> IdxList) const override { in FoldInsertValue()
H A DTargetFolder.h145 ArrayRef<unsigned> IdxList) const override { in FoldExtractValue()
152 ArrayRef<unsigned> IdxList) const override { in FoldInsertValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h195 ArrayRef<Constant *> IdxList, in Create()
H A DInstructions.cpp1705 void GetElementPtrInst::init(Value *Ptr, ArrayRef<Value *> IdxList, in init()
1754 static Type *getIndexedTypeInternal(Type *Ty, ArrayRef<IndexTy> IdxList) { in getIndexedTypeInternal()
1765 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<Value *> IdxList) { in getIndexedType()
1770 ArrayRef<Constant *> IdxList) { in getIndexedType()
1774 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList) { in getIndexedType()
H A DCore.cpp1719 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP2() local
1728 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP2() local
3740 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP2() local
3747 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP2() local
H A DIRBuilder.cpp1241 SmallVector<Value *, 4> IdxList(Dimension, Zero); in CreatePreserveArrayAccessIndex() local
H A DConstants.cpp2610 Type *SrcElementTy, Constant *C, ArrayRef<Constant *> IdxList, Type *DestTy) in GetElementPtrConstantExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp424 SmallVector<Value *, 4> IdxList; in replaceWithGEP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1092 SmallVector<Value*, 4> IdxList; in fabricateGEP() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1322 typedef std::vector<const CodeGenSubRegIndex*> IdxList; in runTargetDesc() typedef
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5381 ArrayRef<Value *> IdxList, in EmitCheckedInBoundsGEP()