Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp89 MCCFIInstruction Inst = MCCFIInstruction::createDefCfaRegister(nullptr, SP); in createMipsMCAsmInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp155 MF.addFrameInst(MCCFIInstruction::createDefCfaRegister(nullptr, regFP)); in emitPrologue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp334 MF.addFrameInst(MCCFIInstruction::createDefCfaRegister( in insertCFIInstrs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h495 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) { in createDefCfaRegister() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp65 MCCFIInstruction::createDefCfaRegister(nullptr, DRegNum)); in EmitDefCfaRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1106 MCCFIInstruction::createDefCfaRegister(nullptr, Reg)); in emitPrologue()
1164 MCCFIInstruction::createDefCfaRegister(nullptr, Reg)); in emitPrologue()
1271 MCCFIInstruction::createDefCfaRegister(nullptr, RegNum)); in inlineStackProbe()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp579 MCCFIInstruction::createDefCfaRegister(nullptr, DwarfFramePtr)); in emitPrologue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp408 MCCFIInstruction::createDefCfaRegister(nullptr, RegNum)); in buildDefCFAReg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp533 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createDefCfaRegister( in emitPrologue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp318 MF.addFrameInst(MCCFIInstruction::createDefCfaRegister( in emitPrologue()
H A DARMFrameLowering.cpp699 MF.addFrameInst(MCCFIInstruction::createDefCfaRegister( in emitPrologue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp512 MCCFIInstruction::createDefCfaRegister(Label, Register); in emitCFIDefCfaRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2255 MF.addFrameInst(MCCFIInstruction::createDefCfaRegister(nullptr, Reg)); in parseCFIOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1530 BuildCFI(MBB, MBBI, DL, MCCFIInstruction::createDefCfaRegister( in emitPrologue()