OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isDivergent
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DivergenceAnalysis.h
79
bool
isDivergent
(const Value &Val) const;
178
bool
isDivergent
(const Value &V) const {
179
return ContainsIrreducible || DA->
isDivergent
(V);
188
bool isUniform(const Value &V) const { return !
isDivergent
(V); }
DivergenceAnalysis.h
79
bool
isDivergent
(const Value &Val) const;
178
bool
isDivergent
(const Value &V) const {
179
return ContainsIrreducible || DA->
isDivergent
(V);
188
bool isUniform(const Value &V) const { return !
isDivergent
(V); }
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LegacyDivergenceAnalysis.cpp
359
bool LegacyDivergenceAnalysis::
isDivergent
(const Value *V) const {
361
return gpuDA->
isDivergent
(*V);
396
OS << (
isDivergent
(&Arg) ? "DIVERGENT: " : " ");
403
OS << (
isDivergent
(&I) ? "DIVERGENT: " : " ");
LegacyDivergenceAnalysis.cpp
359
bool LegacyDivergenceAnalysis::
isDivergent
(const Value *V) const {
361
return gpuDA->
isDivergent
(*V);
396
OS << (
isDivergent
(&Arg) ? "DIVERGENT: " : " ");
403
OS << (
isDivergent
(&I) ? "DIVERGENT: " : " ");
DivergenceAnalysis.cpp
173
if (
isDivergent
(I))
279
if (
isDivergent
(Phi))
317
assert(
isDivergent
(*DivVal) && "Worklist invariant violated!");
328
assert(
isDivergent
(I) && "Worklist invariant violated!");
337
bool DivergenceAnalysisImpl::
isDivergent
(const Value &V) const {
344
return
isDivergent
(V) || isTemporalDivergent(*I.getParent(), V);
398
OS << (DI.
isDivergent
(Arg) ? "DIVERGENT: " : " ");
404
OS << (DI.
isDivergent
(I) ? "DIVERGENT: " : " ");
DivergenceAnalysis.cpp
173
if (
isDivergent
(I))
279
if (
isDivergent
(Phi))
317
assert(
isDivergent
(*DivVal) && "Worklist invariant violated!");
328
assert(
isDivergent
(I) && "Worklist invariant violated!");
337
bool DivergenceAnalysisImpl::
isDivergent
(const Value &V) const {
344
return
isDivergent
(V) || isTemporalDivergent(*I.getParent(), V);
398
OS << (DI.
isDivergent
(Arg) ? "DIVERGENT: " : " ");
404
OS << (DI.
isDivergent
(I) ? "DIVERGENT: " : " ");
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
484
uint16_t
IsDivergent
: 1;
686
bool
isDivergent
() const { return SDNodeBits.
IsDivergent
; }
1273
///
isDivergent
bit.
1282
SDNodeBits.
IsDivergent
= false;
SelectionDAGNodes.h
484
uint16_t
IsDivergent
: 1;
686
bool
isDivergent
() const { return SDNodeBits.
IsDivergent
; }
1273
///
isDivergent
bit.
1282
SDNodeBits.
IsDivergent
= false;
Completed in 67 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026