Home
last modified time | relevance | path

Searched defs:covers (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DRegisterBank.cpp52 bool RegisterBank::covers(const TargetRegisterClass &RC) const { in covers() function in RegisterBank
H A DLiveInterval.cpp479 bool LiveRange::covers(const LiveRange &Other) const { in covers() function in LiveRange
/llvm-project/flang/lib/Parser/
H A Dprovenance.cpp211 ProvenanceRange covers{range_.NextAfter(), source.bytes()}; in AddIncludedFile() local
220 ProvenanceRange covers{range_.NextAfter(), expansion.size()}; in AddMacroCall() local
228 ProvenanceRange covers{range_.NextAfter(), text.size()}; AddCompilerInsertion() local
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_bound.c303 isl_bool covers; in isl_pw_qpolynomial_fold_bound() local
H A Disl_bernstein.c377 isl_bool covers; in bernstein_coefficients_base() local
H A Disl_fold.c1506 int covers; in qpolynomial_fold_covers_on_domain() local
1572 isl_bool covers; in isl_pw_qpolynomial_fold_covers() local
/llvm-project/flang/include/flang/Parser/
H A Dprovenance.h213 ProvenanceRange covers, replaces; global() member