Searched refs:PPCComputeAddress (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 161 bool PPCComputeAddress(const Value *Obj, Address &Addr); 318 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) { in PPCComputeAddress() function in PPCFastISel 339 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress() 344 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress() 349 return PPCComputeAddress(U->getOperand(0), Addr); in PPCComputeAddress() 390 if (PPCComputeAddress(U->getOperand(0), Addr)) return true; in PPCComputeAddress() 602 if (!PPCComputeAddress(I->getOperand(0), Addr)) in SelectLoad() 752 if (!PPCComputeAddress(I->getOperand(1), Addr)) in SelectStore() 2241 if (!PPCComputeAddress(LI->getOperand(0), Addr)) in tryToFoldLoadIntoMI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 162 bool PPCComputeAddress(const Value *Obj, Address &Addr); 321 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) { in PPCComputeAddress() function in PPCFastISel 342 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() 2348 if (!PPCComputeAddress(LI->getOperand(0), Addr)) in tryToFoldLoadIntoMI()
|