Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelLowering.h232 bool isSDNodeAlwaysUniform(const SDNode *N) const override;
HDAMDGPUISelLowering.cpp888 bool AMDGPUTargetLowering::isSDNodeAlwaysUniform(const SDNode *N) const { in isSDNodeAlwaysUniform() function in AMDGPUTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h3808 virtual bool isSDNodeAlwaysUniform(const SDNode * N) const { in isSDNodeAlwaysUniform() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp11581 if (TLI->isSDNodeAlwaysUniform(N)) { in calculateDivergence()
13133 if (!TLI->isSDNodeAlwaysUniform(Node)) { in createOperands()