Searched refs:isAlwaysUniform (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp102 assert(!isAlwaysUniform(DivVal) && "cannot be a divergent");
226 if (isAlwaysUniform(I))
374 if (isAlwaysUniform(I))
407 bool DivergenceAnalysis::isAlwaysUniform(const Value &V) const { function in class:DivergenceAnalysis
441 } else if (TTI.isAlwaysUniform(&I)) {
H A DLegacyDivergenceAnalysis.cpp262 if (!TTI.isAlwaysUniform(U) && DV.insert(U).second)
H A DTargetTransformInfo.cpp219 bool llvm::TargetTransformInfo::isAlwaysUniform(const Value *V) const { function in class:llvm::TargetTransformInfo
220 return TTIImpl->isAlwaysUniform(V);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDivergenceAnalysis.h74 bool isAlwaysUniform(const Value &Val) const;
H A DTargetTransformInfo.h356 bool isAlwaysUniform(const Value *V) const;
1202 virtual bool isAlwaysUniform(const Value *V) = 0;
1459 bool isAlwaysUniform(const Value *V) override {
1460 return Impl.isAlwaysUniform(V);
H A DTargetTransformInfoImpl.h157 bool isAlwaysUniform(const Value *V) { return false; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h187 bool isAlwaysUniform(const Value *V) const;
H A DAMDGPUTargetTransformInfo.cpp637 bool GCNTTIImpl::isAlwaysUniform(const Value *V) const { function in class:GCNTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h212 bool isAlwaysUniform(const Value *V) { return false; } function in class:llvm::BasicTTIImplBase

Completed in 169 milliseconds