Searched refs:PPCComputeAddress (Results 1 – 1 of 1) sorted by relevance
162 bool PPCComputeAddress(const Value *Obj, Address &Addr);321 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) { in PPCComputeAddress() function in PPCFastISel342 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress()347 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress()352 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress()393 if (PPCComputeAddress(U->getOperand(0), Addr)) return true; in PPCComputeAddress()616 if (!PPCComputeAddress(I->getOperand(0), Addr)) in SelectLoad()770 if (!PPCComputeAddress(I->getOperand(1), Addr)) in SelectStore()2359 if (!PPCComputeAddress(LI->getOperand(0), Addr)) in tryToFoldLoadIntoMI()