Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp980 SmallVector<MCRelaxableFragment *, 4> Relaxable; in finishLayout() local
985 Relaxable.clear(); in finishLayout()
994 Relaxable.push_back(&RF); in finishLayout()
1010 Relaxable.clear(); in finishLayout()
1025 while (!Relaxable.empty() && RemainingSize != 0) { in finishLayout()
1026 auto &RF = *Relaxable.pop_back_val(); in finishLayout()
1042 Relaxable.clear(); in finishLayout()