Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h234 bool isSDNodeAlwaysUniform(const SDNode *N) const override;
H A DAMDGPUISelLowering.cpp903 bool AMDGPUTargetLowering::isSDNodeAlwaysUniform(const SDNode *N) const { in isSDNodeAlwaysUniform() function in AMDGPUTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3959 virtual bool isSDNodeAlwaysUniform(const SDNode * N) const { in isSDNodeAlwaysUniform() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12156 if (TLI->isSDNodeAlwaysUniform(N)) { in calculateDivergence()
13750 if (DivergentTarget && !TLI->isSDNodeAlwaysUniform(Node)) { in createOperands()