Home
last modified time | relevance | path

Searched refs:CFIs (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h539 CFIs(CodeAlign, DataAlign, Arch) {} in FrameEntry()
546 const CFIProgram &cfis() const { return CFIs; } in cfis()
547 CFIProgram &cfis() { return CFIs; } in cfis()
563 CFIProgram CFIs; variable
/llvm-project/llvm/test/CodeGen/RISCV/
H A Dmachine-outliner-cfi.mir6 # CFIs are invisible (they can be outlined, but won't actually impact the outlining result) if there
7 # is no need to unwind. CFIs will be stripped when we build outlined functions.
H A Dmachine-outliner-throw.ll4 ; Ensure that we won't outline CFIs when they are needed in unwinding.
/llvm-project/bolt/lib/Passes/
H A DShrinkWrapping.cpp1139 std::vector<MCInst *> CFIs; in scheduleOldSaveRestoresRemoval() local
1148 CFIs.push_back(&Inst); in scheduleOldSaveRestoresRemoval()
1155 CFIs.clear(); in scheduleOldSaveRestoresRemoval()
1169 for (MCInst *CFI : CFIs) { in scheduleOldSaveRestoresRemoval()
1189 CFIs.clear(); in scheduleOldSaveRestoresRemoval()
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dwhole-wave-register-spill.ll10 ; directly to the physical VGPR lane to correctly generate the CFIs. The SGPR20 will get spilled to the
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp1010 CFIs.dump(OS, DumpOpts, /*IndentLevel=*/1, /*InitialLocation=*/{}); in dump()
1038 CFIs.dump(OS, DumpOpts, /*IndentLevel=*/1, InitialLocation); in dumpDataAux()