HomeSort by relevance Sort by last modified time
    Searched refs:BUILD_PAIR (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 176 // BUILD_PAIR - This is the opposite of EXTRACT_ELEMENT in some ways. Given
179 BUILD_PAIR,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 678 return DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, Lo, Hi);
686 return DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, Lo, Hi);
701 return DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, Lo, Hi);
741 return DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, Lo, Hi);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 60 case ISD::BUILD_PAIR: R = SoftenFloatRes_BUILD_PAIR(N); break;
119 return DAG.getNode(ISD::BUILD_PAIR, N->getDebugLoc(),
    [all...]
LegalizeIntegerTypes.cpp 56 case ISD::BUILD_PAIR: Res = PromoteIntRes_BUILD_PAIR(N); break;
276 // the result, for example i14 = BUILD_PAIR (i7, i7). Handle all cases.
760 case ISD::BUILD_PAIR: Res = PromoteIntOp_BUILD_PAIR(N); break;
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 754 case ISD::BUILD_PAIR: {
    [all...]
SelectionDAGBuilder.cpp 137 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi);
167 Val = DAG.getNode(ISD::BUILD_PAIR, DL, ValueVT, Lo, Hi);
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 207 DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, LoVal, HiVal);
262 DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, LoVal, HiVal);
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 493 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, lo, hi));
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 275 // BUILD_PAIR can't be handled natively, and should be expanded to shl/or
276 setOperationAction(ISD::BUILD_PAIR, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 389 // BUILD_PAIR can't be handled natively, and should be expanded to shl/or
390 setOperationAction(ISD::BUILD_PAIR, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 859 milliseconds