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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 686 /// ZEXTLOAD loads the integer operand and zero extends it to a larger
694 ZEXTLOAD,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 64 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote);
68 setLoadExtAction(ISD::ZEXTLOAD, MVT::f32, Expand);
72 setLoadExtAction(ISD::ZEXTLOAD, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/PTX/
PTXISelLowering.cpp 56 setLoadExtAction(ISD::ZEXTLOAD, MVT::i16, Expand);
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 689 ? (TLI.isLoadExtLegal(ISD::ZEXTLOAD, MemVT) ? ISD::ZEXTLOAD
    [all...]
LegalizeDAG.cpp 592 // If the original load is NON_EXTLOAD, the hi part load must be ZEXTLOAD.
594 HiExtType = ISD::ZEXTLOAD;
599 Lo = DAG.getExtLoad(ISD::ZEXTLOAD, dl, VT, Chain, Ptr, LD->getPointerInfo(),
614 Lo = DAG.getExtLoad(ISD::ZEXTLOAD, dl, VT, Chain, Ptr,
    [all...]
LegalizeIntegerTypes.cpp     [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 129 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote);
133 setLoadExtAction(ISD::ZEXTLOAD, MVT::i16, Expand);
451 SDValue Low = DAG.getExtLoad(ISD::ZEXTLOAD, DL, MVT::i32, Chain,
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 64 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote);
65 setLoadExtAction(ISD::ZEXTLOAD, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 57 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote);
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 118 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote);
142 setLoadExtAction(ISD::ZEXTLOAD, VT, Custom);
737 } else if (ExtType == ISD::ZEXTLOAD) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 93 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 111 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 91 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 129 setLoadExtAction(ISD::ZEXTLOAD, VT.getSimpleVT(), Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 861 milliseconds