Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h199 bool isSDNodeAlwaysUniform(const SDNode *N) const override;
H A DAMDGPUISelLowering.cpp704 bool AMDGPUTargetLowering::isSDNodeAlwaysUniform(const SDNode *N) const { in isSDNodeAlwaysUniform() function in AMDGPUTargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3444 virtual bool isSDNodeAlwaysUniform(const SDNode * N) const { in isSDNodeAlwaysUniform() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10337 if (TLI->isSDNodeAlwaysUniform(N)) { in calculateDivergence()
11792 if (!TLI->isSDNodeAlwaysUniform(Node)) { in createOperands()