Searched refs:ARMSimplifyAddress (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 201 void ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3); 818 void ARMFastISel::ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3) { in ARMSimplifyAddress() function in ARMFastISel 997 ARMSimplifyAddress(Addr, VT, useAM3); in ARMEmitLoad() 1137 ARMSimplifyAddress(Addr, VT, useAM3); in ARMEmitStore()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 171 void ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3); 822 void ARMFastISel::ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3) { in ARMSimplifyAddress() function in ARMFastISel 999 ARMSimplifyAddress(Addr, VT, useAM3); in ARMEmitLoad() 1137 ARMSimplifyAddress(Addr, VT, useAM3); in ARMEmitStore()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 196 void ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3); 800 void ARMFastISel::ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3) { in ARMSimplifyAddress() function in ARMFastISel 982 ARMSimplifyAddress(Addr, VT, useAM3); in ARMEmitLoad() 1124 ARMSimplifyAddress(Addr, VT, useAM3); in ARMEmitStore()
|