Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h192 bool isSDNodeAlwaysUniform(const SDNode *N) const override;
H A DAMDGPUISelLowering.cpp792 bool AMDGPUTargetLowering::isSDNodeAlwaysUniform(const SDNode *N) const { in isSDNodeAlwaysUniform() function in AMDGPUTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3168 virtual bool isSDNodeAlwaysUniform(const SDNode * N) const { in isSDNodeAlwaysUniform() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9168 if (TLI->isSDNodeAlwaysUniform(N)) { in calculateDivergence()
10477 if (!TLI->isSDNodeAlwaysUniform(Node)) { in createOperands()