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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 607 /// STACKSAVE - STACKSAVE has one operand, an input chain. It produces a
610 STACKSAVE,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 304 case ISD::STACKSAVE: return "stacksave";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 114 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 165 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 148 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 259 setOperationAction(ISD::STACKSAVE, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 391 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 195 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 333 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 515 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]

Completed in 141 milliseconds