OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CSLabel
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp
56
MCSymbol *
CSLabel
= MMI.getContext().CreateTempSymbol();
58
TII.get(TargetOpcode::PROLOG_LABEL)).addSym(
CSLabel
);
60
MMI.addFrameInst(MCCFIInstruction::createOffset(
CSLabel
, S2, -8));
63
MMI.addFrameInst(MCCFIInstruction::createOffset(
CSLabel
, S1, -12));
66
MMI.addFrameInst(MCCFIInstruction::createOffset(
CSLabel
, S0, -16));
69
MMI.addFrameInst(MCCFIInstruction::createOffset(
CSLabel
, RA, -4));
MipsSEFrameLowering.cpp
311
MCSymbol *
CSLabel
= MMI.getContext().CreateTempSymbol();
313
TII.get(TargetOpcode::PROLOG_LABEL)).addSym(
CSLabel
);
332
MCCFIInstruction::createOffset(
CSLabel
, Reg0, Offset));
334
MCCFIInstruction::createOffset(
CSLabel
, Reg1, Offset + 4));
338
CSLabel
, MRI->getDwarfRegNum(Reg, 1), Offset));
Completed in 37 milliseconds