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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 612 /// STACKRESTORE has two operands, an input chain and a pointer to restore
614 STACKRESTORE,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 305 case ISD::STACKRESTORE: return "stackrestore";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 115 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 166 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 149 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 260 setOperationAction(ISD::STACKRESTORE, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 392 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 334 setOperationAction(ISD::STACKRESTORE , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 196 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 516 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
    [all...]

Completed in 198 milliseconds