Home | History | Annotate | Download | only in ARM

Lines Matching full:useam3

179     void ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3);
220 unsigned Flags, bool useAM3);
862 void ARMFastISel::ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3) {
870 if (!useAM3) {
916 unsigned Flags, bool useAM3) {
937 if (useAM3) {
951 if (useAM3) {
965 bool useAM3 = false;
983 useAM3 = true;
999 useAM3 = true;
1042 ARMSimplifyAddress(Addr, VT, useAM3);
1050 AddLoadStoreOperands(VT, Addr, MIB, MachineMemOperand::MOLoad, useAM3);
1088 bool useAM3 = false;
1123 useAM3 = true;
1165 ARMSimplifyAddress(Addr, VT, useAM3);
1172 AddLoadStoreOperands(VT, Addr, MIB, MachineMemOperand::MOStore, useAM3);