Home
last modified time | relevance | path

Searched refs:createDefCfaRegister (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp285 MF.addFrameInst(MCCFIInstruction::createDefCfaRegister( in insertCFIInstrs()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp162 MF.addFrameInst(MCCFIInstruction::createDefCfaRegister(nullptr, regFP)); in emitPrologue()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h468 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) { in createDefCfaRegister() function
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp425 MCCFIInstruction::createDefCfaRegister(nullptr, HardFP)); in emitPrologue()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp66 MCCFIInstruction::createDefCfaRegister(nullptr, DRegNum)); in EmitDefCfaRegister()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1130 MCCFIInstruction::createDefCfaRegister(nullptr, Reg)); in emitPrologue()
1188 MCCFIInstruction::createDefCfaRegister(nullptr, Reg)); in emitPrologue()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCStreamer.cpp447 MCCFIInstruction::createDefCfaRegister(Label, Register); in EmitCFIDefCfaRegister()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp534 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createDefCfaRegister( in emitPrologue()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp279 MF.addFrameInst(MCCFIInstruction::createDefCfaRegister( in emitPrologue()
H A DARMFrameLowering.cpp606 MF.addFrameInst(MCCFIInstruction::createDefCfaRegister( in emitPrologue()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1882 MF.addFrameInst(MCCFIInstruction::createDefCfaRegister(nullptr, Reg)); in parseCFIOperand()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1144 BuildCFI(MBB, MBBI, DL, MCCFIInstruction::createDefCfaRegister( in emitPrologue()