Searched refs:X86FastEmitStore (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 91 bool X86FastEmitStore(EVT VT, const Value *Val, X86AddressMode &AM, 93 bool X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill, 496 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill, in X86FastEmitStore() function in X86FastISel 670 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val, in X86FastEmitStore() function in X86FastISel 712 return X86FastEmitStore(VT, ValReg, ValKill, AM, MMO, Aligned); in X86FastEmitStore() 1154 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned); in X86SelectStore() 2603 RV &= X86FastEmitStore(VT, Reg, /*Kill=*/true, DestAM); in TryEmitSmallMemcpy() 2794 if (!X86FastEmitStore(PtrTy, Op1, AM)) return false; in fastLowerIntrinsicCall() 3443 if (!X86FastEmitStore(ArgVT, ArgVal, AM, MMO)) in fastLowerCall() 3447 if (!X86FastEmitStore(ArgVT, ArgReg, ValIsKill, AM, MMO)) in fastLowerCall()
|