HomeSort by: relevance | last modified time | path
    Searched refs:cfiDefCfa (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 40 MCCFIInstruction Inst = MCCFIInstruction::cfiDefCfa(nullptr, Reg, 0);
50 MCCFIInstruction Inst = MCCFIInstruction::cfiDefCfa(nullptr, Reg, 2047);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
ARCMCTargetDesc.cpp 60 MCCFIInstruction Inst = MCCFIInstruction::cfiDefCfa(nullptr, ARC::SP, 0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYMCTargetDesc.cpp 42 MCCFIInstruction Inst = MCCFIInstruction::cfiDefCfa(nullptr, Reg, 0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kMCTargetDesc.cpp 83 MCCFIInstruction Inst = MCCFIInstruction::cfiDefCfa(
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEMCTargetDesc.cpp 39 MCCFIInstruction Inst = MCCFIInstruction::cfiDefCfa(nullptr, Reg, 0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 63 MCCFIInstruction Inst = MCCFIInstruction::cfiDefCfa(nullptr, XCore::SP, 0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVMCTargetDesc.cpp 59 MCCFIInstruction Inst = MCCFIInstruction::cfiDefCfa(nullptr, SP, 0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 110 MCCFIInstruction::cfiDefCfa(nullptr, MRI.getDwarfRegNum(Reg, true), 0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 153 MCCFIInstruction Inst = MCCFIInstruction::cfiDefCfa(
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CFIInstrInserter.cpp 317 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::cfiDefCfa(
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCDwarf.h 488 static MCCFIInstruction cfiDefCfa(MCSymbol *L, unsigned Register,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 261 MCCFIInstruction Inst = MCCFIInstruction::cfiDefCfa(nullptr, Reg, 0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 348 MAI->addInitialFrameState(MCCFIInstruction::cfiDefCfa(nullptr, Reg, 0));
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp 298 MCCFIInstruction Inst = MCCFIInstruction::cfiDefCfa(
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVFrameLowering.cpp 459 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::cfiDefCfa(
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCStreamer.cpp 481 MCCFIInstruction::cfiDefCfa(Label, Register, Offset);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 311 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::cfiDefCfa(
ARMFrameLowering.cpp 691 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::cfiDefCfa(
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 353 MCCFIInstruction Inst = MCCFIInstruction::cfiDefCfa(
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 2274 MF.addFrameInst(MCCFIInstruction::cfiDefCfa(nullptr, Reg, Offset));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 1583 MCCFIInstruction::cfiDefCfa(nullptr, Reg, FixedObject - OffsetToFirstCalleeSaveFromFP));
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 1059 // MCCFIInstruction::cfiDefCfa adds the offset from the register.
1061 auto DefCfa = MCCFIInstruction::cfiDefCfa(FrameLabel, DwFPReg, 8);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 1280 MCCFIInstruction::cfiDefCfa(nullptr, RegNum, Offset));
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FrameLowering.cpp 2053 MCCFIInstruction::cfiDefCfa(nullptr, DwarfStackPtr, SlotSize));

Completed in 48 milliseconds