/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 907 uint32_t Idxs[64]; in UpgradeX86PSLLDQIntrinsics() local 941 uint32_t Idxs[64]; in UpgradeX86PSRLDQIntrinsics() local 2434 SmallVector<uint32_t, 16> Idxs(NumElts); in UpgradeIntrinsicCall() local 2454 SmallVector<uint32_t, 8> Idxs(DstNumElts); in UpgradeIntrinsicCall() local 2497 SmallVector<uint32_t, 8> Idxs(DstNumElts); in UpgradeIntrinsicCall() local 2516 SmallVector<uint32_t, 8> Idxs(NumElts); in UpgradeIntrinsicCall() local 2573 SmallVector<uint32_t, 8> Idxs(NumElts); in UpgradeIntrinsicCall() local 2591 SmallVector<uint32_t, 16> Idxs(NumElts); in UpgradeIntrinsicCall() local 2610 SmallVector<uint32_t, 16> Idxs(NumElts); in UpgradeIntrinsicCall() local 2632 SmallVector<uint32_t, 16> Idxs(NumElts); in UpgradeIntrinsicCall() local [all …]
|
D | ConstantFold.cpp | 911 ArrayRef<unsigned> Idxs) { in ConstantFoldExtractValueInstruction() 924 ArrayRef<unsigned> Idxs) { in ConstantFoldInsertValueInstruction() 2147 static bool isInBoundsIndices(ArrayRef<IndexTy> Idxs) { in isInBoundsIndices() 2192 ArrayRef<Value *> Idxs) { in ConstantFoldGetElementPtr()
|
D | Constants.cpp | 2076 ArrayRef<Value *> Idxs, bool InBounds, in getGetElementPtr() 2252 ArrayRef<unsigned> Idxs, in getInsertValue() 2275 Constant *ConstantExpr::getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs, in getExtractValue()
|
D | Instructions.cpp | 2099 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init() 2131 void ExtractValueInst::init(ArrayRef<unsigned> Idxs, const Twine &Name) { in init() 2155 ArrayRef<unsigned> Idxs) { in getIndexedType()
|
D | Verifier.cpp | 3310 SmallVector<Value*, 16> Idxs(GEP.idx_begin(), GEP.idx_end()); in visitGetElementPtrInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1892 Value *Idxs[] = { variable 1905 Value *Idxs[] = { variable 1947 Value *Idxs[] = { variable 1965 Value *Idxs[] = { variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 263 Value *Idxs[2] = { in doPromotion() local 394 Value *Idxs[2] = {ConstantInt::get(Type::getInt32Ty(F->getContext()), 0), in doPromotion() local
|
D | GlobalOpt.cpp | 591 SmallVector<Constant*, 8> Idxs; in SRAGlobal() local 599 SmallVector<Value*, 8> Idxs; in SRAGlobal() local 737 SmallVector<Constant*, 8> Idxs; in OptimizeAwayTrappingUsesOfValue() local
|
D | LowerTypeTests.cpp | 639 Constant *Idxs[] = {ConstantInt::get(IntPtrTy, 0), in allocateByteArrays() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 110 Value *Idxs[2] = { Zero, One }; in insertCallSiteStore() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 4161 ArrayRef<unsigned> Idxs, const SimplifyQuery &Q, in SimplifyInsertValueInst() 4188 ArrayRef<unsigned> Idxs, in SimplifyInsertValueInst() 4229 static Value *SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst() 4252 Value *llvm::SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst()
|
D | ValueTracking.cpp | 3456 SmallVectorImpl<unsigned> &Idxs, in BuildSubAggregate() 3520 SmallVector<unsigned, 10> Idxs(idx_range.begin(), idx_range.end()); in BuildSubAggregate() local 3598 SmallVector<unsigned, 5> Idxs; in FindInsertedValue() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SILoadStoreOptimizer.cpp | 1459 static const unsigned Idxs[4][4] = { in getSubRegIdxs() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 1899 const IndexList &Idxs = P.second; in replaceExtenders() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 2437 SmallVector<Value *, 8> Idxs(NumZeros + 1, Builder.getInt32(0)); in visitBitCast() local
|