Home
last modified time | relevance | path

Searched refs:OpAdjustCfaOffset (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h490 OpAdjustCfaOffset, enumerator
554 return MCCFIInstruction(OpAdjustCfaOffset, L, 0, Adjustment, ""); in createAdjustCfaOffset()
666 Operation == OpAdjustCfaOffset || Operation == OpGnuArgsSize || in getOffset()
/llvm-project-15.0.7/bolt/lib/Utils/
H A DUtils.cpp110 case MCCFIInstruction::OpAdjustCfaOffset: in operator ==()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp235 case MCCFIInstruction::OpAdjustCfaOffset: in emitCFIInstruction()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp201 case MCCFIInstruction::OpAdjustCfaOffset: in calculateOutgoingCFAInfo()
H A DMachineOperand.cpp674 case MCCFIInstruction::OpAdjustCfaOffset: in printCFI()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DFrameAnalysis.cpp216 case MCCFIInstruction::OpAdjustCfaOffset: in doNext()
H A DShrinkWrapping.cpp424 case MCCFIInstruction::OpAdjustCfaOffset: in classifyCFIs()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp1354 case MCCFIInstruction::OpAdjustCfaOffset: in emitCFIInstruction()
1357 Instr.getOperation() == MCCFIInstruction::OpAdjustCfaOffset; in emitCFIInstruction()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp740 case MCCFIInstruction::OpAdjustCfaOffset: in mutateCFIOffsetFor()
2441 case MCCFIInstruction::OpAdjustCfaOffset: in update()
2578 case MCCFIInstruction::OpAdjustCfaOffset: in isRedundant()
2726 case MCCFIInstruction::OpAdjustCfaOffset: in unwindCFIState()
H A DBinaryEmitter.cpp820 case MCCFIInstruction::OpAdjustCfaOffset: in emitCFIInstruction()
H A DBinaryContext.cpp1743 case MCCFIInstruction::OpAdjustCfaOffset: in printCFI()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp428 CI.getOperation() == MCCFIInstruction::OpAdjustCfaOffset) in mergeSPUpdates()