Searched defs:Elt (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DSmallString.h48 void assign(size_t NumElts, char Elt) { argument
81 void append(size_t NumInputs, char Elt) { argument
H A DTinyPtrVector.h248 iterator insert(iterator I, const EltTy &Elt) { argument
H A DEquivalenceClasses.h74 ECValue(const ElemTy &Elt) argument
H A DSmallVector.h248 void push_back(T &&Elt) { argument
350 void push_back(const T &Elt) { argument
460 void append(size_type NumInputs, const T &Elt) { argument
470 void assign(unsigned NumElts, const T &Elt) { argument
505 insert(iterator I, T &&Elt) argument
537 insert(iterator I, const T &Elt) argument
568 insert(iterator I, size_type NumToInsert, const T &Elt) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Support/
H A DBumpVector.h149 void push_back(const_reference Elt, BumpVectorContext &C) { argument
192 void construct_range(T *S, T *E, const T &Elt) { argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp955 Constant *Elt = C->getAggregateElement(i); local
H A DInstCombineVectorOps.cpp141 Value *Elt = EI.getIndexOperand(); local
[all...]
H A DInstCombineMulDivRem.cpp1102 Constant *Elt = C->getAggregateElement(i); local
H A DInstCombineCalls.cpp588 Constant *Elt = Mask->getAggregateElement(i); local
H A DInstCombineCasts.cpp1637 unsigned Elt = 0; local
1661 unsigned Elt = ShAmt->getZExtValue() / DestWidth; local
H A DInstCombineCompares.cpp306 Constant *Elt = Init->getAggregateElement(i); local
H A DInstructionCombining.cpp798 unsigned Elt = SL->getElementContainingOffset(Offset); local
1939 Value *Elt = Filter->getOperand(j); local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTVector.h158 void push_back(const_reference Elt, ASTContext &C) { argument
200 void append(ASTContext &C, size_type NumInputs, const T &Elt) { argument
217 iterator insert(ASTContext &C, iterator I, const T &Elt) { argument
238 insert(ASTContext &C, iterator I, size_type NumToInsert, const T &Elt) argument
355 construct_range(T *S, T *E, const T &Elt) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp170 Constant *Elt = Zero; local
207 Constant *Elt = ConstantExpr::getLShr(Src, local
H A DValueTracking.cpp1483 Value *Elt = CA->getElementAsConstant(0); local
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp801 int Elt = ShuffleVectorInst::getMaskValue(Mask, i); local
760 ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt, Constant *Idx) argument
H A DDebugInfo.cpp71 static Value *getField(const MDNode *DbgNode, unsigned Elt) { argument
77 static const MDNode *getNodeField(const MDNode *DbgNode, unsigned Elt) { argument
83 static StringRef getStringField(const MDNode *DbgNode, unsigned Elt) { argument
154 replaceFunctionField(unsigned Elt, Function *F) argument
[all...]
H A DConstants.cpp728 rangeOnlyContains(ItTy Start, ItTy End, EltTy Elt) argument
1292 Constant *Elt = getOperand(0); local
1918 getInsertElement(Constant *Val, Constant *Elt, Constant *Idx) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1331 int Elt = N->getConstantOperandVal(0); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp404 Constant *Elt = C->getAggregateElement(i); local
H A DScalarReplAggregates.cpp779 unsigned Elt = 0; local
810 Value *Elt = ConvertScalar_ExtractValue(FromVal, ST->getElementType(i), local
824 Value *Elt = ConvertScalar_ExtractValue(FromVal, AT->getElementType(), local
918 unsigned Elt = Offset/EltSize; local
938 Value *Elt = Builder.CreateExtractValue(SV, i); local
951 Value *Elt = Builder.CreateExtractValue(SV, i); local
2250 Value *Elt = new LoadInst(OtherElt, "tmp", false, OtherEltAlign, MI); local
2254 Value *Elt = new LoadInst(EltPtr, "tmp", MI); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp448 llvm::Value *Elt = CGF.EmitScalarExpr(Op); local
H A DCGBuiltin.cpp2110 Value *Elt = Builder.CreateBitCast(Val, Ty); local
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2271 Value *Vec, *Elt, *Idx; local
/freebsd-10.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp801 Constant *Elt = CDS->getElementAsConstant(i); local

Completed in 329 milliseconds

12