Home
last modified time | relevance | path

Searched refs:OpDefCfaOffset (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/bolt/test/X86/
H A Dcfi-instrs-reordered.s13 # CHECK: !CFI $0 ; OpDefCfaOffset
17 # CHECK: !CFI $2 ; OpDefCfaOffset
21 # CHECK: !CFI $3 ; OpDefCfaOffset
23 # CHECK: !CFI $4 ; OpDefCfaOffset
28 # CHECK: !CFI $6 ; OpDefCfaOffset
30 # CHECK: !CFI $7 ; OpDefCfaOffset
H A Dcfi-instrs-count.s12 # CHECK: 0: OpDefCfaOffset
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h487 OpDefCfaOffset, enumerator
547 return MCCFIInstruction(OpDefCfaOffset, L, 0, Offset, ""); in cfiDefCfaOffset()
665 Operation == OpRelOffset || Operation == OpDefCfaOffset || in getOffset()
/llvm-project-15.0.7/bolt/lib/Utils/
H A DUtils.cpp109 case MCCFIInstruction::OpDefCfaOffset: in operator ==()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp232 case MCCFIInstruction::OpDefCfaOffset: in emitCFIInstruction()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DShrinkWrapping.cpp395 case MCCFIInstruction::OpDefCfaOffset: in classifyCFIs()
664 Operation == MCCFIInstruction::OpDefCfaOffset) in performChanges()
1194 if (MCCFI->getOperation() == MCCFIInstruction::OpDefCfaOffset) in scheduleOldSaveRestoresRemoval()
1199 if (MCCFI->getOperation() == MCCFIInstruction::OpDefCfaOffset) in scheduleOldSaveRestoresRemoval()
1620 if (CFI->getOperation() == MCCFIInstruction::OpDefCfaOffset) in rebuildCFIForSP()
1719 case MCCFIInstruction::OpDefCfaOffset: in updateCFIInstOffset()
H A DFrameAnalysis.cpp200 case MCCFIInstruction::OpDefCfaOffset: in doNext()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp198 case MCCFIInstruction::OpDefCfaOffset: in calculateOutgoingCFAInfo()
H A DMachineOperand.cpp646 case MCCFIInstruction::OpDefCfaOffset: in printCFI()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp623 case MCCFIInstruction::OpDefCfaOffset: { in generateCompactUnwindEncoding()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp737 case MCCFIInstruction::OpDefCfaOffset: in mutateCFIOffsetFor()
2422 case MCCFIInstruction::OpDefCfaOffset: in update()
2567 case MCCFIInstruction::OpDefCfaOffset: in isRedundant()
2722 case MCCFIInstruction::OpDefCfaOffset: in unwindCFIState()
H A DBinaryEmitter.cpp817 case MCCFIInstruction::OpDefCfaOffset: in emitCFIInstruction()
H A DBinaryContext.cpp1734 case MCCFIInstruction::OpDefCfaOffset: in printCFI()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp1133 case MCCFIInstruction::OpDefCfaOffset: // DW_CFA_def_cfa_offset in generateCompactUnwindEncoding()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1404 case MCCFIInstruction::OpDefCfaOffset: { in generateCompactUnwindEncoding()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp1355 case MCCFIInstruction::OpDefCfaOffset: { in emitCFIInstruction()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1766 case MCCFIInstruction::OpDefCfaOffset: in maybeMoveCFI()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp427 if (CI.getOperation() == MCCFIInstruction::OpDefCfaOffset || in mergeSPUpdates()