Home
last modified time | relevance | path

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

/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
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp470 createGroupReduceOpImpl(OpBuilder & builder,Location loc,Value arg,bool isGroup,bool isUniform) createGroupReduceOpImpl() argument
488 createGroupReduceOp(OpBuilder & builder,Location loc,Value arg,gpu::AllReduceOperation opType,bool isGroup,bool isUniform) createGroupReduceOp() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp149 bool SIAnnotateControlFlow::isUniform(BranchInst *T) { isUniform() function in SIAnnotateControlFlow
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp568 bool LoopVectorizationLegality::isUniform(Value *V, ElementCount VF) const { isUniform() function in llvm::LoopVectorizationLegality
H A DVPlan.h2201 bool isUniform() const { return IsUniform; } isUniform() function
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1099 bool isUniform() const { isUniform() function