HomeSort by: relevance | last modified time | path
    Searched refs:STACKSAVE (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 995 /// STACKSAVE - STACKSAVE has one operand, an input chain. It produces a
998 STACKSAVE,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 398 case ISD::STACKSAVE: return "stacksave";
LegalizeDAG.cpp 987 case ISD::STACKSAVE:
3094 case ISD::STACKSAVE:
SelectionDAGBuilder.cpp 6505 case Intrinsic::stacksave: {
6508 Res = DAG.getNode(ISD::STACKSAVE, sdl, DAG.getVTList(VT, MVT::Other), Op);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCISelLowering.cpp 133 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFISelLowering.cpp 78 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 98 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.cpp 54 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 101 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 143 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp 150 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp 143 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 243 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 1533 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 1702 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 464 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 318 setOperationAction(ISD::STACKSAVE, MVT::Other, Custom);
5455 case ISD::STACKSAVE:
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 177 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 586 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 486 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 1275 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 543 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]

Completed in 137 milliseconds