Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp524 bool Relaxable = false; in isInstRelaxable() local
535 Relaxable = true; in isInstRelaxable()
539 Relaxable = false; in isInstRelaxable()
542 return Relaxable; in isInstRelaxable()
565 bool Relaxable = isInstRelaxable(MCI); in fixupNeedsRelaxationAdvanced() local
566 if (Relaxable == false) in fixupNeedsRelaxationAdvanced()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
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()