Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp541 bool Relaxable = false; in isInstRelaxable() local
551 Relaxable = true; in isInstRelaxable()
555 Relaxable = false; in isInstRelaxable()
558 return Relaxable; in isInstRelaxable()
583 bool Relaxable = isInstRelaxable(MCI); in fixupNeedsRelaxationAdvanced() local
584 if (Relaxable == false) in fixupNeedsRelaxationAdvanced()
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp895 SmallVector<MCRelaxableFragment *, 4> Relaxable; in finishLayout() local
900 Relaxable.clear(); in finishLayout()
909 Relaxable.push_back(&RF); in finishLayout()
925 Relaxable.clear(); in finishLayout()
940 while (!Relaxable.empty() && RemainingSize != 0) { in finishLayout()
941 auto &RF = *Relaxable.pop_back_val(); in finishLayout()
957 Relaxable.clear(); in finishLayout()