/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 840 ArrayRef<unsigned> Idxs) { in ConstantFoldExtractValueInstruction() 853 ArrayRef<unsigned> Idxs) { in ConstantFoldInsertValueInstruction() 1912 static bool isInBoundsIndices(ArrayRef<IndexTy> Idxs) { in isInBoundsIndices() 1963 ArrayRef<IndexTy> Idxs) { in ConstantFoldGetElementPtrImpl() 2156 ArrayRef<Constant *> Idxs) { in ConstantFoldGetElementPtr() 2162 ArrayRef<Value *> Idxs) { in ConstantFoldGetElementPtr()
|
D | AutoUpgrade.cpp | 368 SmallVector<Constant*, 8> Idxs; in UpgradeIntrinsicCall() local
|
D | Constants.cpp | 1906 Constant *ConstantExpr::getGetElementPtr(Constant *C, ArrayRef<Value *> Idxs, in getGetElementPtr() 2043 ArrayRef<unsigned> Idxs) { in getInsertValue() 2063 ArrayRef<unsigned> Idxs) { in getExtractValue()
|
D | Instructions.cpp | 1660 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init() 1692 void ExtractValueInst::init(ArrayRef<unsigned> Idxs, const Twine &Name) { in init() 1716 ArrayRef<unsigned> Idxs) { in getIndexedType()
|
D | Verifier.cpp | 1860 SmallVector<Value*, 16> Idxs(GEP.idx_begin(), GEP.idx_end()); in visitGetElementPtrInst() local
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1014 Value *Idxs[] = { variable 1026 Value *Idxs[] = { variable 1055 Value *Idxs[] = { variable 1067 Value *Idxs[] = { variable
|
/external/clang/lib/CodeGen/ |
D | CGVTT.cpp | 77 llvm::Value *Idxs[] = { in EmitVTTDefinition() local
|
D | CGObjCGNU.cpp | 2451 llvm::Constant *Idxs[] = {Zeros[0], in ModuleInitFunction() local
|
D | CGObjCMac.cpp | 1686 llvm::Value *Idxs[] = { in getConstantGEP() local
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 676 Value *Idxs[2] = { in DoPromotion() local 808 Value *Idxs[2] = { in DoPromotion() local
|
D | GlobalOpt.cpp | 571 SmallVector<Constant*, 8> Idxs; in SRAGlobal() local 578 SmallVector<Value*, 8> Idxs; in SRAGlobal() local 714 SmallVector<Constant*, 8> Idxs; in OptimizeAwayTrappingUsesOfValue() local
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1551 SmallVectorImpl<unsigned> &Idxs, in BuildSubAggregate() 1615 SmallVector<unsigned, 10> Idxs(idx_range.begin(), idx_range.end()); in BuildSubAggregate() local 1693 SmallVector<unsigned, 5> Idxs; in FindInsertedValue() local
|
D | InstructionSimplify.cpp | 2802 ArrayRef<unsigned> Idxs, const Query &Q, in SimplifyInsertValueInst() 2829 ArrayRef<unsigned> Idxs, in SimplifyInsertValueInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 322 Value *Idxs[2] = { Idx, Idx }; in InstCombineLoadCast() local
|
D | InstCombineCasts.cpp | 1823 SmallVector<Value*, 8> Idxs(NumZeros+1, ZeroUInt); in visitBitCast() local
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 129 Value *Idxs[2] = { Zero, One }; in insertCallSiteStore() local
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 439 std::vector<Constant*> Idxs; in Act() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 3396 std::vector<unsigned> Idxs; in CombineChildVariants() local
|