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

  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 246 if (Old->getOpcode() == TII.getCallFrameSetupOpcode()) {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 106 int getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; }
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 196 int FrameSetupOpcode = TII.getCallFrameSetupOpcode();
748 int FrameSetupOpcode = TII.getCallFrameSetupOpcode();
    [all...]
MachineVerifier.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 430 (unsigned)TII->getCallFrameSetupOpcode()) {
489 (unsigned)TII->getCallFrameSetupOpcode()) {
759 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameSetupOpcode()) {
830 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameSetupOpcode()) {
    [all...]
FastISel.cpp 644 unsigned AdjStackDown = TII.getCallFrameSetupOpcode();
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 2323 milliseconds