Lines Matching refs:Aligned
82 MachineMemOperand *MMO = nullptr, bool Aligned = false);
84 MachineMemOperand *MMO = nullptr, bool Aligned = false);
480 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() argument
536 if (Aligned) { in X86FastEmitStore()
548 if (Aligned) { in X86FastEmitStore()
563 if (Aligned) { in X86FastEmitStore()
576 if (Aligned) { in X86FastEmitStore()
586 if (Aligned) { in X86FastEmitStore()
599 if (Aligned) { in X86FastEmitStore()
609 if (Aligned) in X86FastEmitStore()
616 if (Aligned) { in X86FastEmitStore()
628 if (Aligned) in X86FastEmitStore()
654 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() argument
693 return X86FastEmitStore(VT, ValReg, AM, MMO, Aligned); in X86FastEmitStore()
1157 bool Aligned = Alignment >= ABIAlignment; in X86SelectStore() local
1163 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned); in X86SelectStore()