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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 522 // STACKRESTORE has two operands, an input chain and a pointer to restore to
524 STACKRESTORE,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 266 case ISD::STACKRESTORE: return "stackrestore";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 181 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 795 setOperationAction(ISD::STACKRESTORE , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 148 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 253 setOperationAction(ISD::STACKRESTORE , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 384 setOperationAction(ISD::STACKRESTORE , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 235 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 661 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 556 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]

Completed in 211 milliseconds