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

  /external/llvm/include/llvm/Target/
TargetLowering.h 439 LegalizeAction getLoadExtAction(unsigned ExtType, MVT VT) const {
440 assert(ExtType < ISD::LAST_LOADEXT_TYPE && VT < MVT::LAST_VALUETYPE &&
442 return (LegalizeAction)LoadExtActions[VT.SimpleTy][ExtType];
447 bool isLoadExtLegal(unsigned ExtType, EVT VT) const {
449 getLoadExtAction(ExtType, VT.getSimpleVT()) == Legal;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 156 ISD::LoadExtType ExtType = LD->getExtensionType();
157 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) {
383 ISD::LoadExtType ExtType = LD->getExtensionType();
473 switch (ExtType) {
495 SDValue ScalarLoad = DAG.getExtLoad(ExtType, dl,
LegalizeVectorTypes.cpp 806 ISD::LoadExtType ExtType = LD->getExtensionType();
819 Lo = DAG.getLoad(ISD::UNINDEXED, ExtType, LoVT, dl, Ch, Ptr, Offset,
826 Hi = DAG.getLoad(ISD::UNINDEXED, ExtType, HiVT, dl, Ch, Ptr, Offset,
    [all...]
LegalizeIntegerTypes.cpp 416 ISD::LoadExtType ExtType =
419 SDValue Res = DAG.getExtLoad(ExtType, dl, NVT, N->getChain(), N->getBasePtr(),
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp 159 ISD::NodeType ExtType);
731 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD)
736 return DAG.getExtLoad(ExtType, dl, PVT,
    [all...]
LegalizeTypes.h 658 /// ExtType: extension element type
660 LoadSDNode *LD, ISD::LoadExtType ExtType);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 701 SDValue getExtLoad(ISD::LoadExtType ExtType, DebugLoc dl, EVT VT,
708 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
715 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 146 milliseconds