Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp81 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()
1155 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned); in X86SelectStore()
2573 RV &= X86FastEmitStore(VT, Reg, DestAM); in TryEmitSmallMemcpy()
2768 if (!X86FastEmitStore(PtrTy, Op1, AM)) return false; in fastLowerIntrinsicCall()
3414 if (!X86FastEmitStore(ArgVT, ArgVal, AM, MMO)) in fastLowerCall()
3417 if (!X86FastEmitStore(ArgVT, ArgReg, AM, MMO)) in fastLowerCall()