Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h488 OpDefCfa, enumerator
534 return MCCFIInstruction(OpDefCfa, L, Register, Offset, ""); in cfiDefCfa()
645 assert(Operation == OpDefCfa || Operation == OpOffset || in getRegister()
664 assert(Operation == OpDefCfa || Operation == OpOffset || in getOffset()
/llvm-project-15.0.7/bolt/lib/Utils/
H A DUtils.cpp102 case MCCFIInstruction::OpDefCfa: in operator ==()
/llvm-project-15.0.7/bolt/test/X86/
H A Dcfi-instrs-count.s17 # CHECK: 5: OpDefCfa
H A Dcfi-instrs-reordered.s25 # CHECK: !CFI {{.*}} ; OpDefCfa
32 # CHECK: !CFI {{.*}} ; OpDefCfa
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp238 case MCCFIInstruction::OpDefCfa: in emitCFIInstruction()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp204 case MCCFIInstruction::OpDefCfa: in calculateOutgoingCFAInfo()
H A DMachineOperand.cpp652 case MCCFIInstruction::OpDefCfa: in printCFI()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DRegReAssign.cpp100 case MCCFIInstruction::OpDefCfa: in swap()
H A DFrameAnalysis.cpp194 case MCCFIInstruction::OpDefCfa: in doNext()
H A DShrinkWrapping.cpp388 case MCCFIInstruction::OpDefCfa: in classifyCFIs()
663 if (Operation == MCCFIInstruction::OpDefCfa || in performChanges()
1717 case MCCFIInstruction::OpDefCfa: in updateCFIInstOffset()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp583 case MCCFIInstruction::OpDefCfa: { in generateCompactUnwindEncoding()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp697 case MCCFIInstruction::OpDefCfa: in mutateCFIRegisterFor()
744 case MCCFIInstruction::OpDefCfa: in mutateCFIOffsetFor()
2426 case MCCFIInstruction::OpDefCfa: in update()
2572 case MCCFIInstruction::OpDefCfa: in isRedundant()
2723 case MCCFIInstruction::OpDefCfa: in unwindCFIState()
H A DBinaryEmitter.cpp823 case MCCFIInstruction::OpDefCfa: in emitCFIInstruction()
H A DBinaryContext.cpp1737 case MCCFIInstruction::OpDefCfa: in printCFI()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp1129 case MCCFIInstruction::OpDefCfa: // DW_CFA_def_cfa in generateCompactUnwindEncoding()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCStreamer.cpp459 if (Inst.getOperation() == MCCFIInstruction::OpDefCfa || in emitCFIStartProc()
H A DMCDwarf.cpp1370 case MCCFIInstruction::OpDefCfa: { in emitCFIInstruction()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1765 case MCCFIInstruction::OpDefCfa: in maybeMoveCFI()