/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | TargetFolder.h | 134 ArrayRef<Constant *> IdxList) const { in CreateGetElementPtr() 144 ArrayRef<Value *> IdxList) const { in CreateGetElementPtr() 149 ArrayRef<Constant *> IdxList) const { in CreateInBoundsGetElementPtr() 159 ArrayRef<Value *> IdxList) const { in CreateInBoundsGetElementPtr() 243 ArrayRef<unsigned> IdxList) const { in CreateExtractValue() 248 ArrayRef<unsigned> IdxList) const { in CreateInsertValue()
|
D | ConstantFolder.h | 122 ArrayRef<Constant *> IdxList) const { in CreateGetElementPtr() 132 ArrayRef<Value *> IdxList) const { in CreateGetElementPtr() 137 ArrayRef<Constant *> IdxList) const { in CreateInBoundsGetElementPtr() 147 ArrayRef<Value *> IdxList) const { in CreateInBoundsGetElementPtr() 226 ArrayRef<unsigned> IdxList) const { in CreateExtractValue() 231 ArrayRef<unsigned> IdxList) const { in CreateInsertValue()
|
D | NoFolder.h | 181 ArrayRef<Constant *> IdxList) const { in CreateGetElementPtr() 185 ArrayRef<Value *> IdxList) const { in CreateGetElementPtr() 190 ArrayRef<Constant *> IdxList) const { in CreateInBoundsGetElementPtr() 194 ArrayRef<Value *> IdxList) const { in CreateInBoundsGetElementPtr() 274 ArrayRef<unsigned> IdxList) const { in CreateExtractValue() 279 ArrayRef<unsigned> IdxList) const { in CreateInsertValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 133 ArrayRef<Constant *> IdxList) const { in CreateGetElementPtr() 143 ArrayRef<Value *> IdxList) const { in CreateGetElementPtr() 148 ArrayRef<Constant *> IdxList) const { in CreateInBoundsGetElementPtr() 159 ArrayRef<Value *> IdxList) const { in CreateInBoundsGetElementPtr() 257 ArrayRef<unsigned> IdxList) const { in CreateExtractValue() 262 ArrayRef<unsigned> IdxList) const { in CreateInsertValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 143 ArrayRef<Constant *> IdxList) const { in CreateGetElementPtr() 155 ArrayRef<Value *> IdxList) const { in CreateGetElementPtr() 160 ArrayRef<Constant *> IdxList) const { in CreateInBoundsGetElementPtr() 173 ArrayRef<Value *> IdxList) const { in CreateInBoundsGetElementPtr() 265 ArrayRef<unsigned> IdxList) const { in CreateExtractValue() 270 ArrayRef<unsigned> IdxList) const { in CreateInsertValue()
|
D | NoFolder.h | 212 ArrayRef<Constant *> IdxList) const { in CreateGetElementPtr() 224 ArrayRef<Value *> IdxList) const { in CreateGetElementPtr() 229 ArrayRef<Constant *> IdxList) const { in CreateInBoundsGetElementPtr() 242 ArrayRef<Value *> IdxList) const { in CreateInBoundsGetElementPtr() 330 ArrayRef<unsigned> IdxList) const { in CreateExtractValue() 335 ArrayRef<unsigned> IdxList) const { in CreateInsertValue()
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 122 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()
|
D | NoFolder.h | 181 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()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 134 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()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantsContext.h | 161 const SmallVector<unsigned, 4> &IdxList, in ExtractValueConstantExpr() 186 const SmallVector<unsigned, 4> &IdxList, in InsertValueConstantExpr() 209 const std::vector<Constant*>&IdxList, in Create()
|
D | Instructions.cpp | 1334 void GetElementPtrInst::init(Value *Ptr, ArrayRef<Value *> IdxList, in init() 1361 static Type *getIndexedTypeInternal(Type *Ptr, ArrayRef<IndexTy> IdxList) { in getIndexedTypeInternal() 1386 Type *GetElementPtrInst::getIndexedType(Type *Ptr, ArrayRef<Value *> IdxList) { in getIndexedType() 1391 ArrayRef<Constant *> IdxList) { in getIndexedType() 1395 Type *GetElementPtrInst::getIndexedType(Type *Ptr, ArrayRef<uint64_t> IdxList) { in getIndexedType()
|
D | Core.cpp | 865 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP() local 875 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP() local 1005 LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned *IdxList, in LLVMConstExtractValue() 1013 unsigned *IdxList, unsigned NumIdx) { in LLVMConstInsertValue() 2032 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP() local 2039 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP() local
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 168 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr() 201 ArrayRef<unsigned> IdxList, Type *DestTy) in InsertValueConstantExpr() 233 ArrayRef<Constant *> IdxList, in Create()
|
D | Core.cpp | 1257 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP() local 1267 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP() local 1403 LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned *IdxList, in LLVMConstExtractValue() 1411 unsigned *IdxList, unsigned NumIdx) { in LLVMConstInsertValue() 2780 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP() local 2787 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP() local
|
D | Instructions.cpp | 1641 void GetElementPtrInst::init(Value *Ptr, ArrayRef<Value *> IdxList, in init() 1671 static Type *getIndexedTypeInternal(Type *Agg, ArrayRef<IndexTy> IdxList) { in getIndexedTypeInternal() 1692 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<Value *> IdxList) { in getIndexedType() 1697 ArrayRef<Constant *> IdxList) { in getIndexedType() 1701 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList) { in getIndexedType()
|
D | ConstantFold.cpp | 111 SmallVector<Value*, 8> IdxList; in FoldBitCast() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantsContext.h | 175 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr() 207 ArrayRef<unsigned> IdxList, Type *DestTy) in InsertValueConstantExpr() 244 ArrayRef<Constant *> IdxList, in Create()
|
D | Instructions.cpp | 1403 void GetElementPtrInst::init(Value *Ptr, ArrayRef<Value *> IdxList, in init() 1433 static Type *getIndexedTypeInternal(Type *Agg, ArrayRef<IndexTy> IdxList) { in getIndexedTypeInternal() 1454 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<Value *> IdxList) { in getIndexedType() 1459 ArrayRef<Constant *> IdxList) { in getIndexedType() 1463 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList) { in getIndexedType()
|
D | Core.cpp | 1454 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP() local 1464 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP() local 1600 LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned *IdxList, in LLVMConstExtractValue() 1608 unsigned *IdxList, unsigned NumIdx) { in LLVMConstInsertValue() 3095 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP() local 3102 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP() local
|
D | ConstantFold.cpp | 112 SmallVector<Value*, 8> IdxList; in FoldBitCast() local
|
/external/clang/test/Parser/ |
D | DelayedTemplateParsing.cpp | 111 ArrayRef<> IdxList; in CreateConstInBoundsGEP2_32() local
|
/external/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 249 Constant * const IdxList[] = {IdxZero, IdxZero}; in EvaluateBlock() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 351 Constant * const IdxList[] = {IdxZero, IdxZero}; in EvaluateBlock() local
|
/external/llvm/utils/TableGen/ |
D | RegisterInfoEmitter.cpp | 1239 typedef std::vector<const CodeGenSubRegIndex*> IdxList; in runTargetDesc() typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | RegisterInfoEmitter.cpp | 1281 typedef std::vector<const CodeGenSubRegIndex*> IdxList; in runTargetDesc() typedef
|