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

  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 723 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD)
    [all...]
LegalizeIntegerTypes.cpp 417 ISD::isNON_EXTLoad(N) ? ISD::EXTLOAD : N->getExtensionType();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 523 else if (ISD::isEXTLoad(Op.getNode()) || ISD::isNON_EXTLoad(Op.getNode())) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 60 milliseconds