Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h148 unsigned &FalseOp, bool &Optimizable) const override;
H A DRISCVInstrInfo.cpp1376 bool &Optimizable) const { in analyzeSelect()
1392 Optimizable = STI.hasShortForwardBranchOpt(); in analyzeSelect()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp692 bool Optimizable = false; in optimizeSelect() local
694 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
696 if (!Optimizable) in optimizeSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h310 unsigned &FalseOp, bool &Optimizable) const override;
H A DARMBaseInstrInfo.cpp2322 bool &Optimizable) const { in analyzeSelect()
2336 Optimizable = true; in analyzeSelect()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h985 bool &Optimizable) const { in analyzeSelect() argument