Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityInfo.h64 bool isUniform(ConstValueRefT V) const { return !isDivergent(V); } in isUniform() function
70 bool isUniform(const InstructionT *I) const { return !isDivergent(I); }; in isUniform() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp149 bool SIAnnotateControlFlow::isUniform(BranchInst *T) { in isUniform() function in SIAnnotateControlFlow
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp568 bool LoopVectorizationLegality::isUniform(Value *V, ElementCount VF) const { in isUniform() function in llvm::LoopVectorizationLegality
H A DVPlan.h1983 bool isUniform() const { return IsUniform; } isUniform() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1075 bool isUniform() const { isUniform() function