Searched refs:PPCComputeAddress (Results 1 – 1 of 1) sorted by relevance
164 bool PPCComputeAddress(const Value *Obj, Address &Addr);305 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) { in PPCComputeAddress() function in PPCFastISel326 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress()331 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress()336 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress()377 if (PPCComputeAddress(U->getOperand(0), Addr)) return true; in PPCComputeAddress()599 if (!PPCComputeAddress(I->getOperand(0), Addr)) in SelectLoad()753 if (!PPCComputeAddress(I->getOperand(1), Addr)) in SelectStore()2359 if (!PPCComputeAddress(LI->getOperand(0), Addr)) in tryToFoldLoadIntoMI()