Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h120 unsigned &FalseOp, bool &Optimizable) const override;
DLanaiInstrInfo.cpp441 bool &Optimizable) const { in analyzeSelect()
451 Optimizable = true; in analyzeSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp631 bool Optimizable = false; in optimizeSelect() local
633 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
635 if (!Optimizable) in optimizeSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h303 unsigned &FalseOp, bool &Optimizable) const override;
DARMBaseInstrInfo.cpp2212 bool &Optimizable) const { in analyzeSelect()
2226 Optimizable = true; in analyzeSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h896 bool &Optimizable) const { in analyzeSelect() argument