HomeSort by relevance Sort by last modified time
    Searched refs:Elt (Results 26 - 44 of 44) sorted by null

12

  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
InstCombineCompares.cpp 276 Constant *Elt = Init->getOperand(i);
280 Elt = ConstantExpr::getExtractValue(Elt, LaterIndices);
283 if (AndCst) Elt = ConstantExpr::getAnd(Elt, AndCst);
286 Constant *C = ConstantFoldCompareInstOperands(ICI.getPredicate(), Elt,
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
LegalizeVectorTypes.cpp 346 SDValue Elt = GetScalarizedVector(N->getOperand(0));
348 N->getValueType(0), Elt);
645 SDValue Elt = N->getOperand(1);
655 Lo.getValueType(), Lo, Elt, Idx);
657 Hi = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, Hi.getValueType(), Hi, Elt,
675 Store = DAG.getTruncStore(Store, dl, Elt, EltPtr, MachinePointerInfo(), EltVT,
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 849 if (Type *Elt = getTypeByIDOrNull(Record[i]))
850 EltTys.push_back(Elt);
881 if (Type *Elt = getTypeByIDOrNull(Record[i]))
882 ArgTys.push_back(Elt);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 824 if (Type *Elt = getTypeByIDOrNull(Record[i]))
825 EltTys.push_back(Elt);
856 if (Type *Elt = getTypeByIDOrNull(Record[i]))
857 ArgTys.push_back(Elt);
    [all...]
  /external/llvm/include/llvm/
Constants.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 477 /// isZeroNode - Returns true if Elt is a constant zero or a floating point
479 bool isZeroNode(SDValue Elt);
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp 604 llvm::Value *Elt = EmitScalarConversion(Src, SrcType, EltTy);
609 UnV = Builder.CreateInsertElement(UnV, Elt, Idx);
760 // for each elt
    [all...]
TargetInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 644 milliseconds

12