Lines Matching refs:Aligned
91 MachineMemOperand *MMO = nullptr, bool Aligned = false);
93 MachineMemOperand *MMO = nullptr, bool Aligned = false);
488 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() argument
544 if (Aligned) { in X86FastEmitStore()
556 if (Aligned) { in X86FastEmitStore()
571 if (Aligned) { in X86FastEmitStore()
584 if (Aligned) { in X86FastEmitStore()
594 if (Aligned) { in X86FastEmitStore()
607 if (Aligned) { in X86FastEmitStore()
617 if (Aligned) in X86FastEmitStore()
624 if (Aligned) { in X86FastEmitStore()
636 if (Aligned) in X86FastEmitStore()
662 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() argument
701 return X86FastEmitStore(VT, ValReg, AM, MMO, Aligned); in X86FastEmitStore()
1156 bool Aligned = Alignment >= ABIAlignment; in X86SelectStore() local
1162 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned); in X86SelectStore()