Searched refs:PPCComputeAddress (Results 1 – 1 of 1) sorted by relevance
157 bool PPCComputeAddress(const Value *Obj, Address &Addr);293 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) { in PPCComputeAddress() function in PPCFastISel314 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress()319 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress()324 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress()365 if (PPCComputeAddress(U->getOperand(0), Addr)) return true; in PPCComputeAddress()587 if (!PPCComputeAddress(I->getOperand(0), Addr)) in SelectLoad()741 if (!PPCComputeAddress(I->getOperand(1), Addr)) in SelectStore()2354 if (!PPCComputeAddress(LI->getOperand(0), Addr)) in tryToFoldLoadIntoMI()