Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp411 bool Relaxable = false; in isInstRelaxable() local
421 Relaxable = true; in isInstRelaxable()
425 Relaxable = false; in isInstRelaxable()
428 return Relaxable; in isInstRelaxable()
450 bool Relaxable = isInstRelaxable(MCI); in fixupNeedsRelaxationAdvanced() local
451 if (Relaxable == false) in fixupNeedsRelaxationAdvanced()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp903 SmallVector<MCRelaxableFragment *, 4> Relaxable; in finishLayout() local
908 Relaxable.clear(); in finishLayout()
915 Relaxable.push_back(&RF); in finishLayout()
931 Relaxable.clear(); in finishLayout()
942 while (!Relaxable.empty() && RemainingSize != 0) { in finishLayout()
943 auto &RF = *Relaxable.pop_back_val(); in finishLayout()
959 Relaxable.clear(); in finishLayout()