Searched refs:X86FastEmitStore (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp91 bool X86FastEmitStore(EVT VT, const Value *Val, X86AddressMode &AM,
93 bool X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill,
479 /// X86FastEmitStore - Emit a machine instruction to store a value Val of
483 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill, function in class:X86FastISel
657 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val, function in class:X86FastISel
699 return X86FastEmitStore(VT, ValReg, ValKill, AM, MMO, Aligned);
1141 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned);
2589 RV &= X86FastEmitStore(VT, Reg, /*Kill=*/true, DestAM);
2780 if (!X86FastEmitStore(PtrTy, Op1, AM)) return false;
3431 // of X86FastEmitStore
[all...]

Completed in 107 milliseconds