Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCSEConfigBase.h23 virtual bool shouldCSEOpc(unsigned Opc) { return false; } in shouldCSEOpc() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h44 bool shouldCSEOpc(unsigned Opc) override;
51 bool shouldCSEOpc(unsigned Opc) override;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp37 bool CSEConfigFull::shouldCSEOpc(unsigned Opc) { in shouldCSEOpc() function in CSEConfigFull
83 bool CSEConfigConstantOnly::shouldCSEOpc(unsigned Opc) { in shouldCSEOpc() function in CSEConfigConstantOnly
239 return CSEOpt->shouldCSEOpc(Opc); in shouldCSE()