Searched refs:X86FastEmitStore (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 90 bool X86FastEmitStore(EVT VT, const Value *Val, X86AddressMode &AM, 92 bool X86FastEmitStore(EVT VT, unsigned ValReg, X86AddressMode &AM, 487 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, X86AddressMode &AM, in X86FastEmitStore() function in X86FastISel 660 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val, in X86FastEmitStore() function in X86FastISel 701 return X86FastEmitStore(VT, ValReg, AM, MMO, Aligned); in X86FastEmitStore() 1162 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned); in X86SelectStore() 2578 RV &= X86FastEmitStore(VT, Reg, DestAM); in TryEmitSmallMemcpy() 2773 if (!X86FastEmitStore(PtrTy, Op1, AM)) return false; in fastLowerIntrinsicCall() 3417 if (!X86FastEmitStore(ArgVT, ArgVal, AM, MMO)) in fastLowerCall() 3420 if (!X86FastEmitStore(ArgVT, ArgReg, AM, MMO)) in fastLowerCall()
|