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

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 28 PROLOG_LABEL = 2,
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 74 TII.get(TargetOpcode::PROLOG_LABEL)).addSym(AdjustSPLabel);
91 TII.get(TargetOpcode::PROLOG_LABEL)).addSym(CSLabel);
135 TII.get(TargetOpcode::PROLOG_LABEL)).addSym(CSLabel2);
152 TII.get(TargetOpcode::PROLOG_LABEL)).addSym(SetFPLabel);
Mips16FrameLowering.cpp 52 TII.get(TargetOpcode::PROLOG_LABEL)).addSym(AdjustSPLabel);
59 TII.get(TargetOpcode::PROLOG_LABEL)).addSym(CSLabel);
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 139 BuildMI(MBB, MBBI, dl, TII.get(XCore::PROLOG_LABEL)).addSym(FrameLabel);
158 BuildMI(MBB, MBBI, dl, TII.get(XCore::PROLOG_LABEL)).addSym(SaveLRLabel);
174 BuildMI(MBB, MBBI, dl, TII.get(XCore::PROLOG_LABEL)).addSym(SaveR10Label);
186 BuildMI(MBB, MBBI, dl, TII.get(XCore::PROLOG_LABEL)).addSym(FrameLabel);
297 BuildMI(MBB, MI, DL, TII.get(XCore::PROLOG_LABEL)).addSym(SaveLabel);
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 96 BuildMI(MBB, MBBI, DL, TII.get(TargetOpcode::PROLOG_LABEL))
132 BuildMI(MBB, MBBI, DL, TII.get(TargetOpcode::PROLOG_LABEL))
163 BuildMI(MBB, MBBI, DL, TII.get(TargetOpcode::PROLOG_LABEL))
177 BuildMI(MBB, MBBI, DL, TII.get(TargetOpcode::PROLOG_LABEL))
AArch64InstrInfo.cpp 581 case TargetOpcode::PROLOG_LABEL:
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 629 return getOpcode() == TargetOpcode::PROLOG_LABEL ||
635 return getOpcode() == TargetOpcode::PROLOG_LABEL;
697 case TargetOpcode::PROLOG_LABEL:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 121 case TargetOpcode::PROLOG_LABEL:
PPCFrameLowering.cpp 479 BuildMI(MBB, MBBI, dl, TII.get(PPC::PROLOG_LABEL)).addSym(FrameLabel);
522 BuildMI(MBB, MBBI, dl, TII.get(PPC::PROLOG_LABEL)).addSym(ReadyLabel);
    [all...]
PPCInstrInfo.cpp 712 case PPC::PROLOG_LABEL:
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 299 case TargetOpcode::PROLOG_LABEL:
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 527 if (Opc == X86::PROLOG_LABEL) continue;
766 BuildMI(MBB, MBBI, DL, TII.get(X86::PROLOG_LABEL))
795 BuildMI(MBB, MBBI, DL, TII.get(X86::PROLOG_LABEL))
826 BuildMI(MBB, MBBI, DL, TII.get(X86::PROLOG_LABEL)).addSym(Label);
    [all...]
X86CodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 111 case TargetOpcode::PROLOG_LABEL:
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 683 case TargetOpcode::PROLOG_LABEL:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
ARMBaseInstrInfo.cpp 570 case TargetOpcode::PROLOG_LABEL:
    [all...]

Completed in 445 milliseconds