Searched refs:Props2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 348 bool evaluateCMPrp(uint32_t Cmp, const RegSubRegPair &R1, uint64_t Props2, 354 bool evaluateCMPpp(uint32_t Cmp, uint32_t Props1, uint32_t Props2, 1154 uint64_t Props2, in evaluateCMPrp() argument 1161 return evaluateCMPpp(Cmp, LS.properties(), Props2, Result); in evaluateCMPrp() 1169 evaluateCMPpi(NegCmp, Props2, A, Res); in evaluateCMPrp() 1288 uint32_t Props2, bool &Result) { in evaluateCMPpp() argument 1291 if ((Props1 & P::NaN) && (Props2 & P::NaN)) in evaluateCMPpp() 1293 if (!(Props1 & P::Finite) || !(Props2 & P::Finite)) in evaluateCMPpp() 1296 bool Zero1 = (Props1 & P::Zero), Zero2 = (Props2 & P::Zero); in evaluateCMPpp() 1297 bool NonZero1 = (Props1 & P::NonZero), NonZero2 = (Props2 & P::NonZero); in evaluateCMPpp() [all …]
|