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 533 /// STACKRESTORE has two operands, an input chain and a pointer to restore
535 STACKRESTORE,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 268 case ISD::STACKRESTORE: return "stackrestore";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 183 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 799 setOperationAction(ISD::STACKRESTORE , MVT::Other, Expand);
    [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/AArch64/
AArch64ISelLowering.cpp 82 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 262 setOperationAction(ISD::STACKRESTORE , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 348 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 703 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 587 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]

Completed in 2228 milliseconds