Searched refs:PPCComputeAddress (Results 1 – 1 of 1) sorted by relevance
165 bool PPCComputeAddress(const Value *Obj, Address &Addr);306 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) { in PPCComputeAddress() function in PPCFastISel327 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress()332 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress()337 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress()378 if (PPCComputeAddress(U->getOperand(0), Addr)) return true; in PPCComputeAddress()601 if (!PPCComputeAddress(I->getOperand(0), Addr)) in SelectLoad()755 if (!PPCComputeAddress(I->getOperand(1), Addr)) in SelectStore()2360 if (!PPCComputeAddress(LI->getOperand(0), Addr)) in tryToFoldLoadIntoMI()