Home | History | Annotate | Download | only in X86

Lines Matching refs:Aligned

92                         MachineMemOperand *MMO = nullptr, bool Aligned = false);
95 MachineMemOperand *MMO = nullptr, bool Aligned = false);
503 MachineMemOperand *MMO, bool Aligned) {
551 if (Aligned) {
560 if (Aligned) {
572 if (Aligned) {
582 if (Aligned)
589 if (Aligned) {
599 if (Aligned)
606 if (Aligned)
613 if (Aligned) {
625 if (Aligned)
651 MachineMemOperand *MMO, bool Aligned) {
689 return X86FastEmitStore(VT, ValReg, ValKill, AM, MMO, Aligned);
1124 bool Aligned = Alignment >= ABIAlignment;
1130 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned);