Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp635 bool Optimizable = false; in optimizeSelect() local
637 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
639 if (!Optimizable) in optimizeSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h305 unsigned &FalseOp, bool &Optimizable) const override;
H A DARMBaseInstrInfo.cpp2310 bool &Optimizable) const { in analyzeSelect()
2324 Optimizable = true; in analyzeSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h912 bool &Optimizable) const { in analyzeSelect() argument