Home
last modified time | relevance | path

Searched refs:shouldCSEOpc (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCSEInfo.h44 virtual bool shouldCSEOpc(unsigned Opc) override;
51 virtual bool shouldCSEOpc(unsigned Opc) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp36 bool CSEConfigFull::shouldCSEOpc(unsigned Opc) { in shouldCSEOpc() function in CSEConfigFull
66 bool CSEConfigConstantOnly::shouldCSEOpc(unsigned Opc) { in shouldCSEOpc() function in CSEConfigConstantOnly
223 return CSEOpt->shouldCSEOpc(Opc); in shouldCSE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCSEConfigBase.h23 virtual bool shouldCSEOpc(unsigned Opc) { return false; } in shouldCSEOpc() function