/external/llvm/lib/Target/Mips/ |
MipsSEFrameLowering.cpp | 449 MCCFIInstruction::createOffset(nullptr, Reg0, Offset)); 454 MCCFIInstruction::createOffset(nullptr, Reg1, Offset + 4)); 465 MCCFIInstruction::createOffset(nullptr, Reg0, Offset)); 470 MCCFIInstruction::createOffset(nullptr, Reg1, Offset + 4)); 475 unsigned CFIIndex = MMI.addFrameInst(MCCFIInstruction::createOffset( 497 MCCFIInstruction::createOffset(nullptr, Reg, Offset)); [all...] |
Mips16FrameLowering.cpp | 76 MCCFIInstruction::createOffset(nullptr, DReg, Offset));
|
/external/llvm/lib/Target/Hexagon/ |
HexagonFrameLowering.cpp | 642 // MCCFIInstruction::createOffset takes the offset without sign change. 647 auto OffR31 = MCCFIInstruction::createOffset(FrameLabel, DwRAReg, -4); 651 auto OffR30 = MCCFIInstruction::createOffset(FrameLabel, DwFPReg, -8); 683 auto OffReg = MCCFIInstruction::createOffset(FrameLabel, DwarfReg, 698 auto OffHi = MCCFIInstruction::createOffset(FrameLabel, HiDwarfReg, 702 auto OffLo = MCCFIInstruction::createOffset(FrameLabel, LoDwarfReg, [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.cpp | 887 MCCFIInstruction::createOffset(nullptr, Reg, FPOffset)); 896 MCCFIInstruction::createOffset(nullptr, Reg, PBPOffset)); 905 MCCFIInstruction::createOffset(nullptr, Reg, BPOffset)); 914 MCCFIInstruction::createOffset(nullptr, Reg, LROffset)); [all...] |
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.cpp | 148 MCCFIInstruction Inst2 = MCCFIInstruction::createOffset(
|
/external/llvm/lib/Target/SystemZ/ |
SystemZFrameLowering.cpp | 346 unsigned CFIIndex = MMI.addFrameInst(MCCFIInstruction::createOffset( 405 unsigned CFIIndex = MMI.addFrameInst(MCCFIInstruction::createOffset(
|
/external/llvm/include/llvm/MC/ |
MCDwarf.h | 398 static MCCFIInstruction createOffset(MCSymbol *L, unsigned Register,
|
/external/llvm/lib/Target/ARM/ |
ARMFrameLowering.cpp | 574 CFIIndex = MMI.addFrameInst(MCCFIInstruction::createOffset( 599 MCCFIInstruction::createOffset(nullptr, DwarfReg, Offset)); 621 MCCFIInstruction::createOffset(nullptr, DwarfReg, Offset)); [all...] |
Thumb1FrameLowering.cpp | 228 unsigned CFIIndex = MMI.addFrameInst(MCCFIInstruction::createOffset(
|
/external/llvm/lib/Target/AArch64/ |
AArch64FrameLowering.cpp | 245 unsigned CFIIndex = MMI.addFrameInst(MCCFIInstruction::createOffset( 486 MCCFIInstruction::createOffset(nullptr, LR, StackGrowth)); 493 MCCFIInstruction::createOffset(nullptr, Reg, 2 * StackGrowth)); [all...] |
/external/llvm/lib/MC/ |
MCStreamer.cpp | 296 MCCFIInstruction::createOffset(Label, Register, Offset);
|
/external/llvm/lib/Target/XCore/ |
XCoreFrameLowering.cpp | 87 MCCFIInstruction::createOffset(nullptr, DRegNum, Offset));
|
/external/llvm/lib/Target/X86/ |
X86FrameLowering.cpp | 425 MCCFIInstruction::createOffset(nullptr, DwarfReg, Offset)); [all...] |
/external/llvm/lib/CodeGen/MIRParser/ |
MIParser.cpp | [all...] |