OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAlwaysUniform
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DivergenceAnalysis.cpp
100
if (
isAlwaysUniform
(DivVal))
103
assert(!
isAlwaysUniform
(DivVal) && "cannot be a divergent");
171
if (
isAlwaysUniform
(I))
333
bool DivergenceAnalysisImpl::
isAlwaysUniform
(const Value &V) const {
367
} else if (TTI.
isAlwaysUniform
(&I)) {
LegacyDivergenceAnalysis.cpp
262
if (!TTI.
isAlwaysUniform
(U) && DV.insert(U).second)
TargetTransformInfo.cpp
248
bool llvm::TargetTransformInfo::
isAlwaysUniform
(const Value *V) const {
249
return TTIImpl->
isAlwaysUniform
(V);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DivergenceAnalysis.h
63
/// if `
isAlwaysUniform
(DivVal)`.
76
bool
isAlwaysUniform
(const Value &Val) const;
TargetTransformInfo.h
356
bool
isAlwaysUniform
(const Value *V) const;
1461
virtual bool
isAlwaysUniform
(const Value *V) = 0;
1774
bool
isAlwaysUniform
(const Value *V) override {
1775
return Impl.
isAlwaysUniform
(V);
TargetTransformInfoImpl.h
98
bool
isAlwaysUniform
(const Value *V) const { return false; }
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.h
175
bool
isAlwaysUniform
(const Value *V) const;
AMDGPUTargetTransformInfo.cpp
999
bool GCNTTIImpl::
isAlwaysUniform
(const Value *V) const {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
265
bool
isAlwaysUniform
(const Value *V) { return false; }
Completed in 37 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026