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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 556 /// STACKSAVE - STACKSAVE has one operand, an input chain. It produces a
559 STACKSAVE,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 276 case ISD::STACKSAVE: return "stacksave";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 148 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 239 setOperationAction(ISD::STACKSAVE, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 351 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 205 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 703 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 327 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 648 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]

Completed in 457 milliseconds