Searched defs:isUniform (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericUniformityInfo.h | 64 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 D | GPUToSPIRV.cpp | 470 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 D | SIAnnotateControlFlow.cpp | 149 bool SIAnnotateControlFlow::isUniform(BranchInst *T) { isUniform() function in SIAnnotateControlFlow
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 568 bool LoopVectorizationLegality::isUniform(Value *V, ElementCount VF) const { isUniform() function in llvm::LoopVectorizationLegality
|
H A D | VPlan.h | 2201 bool isUniform() const { return IsUniform; } isUniform() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1099 bool isUniform() const { isUniform() function
|