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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 700 /// EXTLOAD is used for two things: floating point extending loads and
704 EXTLOAD,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 268 // Only do this if the target has a native EXTLOAD instruction from
270 TLI.isLoadExtLegal(ISD::EXTLOAD, SVT) &&
283 DAG.getExtLoad(ISD::EXTLOAD, dl, OrigVT,
368 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, RegVT, Store, StackPtr,
484 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, RegVT, Chain, Ptr,
578 // with a "move to register" or "extload into register" instruction, then
    [all...]
SelectionDAGDumper.cpp 451 case ISD::EXTLOAD: OS << ", anyext"; break;
DAGCombiner.cpp 147 void ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad);
157 SDValue Trunc, SDValue ExtLoad, DebugLoc DL,
699 void DAGCombiner::ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad) {
702 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, VT, SDValue(ExtLoad, 0));
711 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1));
724 : ISD::EXTLOAD)
    [all...]
LegalizeIntegerTypes.cpp 417 ISD::isNON_EXTLoad(N) ? ISD::EXTLOAD : N->getExtensionType();
    [all...]
LegalizeVectorTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 92 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote);
184 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 114 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote);
118 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand);
119 setLoadExtAction(ISD::EXTLOAD, MVT::f64, Expand);
139 setLoadExtAction(ISD::EXTLOAD, VT, Custom);
742 } else if (ExtType == ISD::EXTLOAD) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 129 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote);
465 SDValue High = DAG.getExtLoad(ISD::EXTLOAD, DL, MVT::i32, Chain,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 132 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote);
137 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand);
286 setLoadExtAction(ISD::EXTLOAD, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 86 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 171 // Turn FP extload into load/fextend
172 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 701 // Turn FP extload into load/fextend
702 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp 503 // FPStack has extload and truncstore. SSE can fold direct loads into other
519 SDValue Result = CurDAG->getExtLoad(ISD::EXTLOAD, dl, DstVT, Store, MemTmp,
524 // extload we created. This will cause general havok on the dag because
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 450 setLoadExtAction(ISD::EXTLOAD, (MVT::SimpleValueType)VT, Expand);
559 // It is legal to extload from v4i8 to v4i16 or v4i32.
564 setLoadExtAction(ISD::EXTLOAD, Tys[i], Legal);
578 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 308 milliseconds