OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeAddress
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java
88
public String
computeAddress
(SetLatLong set) {
/external/llvm/lib/Target/Mips/
MipsFastISel.cpp
114
bool
computeAddress
(const Value *Obj, Address &Addr);
407
bool MipsFastISel::
computeAddress
(const Value *Obj, Address &Addr) {
428
return
computeAddress
(U->getOperand(0), Addr);
467
if (
computeAddress
(U->getOperand(0), Addr))
856
if (!
computeAddress
(I->getOperand(0), Addr))
886
if (!
computeAddress
(I->getOperand(1), Addr))
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
143
bool
computeAddress
(const Value *Obj, Address &Addr, Type *Ty = nullptr);
509
bool AArch64FastISel::
computeAddress
(const Value *Obj, Address &Addr, Type *Ty)
537
return
computeAddress
(U->getOperand(0), Addr, Ty);
543
return
computeAddress
(U->getOperand(0), Addr, Ty);
549
return
computeAddress
(U->getOperand(0), Addr, Ty);
591
if (
computeAddress
(U->getOperand(0), Addr, Ty))
621
return
computeAddress
(LHS, Addr, Ty);
625
if (
computeAddress
(LHS, Addr, Ty) &&
computeAddress
(RHS, Addr, Ty))
638
return
computeAddress
(LHS, Addr, Ty)
[
all
...]
Completed in 260 milliseconds