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

12

/macosx-10.10/llvmCore-3425.0.34/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.h243 void push_back(T &&Elt) { argument
344 void push_back(const T &Elt) { argument
454 void append(size_type NumInputs, const T &Elt) { argument
464 void assign(unsigned NumElts, const T &Elt) { argument
499 insert(iterator I, T &&Elt) argument
531 insert(iterator I, const T &Elt) argument
562 insert(iterator I, size_type NumToInsert, const T &Elt) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/PerfectShuffle/
H A DPerfectShuffle.cpp35 static unsigned getMaskElt(unsigned Mask, unsigned Elt) { argument
39 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp708 Constant *Elt = C->getAggregateElement(i); local
H A DInstCombineSimplifyDemanded.cpp850 Constant *Elt = C->getAggregateElement(i); local
H A DInstCombineCalls.cpp580 Constant *Elt = Mask->getAggregateElement(i); local
H A DInstCombineCasts.cpp1631 unsigned Elt = ShAmt->getZExtValue() / DestWidth; local
H A DInstCombineCompares.cpp281 Constant *Elt = Init->getAggregateElement(i); local
H A DInstructionCombining.cpp777 unsigned Elt = SL->getElementContainingOffset(Offset); local
1605 Value *Elt = Filter->getOperand(j); local
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DConstantFolding.cpp167 Constant *Elt = Zero; local
204 Constant *Elt = ConstantExpr::getLShr(Src, local
H A DValueTracking.cpp1392 Value *Elt = CA->getElementAsConstant(0); local
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp411 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...]
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DConstantFold.cpp799 int Elt = ShuffleVectorInst::getMaskValue(Mask, i); local
758 ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt, Constant *Idx) argument
H A DConstants.cpp669 rangeOnlyContains(ItTy Start, ItTy End, EltTy Elt) argument
1220 Constant *Elt = getOperand(0); local
1832 getInsertElement(Constant *Val, Constant *Elt, Constant *Idx) argument
[all...]
H A DInstructions.cpp1474 InsertElementInst::InsertElementInst(Value *Vec, Value *Elt, Value *Index, argument
1488 InsertElementInst::InsertElementInst(Value *Vec, Value *Elt, Value *Index, argument
1503 bool InsertElementInst::isValidOperands(const Value *Vec, const Value *Elt, argument
/macosx-10.10/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2183 Value *Vec, *Elt, *Idx; local
/macosx-10.10/llvmCore-3425.0.34/lib/Target/CppBackend/
H A DCPPBackend.cpp790 Constant *Elt = CDS->getElementAsConstant(i); local
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp398 SDValue Elt = GetScalarizedVector(N->getOperand(0)); local
723 SDValue Elt = N->getOperand(1); local
H A DSelectionDAG.cpp993 const ConstantInt *Elt = &Val; local
2957 SDValue Elt = N1.getOperand(N2C->getZExtValue()); local
[all...]
H A DDAGCombiner.cpp5279 int Elt = cast<ConstantSDNode>(EltNo)->getZExtValue(); local
5321 SDValue Elt = N->getOperand(i); local
8056 unsigned Elt = cast<ConstantSDNode>(EltNo)->getZExtValue(); local
8117 int Elt = cast<ConstantSDNode>(EltNo)->getZExtValue(); local
8149 int Elt = cast<ConstantSDNode>(EltNo)->getZExtValue(); local
8775 SDValue Elt = RHS.getOperand(i); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2006 SDValue Elt = Op.getOperand(1); local
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4132 SDValue Elt = DAG.getConstant(Val, MVT::i32); local

Completed in 499 milliseconds

12