Searched refs:computeAddress (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 160 bool computeAddress(const Value *Obj, Address &Addr); 216 bool WebAssemblyFastISel::computeAddress(const Value *Obj, Address &Addr) { in computeAddress() function in WebAssemblyFastISel 254 return computeAddress(U->getOperand(0), Addr); in computeAddress() 260 return computeAddress(U->getOperand(0), Addr); in computeAddress() 266 return computeAddress(U->getOperand(0), Addr); in computeAddress() 317 if (computeAddress(U->getOperand(0), Addr)) in computeAddress() 351 return computeAddress(LHS, Addr); in computeAddress() 356 if (computeAddress(LHS, Addr) && computeAddress(RHS, Addr)) in computeAddress() 371 return computeAddress(LHS, Addr); in computeAddress() 1200 if (!computeAddress(Load->getPointerOperand(), Addr)) in selectLoad() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 175 bool computeAddress(const Value *Obj, Address &Addr); 460 bool MipsFastISel::computeAddress(const Value *Obj, Address &Addr) { in computeAddress() function in MipsFastISel 480 return computeAddress(U->getOperand(0), Addr); in computeAddress() 518 if (computeAddress(U->getOperand(0), Addr)) in computeAddress() 895 if (!computeAddress(I->getOperand(0), Addr)) in selectLoad() 925 if (!computeAddress(I->getOperand(1), Addr)) in selectStore()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 188 bool computeAddress(const Value *Obj, Address &Addr, Type *Ty = nullptr); 592 bool AArch64FastISel::computeAddress(const Value *Obj, Address &Addr, Type *Ty) in computeAddress() function in AArch64FastISel 620 return computeAddress(U->getOperand(0), Addr, Ty); in computeAddress() 626 return computeAddress(U->getOperand(0), Addr, Ty); in computeAddress() 632 return computeAddress(U->getOperand(0), Addr, Ty); in computeAddress() 673 if (computeAddress(U->getOperand(0), Addr, Ty)) in computeAddress() 703 return computeAddress(LHS, Addr, Ty); in computeAddress() 707 if (computeAddress(LHS, Addr, Ty) && computeAddress(RHS, Addr, Ty)) in computeAddress() 720 return computeAddress(LHS, Addr, Ty); in computeAddress() 1970 if (!computeAddress(I->getOperand(0), Addr, I->getType())) in selectLoad() [all …]
|