Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h1137 bool GenericUniformityAnalysisImpl<ContextT>::isAlwaysUniform( isAlwaysUniform() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp948 bool GCNTTIImpl::isAlwaysUniform(const Value *V) const { isAlwaysUniform() function in GCNTTIImpl
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h283 bool isAlwaysUniform(const Value *V) { return false; } isAlwaysUniform() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h105 bool isAlwaysUniform(const Value *V) const { return false; } isAlwaysUniform() function
H A DTargetTransformInfo.h2184 bool isAlwaysUniform(const Value *V) override { isAlwaysUniform() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp289 bool llvm::TargetTransformInfo::isAlwaysUniform(const Value *V) const { isAlwaysUniform() function in llvm::TargetTransformInfo