Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMFastISel.cpp171 void ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3);
212 unsigned Flags, bool useAM3);
822 void ARMFastISel::ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3) { in ARMSimplifyAddress() argument
830 if (!useAM3) { in ARMSimplifyAddress()
876 unsigned Flags, bool useAM3) { in AddLoadStoreOperands() argument
894 if (useAM3) { in AddLoadStoreOperands()
908 if (useAM3) { in AddLoadStoreOperands()
922 bool useAM3 = false; in ARMEmitLoad() local
940 useAM3 = true; in ARMEmitLoad()
956 useAM3 = true; in ARMEmitLoad()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp202 void ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3);
243 MachineMemOperand::Flags Flags, bool useAM3);
821 void ARMFastISel::ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3) { in ARMSimplifyAddress() argument
829 if (!useAM3) { in ARMSimplifyAddress()
876 bool useAM3) { in AddLoadStoreOperands() argument
894 if (useAM3) { in AddLoadStoreOperands()
908 if (useAM3) { in AddLoadStoreOperands()
922 bool useAM3 = false; in ARMEmitLoad() local
940 useAM3 = true; in ARMEmitLoad()
956 useAM3 = true; in ARMEmitLoad()
[all …]