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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 680 /// LoadExtType enum - This enum defines the three variants of LOADEXT
689 enum LoadExtType {
    [all...]
SelectionDAG.h 658 SDValue getExtLoad(ISD::LoadExtType ExtType, DebugLoc dl, EVT VT,
665 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
672 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 131 ISD::LoadExtType ExtType = LD->getExtensionType();
303 ISD::LoadExtType ExtType = LD->getExtensionType();
LegalizeTypes.h 658 LoadSDNode *LD, ISD::LoadExtType ExtType);
    [all...]
LegalizeVectorTypes.cpp 745 ISD::LoadExtType ExtType = LD->getExtensionType();
    [all...]
LegalizeDAG.cpp 516 ISD::LoadExtType HiExtType = LD->getExtensionType();
    [all...]
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 416 ISD::LoadExtType ExtType =
    [all...]
DAGCombiner.cpp 723 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 277 ISD::LoadExtType LoadOp = ISD::SEXTLOAD;
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 564 ISD::LoadExtType ExtType = LN->getExtensionType();
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 449 milliseconds