Home
last modified time | relevance | path

Searched refs:OpEscape (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h491 OpEscape, enumerator
633 return MCCFIInstruction(OpEscape, L, 0, 0, Vals, Comment);
672 assert(Operation == OpEscape); in getValues()
/llvm-project-15.0.7/bolt/lib/Utils/
H A DUtils.cpp104 case MCCFIInstruction::OpEscape: in operator ==()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DRegReAssign.cpp106 case MCCFIInstruction::OpEscape: { in swap()
108 if (CFI->getOperation() != MCCFIInstruction::OpEscape) { in swap()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp266 case MCCFIInstruction::OpEscape: in emitCFIInstruction()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp247 case MCCFIInstruction::OpEscape: in calculateOutgoingCFAInfo()
H A DMachineOperand.cpp686 case MCCFIInstruction::OpEscape: { in printCFI()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp715 case MCCFIInstruction::OpEscape: in mutateCFIRegisterFor()
2431 case MCCFIInstruction::OpEscape: { in update()
2531 case MCCFIInstruction::OpEscape: { in isRedundant()
2533 if (Instr.getOperation() != MCCFIInstruction::OpEscape) { in isRedundant()
2677 case MCCFIInstruction::OpEscape: in unwindCFIState()
2680 if (Instr.getOperation() != MCCFIInstruction::OpEscape) { in unwindCFIState()
H A DBinaryEmitter.cpp847 case MCCFIInstruction::OpEscape: in emitCFIInstruction()
H A DBinaryContext.cpp1746 case MCCFIInstruction::OpEscape: in printCFI()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp1460 case MCCFIInstruction::OpEscape: in emitCFIInstruction()