Searched refs:X86FastEmitStore (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 81 bool X86FastEmitStore(EVT VT, const Value *Val, X86AddressMode &AM, 83 bool X86FastEmitStore(EVT VT, unsigned ValReg, X86AddressMode &AM, 479 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, X86AddressMode &AM, in X86FastEmitStore() function in X86FastISel 652 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val, in X86FastEmitStore() function in X86FastISel 693 return X86FastEmitStore(VT, ValReg, AM, MMO, Aligned); in X86FastEmitStore() 1163 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned); in X86SelectStore() 2572 RV &= X86FastEmitStore(VT, Reg, DestAM); in TryEmitSmallMemcpy() 2767 if (!X86FastEmitStore(PtrTy, Op1, AM)) return false; in fastLowerIntrinsicCall() 3465 if (!X86FastEmitStore(ArgVT, ArgVal, AM, MMO)) in fastLowerCall() 3468 if (!X86FastEmitStore(ArgVT, ArgReg, AM, MMO)) in fastLowerCall()
|