Home
last modified time | relevance | path

Searched refs:isSDNodeAlwaysUniform (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h232 bool isSDNodeAlwaysUniform(const SDNode *N) const override;
H A DAMDGPUISelLowering.cpp842 bool AMDGPUTargetLowering::isSDNodeAlwaysUniform(const SDNode *N) const { in isSDNodeAlwaysUniform() function in AMDGPUTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3691 virtual bool isSDNodeAlwaysUniform(const SDNode * N) const { in isSDNodeAlwaysUniform() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11244 if (TLI->isSDNodeAlwaysUniform(N)) { in calculateDivergence()
12803 if (!TLI->isSDNodeAlwaysUniform(Node)) { in createOperands()