Home
last modified time | relevance | path

Searched refs:simplifyAddress (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp129 void simplifyAddress(Address &Addr);
757 simplifyAddress(Addr); in emitLoad()
808 simplifyAddress(Addr); in emitStore()
1855 void MipsFastISel::simplifyAddress(Address &Addr) { in simplifyAddress() function in MipsFastISel
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp144 bool simplifyAddress(Address &Addr, MVT VT);
948 bool AArch64FastISel::simplifyAddress(Address &Addr, MVT VT) { in simplifyAddress() function in AArch64FastISel
1704 if (!simplifyAddress(Addr, VT)) in emitLoad()
2006 if (!simplifyAddress(Addr, VT)) in emitStore()