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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLegacyDivergenceAnalysis.h51 bool isUniform(const Value *V) const { return !isDivergent(V); } function in class:llvm::LegacyDivergenceAnalysis
H A DDivergenceAnalysis.h202 bool isUniform(const Value &V) const { return !isDivergent(V); } function in class:llvm::GPUDivergenceAnalysis
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp163 bool SIAnnotateControlFlow::isUniform(BranchInst *T) { function in class:SIAnnotateControlFlow
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp422 bool LoopVectorizationLegality::isUniform(Value *V) { function in class:llvm::LoopVectorizationLegality
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2143 bool LoopAccessInfo::isUniform(Value *V) const { function in class:LoopAccessInfo

Completed in 190 milliseconds