/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 362 SmallVector<Constant*, 32> Idxs; in UpgradeX86PSLLDQIntrinsics() local 399 SmallVector<Constant*, 32> Idxs; in UpgradeX86PSRLDQIntrinsics() local 543 const int Idxs[4] = { 0, 1, 0, 1 }; in UpgradeIntrinsicCall() local 600 SmallVector<Constant*, 16> Idxs; in UpgradeIntrinsicCall() local 622 SmallVector<Constant*, 8> Idxs; in UpgradeIntrinsicCall() local 666 SmallVector<Constant*, 4> Idxs(NumElts); in UpgradeIntrinsicCall() local 688 SmallVector<Constant*, 8> Idxs; in UpgradeIntrinsicCall() local
|
D | ConstantFold.cpp | 866 ArrayRef<unsigned> Idxs) { in ConstantFoldExtractValueInstruction() 879 ArrayRef<unsigned> Idxs) { in ConstantFoldInsertValueInstruction() 1976 static bool isInBoundsIndices(ArrayRef<IndexTy> Idxs) { in isInBoundsIndices() 2027 ArrayRef<IndexTy> Idxs) { in ConstantFoldGetElementPtrImpl() 2233 ArrayRef<Constant *> Idxs) { in ConstantFoldGetElementPtr() 2239 ArrayRef<Value *> Idxs) { in ConstantFoldGetElementPtr()
|
D | Constants.cpp | 2005 ArrayRef<Value *> Idxs, bool InBounds, in getGetElementPtr() 2164 ArrayRef<unsigned> Idxs, in getInsertValue() 2187 Constant *ConstantExpr::getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs, in getExtractValue()
|
D | Instructions.cpp | 1555 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init() 1587 void ExtractValueInst::init(ArrayRef<unsigned> Idxs, const Twine &Name) { in init() 1611 ArrayRef<unsigned> Idxs) { in getIndexedType()
|
D | Verifier.cpp | 2460 SmallVector<Value*, 16> Idxs(GEP.idx_begin(), GEP.idx_end()); in visitGetElementPtrInst() local
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1093 Value *Idxs[] = { variable 1105 Value *Idxs[] = { variable 1134 Value *Idxs[] = { variable 1146 Value *Idxs[] = { variable
|
/external/clang/lib/CodeGen/ |
D | CGVTT.cpp | 77 llvm::Value *Idxs[] = { in EmitVTTDefinition() local
|
D | CGObjCGNU.cpp | 2458 llvm::Constant *Idxs[] = {Zeros[0], in ModuleInitFunction() local
|
D | CGObjCMac.cpp | 1680 llvm::Value *Idxs[] = { in getConstantGEP() local
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 771 Value *Idxs[2] = { in DoPromotion() local 906 Value *Idxs[2] = { in DoPromotion() local
|
D | LowerBitSets.cpp | 350 Constant *Idxs[] = {ConstantInt::get(IntPtrTy, 0), in allocateByteArrays() local
|
D | GlobalOpt.cpp | 572 SmallVector<Constant*, 8> Idxs; in SRAGlobal() local 581 SmallVector<Value*, 8> Idxs; in SRAGlobal() local 718 SmallVector<Constant*, 8> Idxs; in OptimizeAwayTrappingUsesOfValue() local
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 134 Value *Idxs[2] = { Zero, One }; in insertCallSiteStore() local
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2397 SmallVectorImpl<unsigned> &Idxs, in BuildSubAggregate() 2461 SmallVector<unsigned, 10> Idxs(idx_range.begin(), idx_range.end()); in BuildSubAggregate() local 2539 SmallVector<unsigned, 5> Idxs; in FindInsertedValue() local
|
D | InstructionSimplify.cpp | 3340 ArrayRef<unsigned> Idxs, const Query &Q, in SimplifyInsertValueInst() 3367 Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const DataLayout &DL, in SimplifyInsertValueInst()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 439 std::vector<Constant*> Idxs; in Act() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1785 SmallVector<Value*, 8> Idxs(NumZeros+1, ZeroUInt); in visitBitCast() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 3526 std::vector<unsigned> Idxs; in CombineChildVariants() local
|