Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h117 unsigned &FalseOp, bool &Optimizable) const override;
H A DRISCVInstrInfo.cpp1107 bool &Optimizable) const { in analyzeSelect()
1123 Optimizable = STI.hasShortForwardBranchOpt(); in analyzeSelect()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp649 bool Optimizable = false; in optimizeSelect() local
651 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
653 if (!Optimizable) in optimizeSelect()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h305 unsigned &FalseOp, bool &Optimizable) const override;
H A DARMBaseInstrInfo.cpp2335 bool &Optimizable) const { in analyzeSelect()
2349 Optimizable = true; in analyzeSelect()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h952 bool &Optimizable) const { in analyzeSelect() argument