Home
last modified time | relevance | path

Searched refs:Relaxable (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp540 bool Relaxable = false; in isInstRelaxable() local
550 Relaxable = true; in isInstRelaxable()
554 Relaxable = false; in isInstRelaxable()
557 return Relaxable; in isInstRelaxable()
582 bool Relaxable = isInstRelaxable(MCI); in fixupNeedsRelaxationAdvanced() local
583 if (Relaxable == false) in fixupNeedsRelaxationAdvanced()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp871 SmallVector<MCRelaxableFragment *, 4> Relaxable; in finishLayout() local
876 Relaxable.clear(); in finishLayout()
885 Relaxable.push_back(&RF); in finishLayout()
901 Relaxable.clear(); in finishLayout()
916 while (!Relaxable.empty() && RemainingSize != 0) { in finishLayout()
917 auto &RF = *Relaxable.pop_back_val(); in finishLayout()
933 Relaxable.clear(); in finishLayout()