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

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

Completed in 368 milliseconds