Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h629 const MemSDNode &NodeY) const override;
H A DRISCVISelLowering.cpp21965 const MemSDNode &NodeX, const MemSDNode &NodeY) const {
21966 return getTargetMMOFlags(NodeX) == getTargetMMOFlags(NodeY); in isCtpopFast()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h747 const MemSDNode &NodeY) const { in areTwoSDNodeTargetMMOFlagsMergeable() argument