Searched defs:Idxs (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTT.cpp76 llvm::Value *Idxs[] = { local
H A DCGObjCGNU.cpp2493 llvm::Constant *Idxs[] = {Zeros[0], local
H A DCGObjCMac.cpp1691 llvm::Value *Idxs[] = { local
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp296 SmallVector<Constant*, 8> Idxs; local
H A DConstantFold.cpp1885 static bool isInBoundsIndices(ArrayRef<IndexTy> Idxs) { argument
827 ConstantFoldExtractValueInstruction(Constant *Agg, ArrayRef<unsigned> Idxs) argument
839 ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val, ArrayRef<unsigned> Idxs) argument
1934 ConstantFoldGetElementPtrImpl(Constant *C, bool inBounds, ArrayRef<IndexTy> Idxs) argument
2127 ConstantFoldGetElementPtr(Constant *C, bool inBounds, ArrayRef<Constant *> Idxs) argument
2133 ConstantFoldGetElementPtr(Constant *C, bool inBounds, ArrayRef<Value *> Idxs) argument
[all...]
H A DConstants.cpp1844 Constant *ConstantExpr::getGetElementPtr(Constant *C, ArrayRef<Value *> Idxs, argument
1980 getInsertValue(Constant *Agg, Constant *Val, ArrayRef<unsigned> Idxs) argument
2000 getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs) argument
[all...]
H A DInstructions.cpp1647 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, argument
1679 void ExtractValueInst::init(ArrayRef<unsigned> Idxs, const Twine &Name) { argument
1702 getIndexedType(Type *Agg, ArrayRef<unsigned> Idxs) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp128 Value *Idxs[2] = { Zero, One }; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp310 Value *Idxs[2] = { Idx, Idx }; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp662 Value *Idxs[2] = { local
793 Value *Idxs[2] = { local
H A DGlobalOpt.cpp568 SmallVector<Constant*, 8> Idxs; local
575 SmallVector<Value*, 8> Idxs; local
718 SmallVector<Constant*, 8> Idxs; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp438 std::vector<Constant*> Idxs; local
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1552 BuildSubAggregate(Value *From, Value* To, Type *IndexedType, SmallVectorImpl<unsigned> &Idxs, unsigned IdxSkip, Instruction *InsertBefore) argument
1695 SmallVector<unsigned, 5> Idxs; local
[all...]
H A DInstructionSimplify.cpp2779 SimplifyInsertValueInst(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Query &Q, unsigned) argument
2806 SimplifyInsertValueInst(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const DataLayout *TD, const TargetLibraryInfo *TLI, const DominatorTree *DT) argument
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h988 Value *Idxs[] = { local
1000 Value *Idxs[] = { local
1029 Value *Idxs[] = { local
1041 Value *Idxs[] local
1375 CreateExtractValue(Value *Agg, ArrayRef<unsigned> Idxs, const Twine &Name = �) argument
1383 CreateInsertValue(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &Name = �) argument
[all...]
H A DInstructions.h1766 Create(Value *Agg, ArrayRef<unsigned> Idxs, const Twine &NameStr = �, Instruction *InsertBefore = 0) argument
1773 Create(Value *Agg, ArrayRef<unsigned> Idxs, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
1821 ExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, const Twine &NameStr, Instruction *InsertBefore) argument
1829 ExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
1881 Create(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &NameStr = �, Instruction *InsertBefore = 0) argument
1887 Create(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
1947 InsertValueInst(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &NameStr, Instruction *InsertBefore) argument
1957 InsertValueInst(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]

Completed in 307 milliseconds