Searched refs:covers (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonRDF.h22 bool covers(RegisterRef RA, RegisterRef RR) const override;
23 bool covers(const RegisterSet &RRs, RegisterRef RR) const override;
H A DHexagonRDF.cpp19 bool HexagonRegisterAliasInfo::covers(RegisterRef RA, RegisterRef RB) const { function in class:HexagonRegisterAliasInfo
34 return RegisterAliasInfo::covers(RA, RB);
37 bool HexagonRegisterAliasInfo::covers(const RegisterSet &RRs, RegisterRef RR) function in class:HexagonRegisterAliasInfo
59 return RegisterAliasInfo::covers(RRs, RR);
H A DRDFLiveness.cpp110 if (RAI.covers(RR, RefRR)) {
198 if (!FullChain && RAI.covers(RRs, RefRR))
213 if (FullChain || IsPhi || !RAI.covers(RRs, QR))
401 if (!RAI.covers(MidDefs, T.first))
760 bool Covering = RAI.covers(DDR, I.first);
765 Covering = RAI.covers(DA.Addr->getRegRef(), Q);
787 if (RAI.covers(RRs, DRR))
H A DRDFGraph.h391 virtual bool covers(RegisterRef RA, RegisterRef RB) const;
392 virtual bool covers(const RegisterSet &RRs, RegisterRef RR) const;
H A DRDFGraph.cpp570 // Determine whether RA covers RB.
571 bool RegisterAliasInfo::covers(RegisterRef RA, RegisterRef RB) const { function in class:RegisterAliasInfo
591 bool RegisterAliasInfo::covers(const RegisterSet &RRs, RegisterRef RR) const { function in class:RegisterAliasInfo
1334 // such that T covers R. In other words, only leave those refs that
1339 if (I != RR && RAI.covers(I, RR))
1487 bool PrecUp = RAI.covers(QR, RR);
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h446 /// [1,5](5,10] covers (3,7].
447 bool covers(const LiveRange &Other) const;
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLiveInterval.cpp437 bool LiveRange::covers(const LiveRange &Other) const {
1151 assert(covers(SR));
H A DMachineVerifier.cpp1731 if (!LI.covers(SR)) {

Completed in 179 milliseconds