/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 946 Value *Idxs[] = { variable 958 Value *Idxs[] = { variable 987 Value *Idxs[] = { variable 999 Value *Idxs[] = { variable
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 826 ArrayRef<unsigned> Idxs) { in ConstantFoldExtractValueInstruction() 839 ArrayRef<unsigned> Idxs) { in ConstantFoldInsertValueInstruction() 1883 static bool isInBoundsIndices(ArrayRef<IndexTy> Idxs) { in isInBoundsIndices() 1903 ArrayRef<IndexTy> Idxs) { in ConstantFoldGetElementPtrImpl() 2067 ArrayRef<Constant *> Idxs) { in ConstantFoldGetElementPtr() 2073 ArrayRef<Value *> Idxs) { in ConstantFoldGetElementPtr()
|
D | AutoUpgrade.cpp | 274 SmallVector<Constant*, 8> Idxs; in UpgradeIntrinsicCall() local
|
D | Constants.cpp | 1819 Constant *ConstantExpr::getGetElementPtr(Constant *C, ArrayRef<Value *> Idxs, in getGetElementPtr() 1956 ArrayRef<unsigned> Idxs) { in getInsertValue() 1976 ArrayRef<unsigned> Idxs) { in getExtractValue()
|
D | Instructions.cpp | 1647 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init() 1679 void ExtractValueInst::init(ArrayRef<unsigned> Idxs, const Twine &Name) { in init() 1703 ArrayRef<unsigned> Idxs) { in getIndexedType()
|
D | Verifier.cpp | 1699 SmallVector<Value*, 16> Idxs(GEP.idx_begin(), GEP.idx_end()); in visitGetElementPtrInst() local
|
/external/clang/lib/CodeGen/ |
D | CGVTT.cpp | 75 llvm::Value *Idxs[] = { in EmitVTTDefinition() local
|
D | CGObjCGNU.cpp | 2495 llvm::Constant *Idxs[] = {Zeros[0], in ModuleInitFunction() local
|
D | CGObjCMac.cpp | 1690 llvm::Value *Idxs[] = { in getConstantGEP() local
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 660 Value *Idxs[2] = { in DoPromotion() local 791 Value *Idxs[2] = { in DoPromotion() local
|
D | GlobalOpt.cpp | 763 SmallVector<Constant*, 8> Idxs; in SRAGlobal() local 770 SmallVector<Value*, 8> Idxs; in SRAGlobal() local 913 SmallVector<Constant*, 8> Idxs; in OptimizeAwayTrappingUsesOfValue() local
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1543 SmallVectorImpl<unsigned> &Idxs, in BuildSubAggregate() 1607 SmallVector<unsigned, 10> Idxs(idx_range.begin(), idx_range.end()); in BuildSubAggregate() local 1685 SmallVector<unsigned, 5> Idxs; in FindInsertedValue() local
|
D | InstructionSimplify.cpp | 2767 ArrayRef<unsigned> Idxs, const Query &Q, in SimplifyInsertValueInst() 2794 ArrayRef<unsigned> Idxs, in SimplifyInsertValueInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 305 Value *Idxs[2]; in InstCombineLoadCast() local
|
D | InstCombineCasts.cpp | 1725 SmallVector<Value*, 8> Idxs(NumZeros+1, ZeroUInt); in visitBitCast() local
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 133 Value *Idxs[2] = { Zero, One }; in insertCallSiteStore() local
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 437 std::vector<Constant*> Idxs; in Act() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 3302 std::vector<unsigned> Idxs; in CombineChildVariants() local
|