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.h123 unsigned &FalseOp, bool &Optimizable) const override;
H A DLanaiInstrInfo.cpp442 bool &Optimizable) const { in analyzeSelect()
452 Optimizable = true; in analyzeSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h152 unsigned &FalseOp, bool &Optimizable) const override;
H A DRISCVInstrInfo.cpp1731 bool &Optimizable) const { in analyzeSelect()
1747 Optimizable = STI.hasShortForwardBranchOpt(); in analyzeSelect()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp966 bool Optimizable = false; in optimizeSelect() local
968 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
970 if (!Optimizable) in optimizeSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h307 unsigned &FalseOp, bool &Optimizable) const override;
H A DARMBaseInstrInfo.cpp2165 bool &Optimizable) const { in analyzeSelect()
2179 Optimizable = true; in analyzeSelect()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1008 bool &Optimizable) const { in analyzeSelect() argument