Home
last modified time | relevance | path

Searched refs:Optimizable (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h121 unsigned &FalseOp, bool &Optimizable) const override;
H A DLanaiInstrInfo.cpp441 bool &Optimizable) const { in analyzeSelect()
451 Optimizable = true; in analyzeSelect()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp650 bool Optimizable = false; in optimizeSelect() local
652 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
654 if (!Optimizable) in optimizeSelect()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h305 unsigned &FalseOp, bool &Optimizable) const override;
H A DARMBaseInstrInfo.cpp2300 bool &Optimizable) const { in analyzeSelect()
2314 Optimizable = true; in analyzeSelect()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h925 bool &Optimizable) const { in analyzeSelect() argument