Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/IR/
HDConstantsContext.h170 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr()
196 ArrayRef<unsigned> IdxList, Type *DestTy) in InsertValueConstantExpr()
220 ArrayRef<Constant*> IdxList, in Create()
228 ArrayRef<Constant *> IdxList, in Create()
HDInstructions.cpp1196 void GetElementPtrInst::init(Value *Ptr, ArrayRef<Value *> IdxList, in init()
1226 static Type *getIndexedTypeInternal(Type *Agg, ArrayRef<IndexTy> IdxList) { in getIndexedTypeInternal()
1247 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<Value *> IdxList) { in getIndexedType()
1252 ArrayRef<Constant *> IdxList) { in getIndexedType()
1256 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList) { in getIndexedType()
HDCore.cpp1165 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP() local
1175 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP() local
1311 LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned *IdxList, in LLVMConstExtractValue()
1319 unsigned *IdxList, unsigned NumIdx) { in LLVMConstInsertValue()
2529 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP() local
2536 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP() local
HDConstantFold.cpp113 SmallVector<Value*, 8> IdxList; in FoldBitCast() local
HDConstants.cpp2398 Type *SrcElementTy, Constant *C, ArrayRef<Constant *> IdxList, Type *DestTy) in GetElementPtrConstantExpr()
/NextBSD/contrib/llvm/include/llvm/IR/
HDConstantFolder.h122 ArrayRef<Constant *> IdxList) const { in CreateGetElementPtr()
132 ArrayRef<Value *> IdxList) const { in CreateGetElementPtr()
137 ArrayRef<Constant *> IdxList) const { in CreateInBoundsGetElementPtr()
148 ArrayRef<Value *> IdxList) const { in CreateInBoundsGetElementPtr()
233 ArrayRef<unsigned> IdxList) const { in CreateExtractValue()
238 ArrayRef<unsigned> IdxList) const { in CreateInsertValue()
HDNoFolder.h181 ArrayRef<Constant *> IdxList) const { in CreateGetElementPtr()
191 ArrayRef<Value *> IdxList) const { in CreateGetElementPtr()
196 ArrayRef<Constant *> IdxList) const { in CreateInBoundsGetElementPtr()
207 ArrayRef<Value *> IdxList) const { in CreateInBoundsGetElementPtr()
287 ArrayRef<unsigned> IdxList) const { in CreateExtractValue()
292 ArrayRef<unsigned> IdxList) const { in CreateInsertValue()
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDTargetFolder.h134 ArrayRef<Constant *> IdxList) const { in CreateGetElementPtr()
144 ArrayRef<Value *> IdxList) const { in CreateGetElementPtr()
149 ArrayRef<Constant *> IdxList) const { in CreateInBoundsGetElementPtr()
160 ArrayRef<Value *> IdxList) const { in CreateInBoundsGetElementPtr()
258 ArrayRef<unsigned> IdxList) const { in CreateExtractValue()
263 ArrayRef<unsigned> IdxList) const { in CreateInsertValue()
/NextBSD/contrib/llvm/utils/TableGen/
HDRegisterInfoEmitter.cpp1207 typedef std::vector<const CodeGenSubRegIndex*> IdxList; in runTargetDesc() typedef
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonCommonGEP.cpp1110 Value **IdxList = new Value*[Num+1]; in fabricateGEP() local
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDGlobalOpt.cpp2338 Constant * const IdxList[] = {IdxZero, IdxZero}; in EvaluateBlock() local