OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeAddress
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsFastISel.cpp
69
bool
ComputeAddress
(const Value *Obj, Address &Addr);
142
bool MipsFastISel::
ComputeAddress
(const Value *Obj, Address &Addr) {
255
if (!
ComputeAddress
(I->getOperand(0), Addr))
285
if (!
ComputeAddress
(I->getOperand(1), Addr))
/external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
115
bool
ComputeAddress
(const Value *Obj, Address &Addr);
306
bool AArch64FastISel::
ComputeAddress
(const Value *Obj, Address &Addr) {
333
return
ComputeAddress
(U->getOperand(0), Addr);
338
return
ComputeAddress
(U->getOperand(0), Addr);
344
return
ComputeAddress
(U->getOperand(0), Addr);
386
if (
ComputeAddress
(U->getOperand(0), Addr))
606
if (!
ComputeAddress
(I->getOperand(0), Addr))
706
if (!
ComputeAddress
(I->getOperand(1), Addr))
[
all
...]
Completed in 130 milliseconds