Searched defs:isAlwaysUniform (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | GenericUniformityImpl.h | 1133 bool GenericUniformityAnalysisImpl<ContextT>::isAlwaysUniform( in isAlwaysUniform() function |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUTargetTransformInfo.cpp | 945 bool GCNTTIImpl::isAlwaysUniform(const Value *V) const { isAlwaysUniform() function in GCNTTIImpl |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 106 bool isAlwaysUniform(const Value *V) const { return false; } isAlwaysUniform() function |
H A D | TargetTransformInfo.h | 2238 bool isAlwaysUniform(const Value *V) override { isAlwaysUniform() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 285 bool isAlwaysUniform(const Value *V) { return false; } isAlwaysUniform() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 290 bool llvm::TargetTransformInfo::isAlwaysUniform(const Value *V) const { isAlwaysUniform() function in llvm::TargetTransformInfo |