Lines Matching refs:Aligned
82 MachineMemOperand *MMO = nullptr, bool Aligned = false);
84 MachineMemOperand *MMO = nullptr, bool Aligned = false);
482 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() argument
538 if (Aligned) { in X86FastEmitStore()
550 if (Aligned) { in X86FastEmitStore()
565 if (Aligned) { in X86FastEmitStore()
578 if (Aligned) { in X86FastEmitStore()
588 if (Aligned) { in X86FastEmitStore()
601 if (Aligned) { in X86FastEmitStore()
611 if (Aligned) in X86FastEmitStore()
618 if (Aligned) { in X86FastEmitStore()
630 if (Aligned) in X86FastEmitStore()
656 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() argument
695 return X86FastEmitStore(VT, ValReg, AM, MMO, Aligned); in X86FastEmitStore()
1151 bool Aligned = Alignment >= ABIAlignment; in X86SelectStore() local
1157 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned); in X86SelectStore()