Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h121 unsigned &FalseOp, bool &Optimizable) const override;
H A DLanaiInstrInfo.cpp440 bool &Optimizable) const { in analyzeSelect()
450 Optimizable = true; in analyzeSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h134 unsigned &FalseOp, bool &Optimizable) const override;
H A DRISCVInstrInfo.cpp1404 bool &Optimizable) const { in analyzeSelect()
1420 Optimizable = STI.hasShortForwardBranchOpt(); in analyzeSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp693 bool Optimizable = false; in optimizeSelect() local
695 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
697 if (!Optimizable) in optimizeSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h305 unsigned &FalseOp, bool &Optimizable) const override;
H A DARMBaseInstrInfo.cpp2321 bool &Optimizable) const { in analyzeSelect()
2335 Optimizable = true; in analyzeSelect()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h959 bool &Optimizable) const { in analyzeSelect() argument