Home
last modified time | relevance | path

Searched refs:PointerReg (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp200 unsigned PointerReg,
367 unsigned PointerReg, in isSuitableMemoryOp() argument
385 if (BaseReg != PointerReg && ScaledReg != PointerReg) in isSuitableMemoryOp()
388 unsigned PointerRegSizeInBits = TRI->getRegSizeInBits(PointerReg, MRI); in isSuitableMemoryOp()
461 if ((BaseReg && BaseReg != PointerReg && !BaseRegIsConstVal) || in isSuitableMemoryOp()
462 (ScaledReg && ScaledReg != PointerReg && !ScaledRegIsConstVal)) in isSuitableMemoryOp()
596 const Register PointerReg = MBP.LHS.getReg(); in analyzeBlockForNullChecks() local
621 if (I->modifiesRegister(PointerReg, TRI)) in analyzeBlockForNullChecks()
685 SuitabilityResult SR = isSuitableMemoryOp(MI, PointerReg, InstsSeenSoFar); in analyzeBlockForNullChecks()
697 if (!TII->preservesZeroValueInReg(&MI, PointerReg, TRI)) in analyzeBlockForNullChecks()