HomeSort by relevance Sort by last modified time
    Searched refs:computeAddress (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 121 bool computeAddress(const Value *Obj, Address &Addr);
179 bool WebAssemblyFastISel::computeAddress(const Value *Obj, Address &Addr) {
214 return computeAddress(U->getOperand(0), Addr);
220 return computeAddress(U->getOperand(0), Addr);
226 return computeAddress(U->getOperand(0), Addr);
270 if (computeAddress(U->getOperand(0), Addr))
298 return computeAddress(LHS, Addr);
302 if (computeAddress(LHS, Addr) && computeAddress(RHS, Addr))
315 return computeAddress(LHS, Addr)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 178 return geocoder.computeAddress(set);
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 142 bool computeAddress(const Value *Obj, Address &Addr, Type *Ty = nullptr);
505 bool AArch64FastISel::computeAddress(const Value *Obj, Address &Addr, Type *Ty)
533 return computeAddress(U->getOperand(0), Addr, Ty);
539 return computeAddress(U->getOperand(0), Addr, Ty);
545 return computeAddress(U->getOperand(0), Addr, Ty);
586 if (computeAddress(U->getOperand(0), Addr, Ty))
616 return computeAddress(LHS, Addr, Ty);
620 if (computeAddress(LHS, Addr, Ty) && computeAddress(RHS, Addr, Ty))
633 return computeAddress(LHS, Addr, Ty)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 127 bool computeAddress(const Value *Obj, Address &Addr);
421 bool MipsFastISel::computeAddress(const Value *Obj, Address &Addr) {
442 return computeAddress(U->getOperand(0), Addr);
481 if (computeAddress(U->getOperand(0), Addr))
869 if (!computeAddress(I->getOperand(0), Addr))
899 if (!computeAddress(I->getOperand(1), Addr))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 88 public String computeAddress(SetLatLong set) {

Completed in 599 milliseconds