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 561 /// STACKRESTORE has two operands, an input chain and a pointer to restore
563 STACKRESTORE,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 277 case ISD::STACKRESTORE: return "stackrestore";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 149 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 240 setOperationAction(ISD::STACKRESTORE, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 352 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 328 setOperationAction(ISD::STACKRESTORE , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 206 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 704 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 649 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]

Completed in 170 milliseconds