Home
last modified time | relevance | path

Searched defs:isAlwaysUniform (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h1133 bool GenericUniformityAnalysisImpl<ContextT>::isAlwaysUniform( in isAlwaysUniform() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp945 bool GCNTTIImpl::isAlwaysUniform(const Value *V) const { isAlwaysUniform() function in GCNTTIImpl
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h106 bool isAlwaysUniform(const Value *V) const { return false; } isAlwaysUniform() function
H A DTargetTransformInfo.h2238 bool isAlwaysUniform(const Value *V) override { isAlwaysUniform() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h285 bool isAlwaysUniform(const Value *V) { return false; } isAlwaysUniform() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp290 bool llvm::TargetTransformInfo::isAlwaysUniform(const Value *V) const { isAlwaysUniform() function in llvm::TargetTransformInfo