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.cpp539 bool Relaxable = false; in isInstRelaxable() local
549 Relaxable = true; in isInstRelaxable()
553 Relaxable = false; in isInstRelaxable()
556 return Relaxable; in isInstRelaxable()
581 bool Relaxable = isInstRelaxable(MCI); in fixupNeedsRelaxationAdvanced() local
582 if (Relaxable == false) in fixupNeedsRelaxationAdvanced()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp880 SmallVector<MCRelaxableFragment *, 4> Relaxable; in finishLayout() local
885 Relaxable.clear(); in finishLayout()
894 Relaxable.push_back(&RF); in finishLayout()
910 Relaxable.clear(); in finishLayout()
924 while (!Relaxable.empty() && RemainingSize != 0) { in finishLayout()
925 auto &RF = *Relaxable.pop_back_val(); in finishLayout()
941 Relaxable.clear(); in finishLayout()