Lines Matching defs:X86FastEmitStore
81 bool X86FastEmitStore(EVT VT, const Value *Val, X86AddressMode &AM,
83 bool X86FastEmitStore(EVT VT, unsigned ValReg, X86AddressMode &AM,
475 /// X86FastEmitStore - Emit a machine instruction to store a value Val of
479 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, X86AddressMode &AM,
652 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val,
693 return X86FastEmitStore(VT, ValReg, AM, MMO, Aligned);
1163 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned);
2572 RV &= X86FastEmitStore(VT, Reg, DestAM);
2767 if (!X86FastEmitStore(PtrTy, Op1, AM)) return false;
3463 // of X86FastEmitStore. If it isn't simple, we don't want to do this,
3465 if (!X86FastEmitStore(ArgVT, ArgVal, AM, MMO))
3468 if (!X86FastEmitStore(ArgVT, ArgReg, AM, MMO))