Home
last modified time | relevance | path

Searched refs:createDefCfa (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.cpp39 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(nullptr, Reg, 0); in createSparcMCAsmInfo()
48 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(nullptr, Reg, 2047); in createSparcV9MCAsmInfo()
/freebsd-12.1/contrib/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCMCTargetDesc.cpp58 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(nullptr, ARC::SP, 0); in createARCMCAsmInfo()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.cpp62 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(nullptr, XCore::SP, 0); in createXCoreMCAsmInfo()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp88 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(nullptr, SP, 0); in createMipsMCAsmInfo()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp89 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(nullptr, Reg, 0); in createAArch64MCAsmInfo()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp92 MCCFIInstruction::createDefCfa(nullptr, MRI.getDwarfRegNum(Reg, true), 0); in createPPCMCAsmInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp264 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createDefCfa( in insertCFIInstrs()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp152 MCCFIInstruction::createDefCfa(nullptr, in createSystemZMCAsmInfo()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp202 MAI->addInitialFrameState(MCCFIInstruction::createDefCfa(nullptr, Reg, 0)); in createARMMCAsmInfo()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp228 MCCFIInstruction::createDefCfa(nullptr, in createHexagonMCAsmInfo()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h461 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register, in createDefCfa() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCStreamer.cpp416 MCCFIInstruction::createDefCfa(Label, Register, Offset); in EmitCFIDefCfa()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp272 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createDefCfa( in emitPrologue()
H A DARMFrameLowering.cpp598 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createDefCfa( in emitPrologue()
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp341 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa( in createX86MCAsmInfo()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1169 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createDefCfa( in emitPrologue()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp913 auto DefCfa = MCCFIInstruction::createDefCfa(FrameLabel, DwFPReg, -8); in insertCFIInstructionsAt()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1903 MF.addFrameInst(MCCFIInstruction::createDefCfa(nullptr, Reg, -Offset)); in parseCFIOperand()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1637 BuildCFI(MBB, MBBI, DL, MCCFIInstruction::createDefCfa( in emitEpilogue()