Lines Matching refs:Aligned
92 MachineMemOperand *MMO = nullptr, bool Aligned = false);
95 MachineMemOperand *MMO = nullptr, bool Aligned = false);
498 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() argument
554 if (Aligned) { in X86FastEmitStore()
566 if (Aligned) { in X86FastEmitStore()
581 if (Aligned) { in X86FastEmitStore()
594 if (Aligned) { in X86FastEmitStore()
604 if (Aligned) { in X86FastEmitStore()
617 if (Aligned) { in X86FastEmitStore()
627 if (Aligned) in X86FastEmitStore()
634 if (Aligned) { in X86FastEmitStore()
646 if (Aligned) in X86FastEmitStore()
672 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() argument
712 return X86FastEmitStore(VT, ValReg, ValKill, AM, MMO, Aligned); in X86FastEmitStore()
1148 bool Aligned = Alignment >= ABIAlignment; in X86SelectStore() local
1154 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned); in X86SelectStore()