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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCSEConfigBase.h23 virtual bool shouldCSEOpc(unsigned Opc) { return false; } function in class:llvm::CSEConfigBase
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h44 virtual bool shouldCSEOpc(unsigned Opc) override;
51 virtual bool shouldCSEOpc(unsigned Opc) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp36 bool CSEConfigFull::shouldCSEOpc(unsigned Opc) { function in class:CSEConfigFull
66 bool CSEConfigConstantOnly::shouldCSEOpc(unsigned Opc) { function in class:CSEConfigConstantOnly
223 return CSEOpt->shouldCSEOpc(Opc);

Completed in 66 milliseconds