Searched refs:X86FastEmitStore (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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() 2772 if (!X86FastEmitStore(PtrTy, Op1, AM)) return false; in fastLowerIntrinsicCall() 3416 if (!X86FastEmitStore(ArgVT, ArgVal, AM, MMO)) in fastLowerCall() 3419 if (!X86FastEmitStore(ArgVT, ArgReg, AM, MMO)) in fastLowerCall()
|