/external/llvm/include/llvm/Target/ |
TargetOpcodes.h | 28 PROLOG_LABEL = 2,
|
/external/llvm/lib/Target/XCore/ |
XCoreFrameLowering.cpp | 136 BuildMI(MBB, MBBI, dl, TII.get(XCore::PROLOG_LABEL)).addSym(FrameLabel); 146 BuildMI(MBB, MBBI, dl, TII.get(XCore::PROLOG_LABEL)).addSym(SaveLRLabel); 158 BuildMI(MBB, MBBI, dl, TII.get(XCore::PROLOG_LABEL)).addSym(SaveR10Label); 167 BuildMI(MBB, MBBI, dl, TII.get(XCore::PROLOG_LABEL)).addSym(FrameLabel); 264 BuildMI(MBB, MI, DL, TII.get(XCore::PROLOG_LABEL)).addSym(SaveLabel);
|
/external/llvm/lib/Target/Mips/ |
Mips16FrameLowering.cpp | 52 TII.get(TargetOpcode::PROLOG_LABEL)).addSym(AdjustSPLabel); 58 TII.get(TargetOpcode::PROLOG_LABEL)).addSym(CSLabel);
|
MipsSEFrameLowering.cpp | 297 TII.get(TargetOpcode::PROLOG_LABEL)).addSym(AdjustSPLabel); 313 TII.get(TargetOpcode::PROLOG_LABEL)).addSym(CSLabel); 358 TII.get(TargetOpcode::PROLOG_LABEL)).addSym(CSLabel2); 374 TII.get(TargetOpcode::PROLOG_LABEL)).addSym(SetFPLabel);
|
/external/llvm/lib/Target/AArch64/ |
AArch64FrameLowering.cpp | 96 BuildMI(MBB, MBBI, DL, TII.get(TargetOpcode::PROLOG_LABEL)) 133 BuildMI(MBB, MBBI, DL, TII.get(TargetOpcode::PROLOG_LABEL)) 164 BuildMI(MBB, MBBI, DL, TII.get(TargetOpcode::PROLOG_LABEL)) 179 BuildMI(MBB, MBBI, DL, TII.get(TargetOpcode::PROLOG_LABEL))
|
AArch64InstrInfo.cpp | 570 case TargetOpcode::PROLOG_LABEL:
|
/external/llvm/lib/Target/SystemZ/ |
SystemZFrameLowering.cpp | 338 ZII->get(TargetOpcode::PROLOG_LABEL)).addSym(GPRSaveLabel); 358 BuildMI(MBB, MBBI, DL, ZII->get(TargetOpcode::PROLOG_LABEL)) 372 BuildMI(MBB, MBBI, DL, ZII->get(TargetOpcode::PROLOG_LABEL)) 411 BuildMI(MBB, MBBI, DL, ZII->get(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/MSP430/ |
MSP430InstrInfo.cpp | 299 case TargetOpcode::PROLOG_LABEL:
|
/external/llvm/lib/Target/PowerPC/ |
PPCCodeEmitter.cpp | 124 case TargetOpcode::PROLOG_LABEL:
|
PPCFrameLowering.cpp | 595 BuildMI(MBB, MBBI, dl, TII.get(PPC::PROLOG_LABEL)).addSym(FrameLabel); 642 BuildMI(MBB, MBBI, dl, TII.get(PPC::PROLOG_LABEL)).addSym(ReadyLabel); [all...] |
PPCInstrInfo.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86FrameLowering.cpp | 517 if (Opc == X86::PROLOG_LABEL) continue; 762 BuildMI(MBB, MBBI, DL, TII.get(X86::PROLOG_LABEL)) 785 BuildMI(MBB, MBBI, DL, TII.get(X86::PROLOG_LABEL)) 816 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 | 709 case TargetOpcode::PROLOG_LABEL: [all...] |
/external/llvm/lib/Target/ARM/ |
ARMCodeEmitter.cpp | [all...] |
ARMBaseInstrInfo.cpp | 561 case TargetOpcode::PROLOG_LABEL: [all...] |