Home
last modified time | relevance | path

Searched defs:isUniform (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLegacyDivergenceAnalysis.h46 bool isUniform(const Value *V) const { return !isDivergent(V); } in isUniform() function
HDDivergenceAnalysis.h202 bool isUniform(const Value &V) const { return !isDivergent(V); } in isUniform() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIAnnotateControlFlow.cpp163 bool SIAnnotateControlFlow::isUniform(BranchInst *T) { in isUniform() function in SIAnnotateControlFlow
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationLegality.cpp419 bool LoopVectorizationLegality::isUniform(Value *V) { in isUniform() function in llvm::LoopVectorizationLegality
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopAccessAnalysis.cpp2108 bool LoopAccessInfo::isUniform(Value *V) const { in isUniform() function in LoopAccessInfo