Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp116 void simplifyAddress(Address &Addr);
744 simplifyAddress(Addr); in emitLoad()
795 simplifyAddress(Addr); in emitStore()
1842 void MipsFastISel::simplifyAddress(Address &Addr) { in simplifyAddress() function in MipsFastISel
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp145 bool simplifyAddress(Address &Addr, MVT VT);
956 bool AArch64FastISel::simplifyAddress(Address &Addr, MVT VT) { in simplifyAddress() function in AArch64FastISel
1712 if (!simplifyAddress(Addr, VT)) in emitLoad()
1999 if (!simplifyAddress(Addr, VT)) in emitStore()