Lines Matching defs:X86FastEmitStore
80 bool X86FastEmitStore(EVT VT, const Value *Val, X86AddressMode &AM,
82 bool X86FastEmitStore(EVT VT, unsigned ValReg, X86AddressMode &AM,
474 /// X86FastEmitStore - Emit a machine instruction to store a value Val of
478 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, X86AddressMode &AM,
651 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val,
692 return X86FastEmitStore(VT, ValReg, AM, MMO, Aligned);
1162 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned);
2571 RV &= X86FastEmitStore(VT, Reg, DestAM);
2766 if (!X86FastEmitStore(PtrTy, Op1, AM)) return false;
3462 // of X86FastEmitStore. If it isn't simple, we don't want to do this,
3464 if (!X86FastEmitStore(ArgVT, ArgVal, AM, MMO))
3467 if (!X86FastEmitStore(ArgVT, ArgReg, AM, MMO))