OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNonExtLoad
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
926
if (!isUnindexed() && !
isNonExtLoad
() && !isAnyExtLoad() &&
933
if (
isNonExtLoad
())
935
"
IsNonExtLoad
requires IsLoad");
1077
if ((
isNonExtLoad
() + isAnyExtLoad() + isSignExtLoad() +
1080
"
IsNonExtLoad
, IsAnyExtLoad, IsSignExtLoad, and "
1082
if (
isNonExtLoad
())
1171
bool TreePredicateFn::
isNonExtLoad
() const {
1172
return isPredefinedPredicateEqualTo("
IsNonExtLoad
", true);
1299
if (
isNonExtLoad
())
1302
"
IsNonExtLoad
cannot be used with ImmLeaf or its subclasses")
[
all
...]
CodeGenDAGPatterns.h
550
bool
isNonExtLoad
() const;
GlobalISelEmitter.cpp
220
if (P.
isNonExtLoad
())
321
if (Predicate.
isNonExtLoad
() || Predicate.isAnyExtLoad() ||
3813
if (Predicate.isLoad() && Predicate.
isNonExtLoad
()) {
Completed in 29 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026