Home
last modified time | relevance | path

Searched defs:Idxs (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp907 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 …]
DConstantFold.cpp911 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()
DConstants.cpp2076 ArrayRef<Value *> Idxs, bool InBounds, in getGetElementPtr()
2252 ArrayRef<unsigned> Idxs, in getInsertValue()
2275 Constant *ConstantExpr::getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs, in getExtractValue()
DInstructions.cpp2099 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()
DVerifier.cpp3310 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/
DIRBuilder.h1892 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/
DArgumentPromotion.cpp263 Value *Idxs[2] = { in doPromotion() local
394 Value *Idxs[2] = {ConstantInt::get(Type::getInt32Ty(F->getContext()), 0), in doPromotion() local
DGlobalOpt.cpp591 SmallVector<Constant*, 8> Idxs; in SRAGlobal() local
599 SmallVector<Value*, 8> Idxs; in SRAGlobal() local
737 SmallVector<Constant*, 8> Idxs; in OptimizeAwayTrappingUsesOfValue() local
DLowerTypeTests.cpp639 Constant *Idxs[] = {ConstantInt::get(IntPtrTy, 0), in allocateByteArrays() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp110 Value *Idxs[2] = { Zero, One }; in insertCallSiteStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4161 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()
DValueTracking.cpp3456 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/
DSILoadStoreOptimizer.cpp1459 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/
DHexagonConstExtenders.cpp1899 const IndexList &Idxs = P.second; in replaceExtenders() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp2437 SmallVector<Value *, 8> Idxs(NumZeros + 1, Builder.getInt32(0)); in visitBitCast() local