Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h117 unsigned &FalseOp, bool &Optimizable) const override;
DLanaiInstrInfo.cpp443 bool &Optimizable) const { in analyzeSelect()
453 Optimizable = true; in analyzeSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h119 unsigned &FalseOp, bool &Optimizable) const override;
DLanaiInstrInfo.cpp442 bool &Optimizable) const { in analyzeSelect()
452 Optimizable = true; in analyzeSelect()
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp586 bool Optimizable = false; in optimizeSelect() local
588 if (TII->analyzeSelect(*MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
590 if (!Optimizable) in optimizeSelect()
/external/swiftshader/third_party/llvm-7.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()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h267 unsigned &FalseOp, bool &Optimizable) const override;
DARMBaseInstrInfo.cpp1867 bool &Optimizable) const { in analyzeSelect()
1881 Optimizable = true; in analyzeSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h298 unsigned &FalseOp, bool &Optimizable) const override;
DARMBaseInstrInfo.cpp2068 bool &Optimizable) const { in analyzeSelect()
2082 Optimizable = true; in analyzeSelect()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h739 bool &Optimizable) const { in analyzeSelect() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h807 bool &Optimizable) const { in analyzeSelect() argument