Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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,
481 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, X86AddressMode &AM, in X86FastEmitStore() function in X86FastISel
654 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val, in X86FastEmitStore() function in X86FastISel
695 return X86FastEmitStore(VT, ValReg, AM, MMO, Aligned); in X86FastEmitStore()
1157 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned); in X86SelectStore()
2575 RV &= X86FastEmitStore(VT, Reg, DestAM); in TryEmitSmallMemcpy()
2770 if (!X86FastEmitStore(PtrTy, Op1, AM)) return false; in fastLowerIntrinsicCall()
3412 if (!X86FastEmitStore(ArgVT, ArgVal, AM, MMO)) in fastLowerCall()
3415 if (!X86FastEmitStore(ArgVT, ArgReg, AM, MMO)) in fastLowerCall()