|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/MSP430/MSP430GenAsmMatcher.inc 580 case MSP430::FP: OpKind = MCK_GR16; break;
gen/lib/Target/MSP430/MSP430GenRegisterInfo.inc 226 MSP430::R12, MSP430::R13, MSP430::R14, MSP430::R15, MSP430::R11, MSP430::R10, MSP430::R9, MSP430::R8, MSP430::R7, MSP430::R6, MSP430::R5, MSP430::FP, MSP430::PC, MSP430::SP, MSP430::SR, MSP430::CG,
lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp 548 case MSP430::FP: return MSP430::FPB;
lib/Target/MSP430/Disassembler/MSP430Disassembler.cpp 90 MSP430::FP, MSP430::R5, MSP430::R6, MSP430::R7,
lib/Target/MSP430/MSP430FrameLowering.cpp 67 .addReg(MSP430::FP, RegState::Kill);
70 BuildMI(MBB, MBBI, DL, TII.get(MSP430::MOV16rr), MSP430::FP)
76 I->addLiveIn(MSP430::FP);
135 BuildMI(MBB, MBBI, DL, TII.get(MSP430::POP16r), MSP430::FP);
157 TII.get(MSP430::MOV16rr), MSP430::SP).addReg(MSP430::FP);
lib/Target/MSP430/MSP430ISelLowering.cpp 1289 MSP430::FP, VT);
lib/Target/MSP430/MSP430RegisterInfo.cpp 42 MSP430::FP, MSP430::R5, MSP430::R6, MSP430::R7,
52 MSP430::FP, MSP430::R5, MSP430::R6, MSP430::R7,
90 Reserved.set(MSP430::FP);
115 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::FP : MSP430::SP);
159 return TFI->hasFP(MF) ? MSP430::FP : MSP430::SP;