/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.cpp | 472 MCCFIInstruction::createOffset(nullptr, Reg0, Offset)); in emitPrologue() 477 MCCFIInstruction::createOffset(nullptr, Reg1, Offset + 4)); in emitPrologue() 488 MCCFIInstruction::createOffset(nullptr, Reg0, Offset)); in emitPrologue() 493 MCCFIInstruction::createOffset(nullptr, Reg1, Offset + 4)); in emitPrologue() 498 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in emitPrologue() 520 MCCFIInstruction::createOffset(nullptr, Reg, Offset)); in emitPrologue()
|
D | Mips16FrameLowering.cpp | 81 MCCFIInstruction::createOffset(nullptr, DReg, Offset)); in emitPrologue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCFrameLowering.cpp | 207 CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in emitPrologue() 216 CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in emitPrologue() 229 CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in emitPrologue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 469 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in emitPrologue() 567 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in emitPrologue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 1259 MCCFIInstruction::createOffset(nullptr, Reg, FPOffset)); in emitPrologue() 1268 MCCFIInstruction::createOffset(nullptr, Reg, PBPOffset)); in emitPrologue() 1277 MCCFIInstruction::createOffset(nullptr, Reg, BPOffset)); in emitPrologue() 1286 MCCFIInstruction::createOffset(nullptr, Reg, LROffset)); in emitPrologue() 1339 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in emitPrologue() 1361 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in emitPrologue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 645 CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in emitPrologue() 670 MCCFIInstruction::createOffset(nullptr, DwarfReg, Offset)); in emitPrologue() 692 MCCFIInstruction::createOffset(nullptr, DwarfReg, Offset)); in emitPrologue() 2371 CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in adjustForSegmentedStacks() 2375 CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in adjustForSegmentedStacks() 2514 CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in adjustForSegmentedStacks()
|
D | Thumb1FrameLowering.cpp | 289 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in emitPrologue() 358 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in emitPrologue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 916 auto OffR31 = MCCFIInstruction::createOffset(FrameLabel, DwRAReg, -4); in insertCFIInstructionsAt() 920 auto OffR30 = MCCFIInstruction::createOffset(FrameLabel, DwFPReg, -8); in insertCFIInstructionsAt() 965 auto OffReg = MCCFIInstruction::createOffset(FrameLabel, DwarfReg, in insertCFIInstructionsAt() 980 auto OffHi = MCCFIInstruction::createOffset(FrameLabel, HiDwarfReg, in insertCFIInstructionsAt() 984 auto OffLo = MCCFIInstruction::createOffset(FrameLabel, LoDwarfReg, in insertCFIInstructionsAt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCDwarf.h | 507 static MCCFIInstruction createOffset(MCSymbol *L, unsigned Register, in createOffset() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVFrameLowering.cpp | 169 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createOffset( in emitPrologue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 87 MCCFIInstruction::createOffset(nullptr, DRegNum, Offset)); in EmitCfiOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCStreamer.cpp | 511 MCCFIInstruction::createOffset(Label, Register, Offset); in EmitCFIOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 359 MCCFIInstruction Inst2 = MCCFIInstruction::createOffset( in createX86MCAsmInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 480 MCCFIInstruction::createOffset(nullptr, DwarfReg, Offset)); in emitCalleeSavedFrameMoves() 1122 BuildCFI(MBB, MBBI, DL, MCCFIInstruction::createOffset( in emitPrologue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 369 MCCFIInstruction::createOffset(nullptr, DwarfReg, Offset)); in emitCalleeSavedFrameMoves()
|
D | AArch64InstrInfo.cpp | 6354 MF.addFrameInst(MCCFIInstruction::createOffset(nullptr, DwarfReg, 16)); in buildOutlinedFrame()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 2189 MF.addFrameInst(MCCFIInstruction::createOffset(nullptr, Reg, Offset)); in parseCFIOperand()
|