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 517 // STACKSAVE - STACKSAVE has one operand, an input chain. It produces a
520 STACKSAVE,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 265 case ISD::STACKSAVE: return "stacksave";
LegalizeDAG.cpp 721 case ISD::STACKSAVE:
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 180 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 794 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 147 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 383 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 234 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 252 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 660 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 555 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]

Completed in 551 milliseconds