Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h204 bool isSDNodeAlwaysUniform(const SDNode *N) const override;
DAMDGPUISelLowering.cpp789 bool AMDGPUTargetLowering::isSDNodeAlwaysUniform(const SDNode *N) const { in isSDNodeAlwaysUniform() function in AMDGPUTargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h197 bool isSDNodeAlwaysUniform(const SDNode *N) const override;
DAMDGPUISelLowering.cpp706 bool AMDGPUTargetLowering::isSDNodeAlwaysUniform(const SDNode * N) const { in isSDNodeAlwaysUniform() function in AMDGPUTargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2971 virtual bool isSDNodeAlwaysUniform(const SDNode * N) const { in isSDNodeAlwaysUniform() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h3151 virtual bool isSDNodeAlwaysUniform(const SDNode * N) const { in isSDNodeAlwaysUniform() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8539 if (TLI->isSDNodeAlwaysUniform(N)) in updateDivergence()
8589 if (!IsDivergent && IsSDNodeDivergent && !TLI.isSDNodeAlwaysUniform(N)) { in VerifyDAGDiverence()
9725 if (!TLI->isSDNodeAlwaysUniform(Node)) in createOperands()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8746 if (TLI->isSDNodeAlwaysUniform(N)) { in calculateDivergence()
10038 if (!TLI->isSDNodeAlwaysUniform(Node)) { in createOperands()