Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h119 unsigned &FalseOp, bool &Optimizable) const override;
H A DLanaiInstrInfo.cpp442 bool &Optimizable) const { in analyzeSelect()
452 Optimizable = true; in analyzeSelect()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp631 bool Optimizable = false; in optimizeSelect() local
633 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
635 if (!Optimizable) in optimizeSelect()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h301 unsigned &FalseOp, bool &Optimizable) const override;
H A DARMBaseInstrInfo.cpp2082 bool &Optimizable) const { in analyzeSelect()
2096 Optimizable = true; in analyzeSelect()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h807 bool &Optimizable) const { in analyzeSelect() argument