Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp83 bool X86FastEmitStore(EVT VT, const Value *Val, const X86AddressMode &AM);
84 bool X86FastEmitStore(EVT VT, unsigned Val, const X86AddressMode &AM);
235 X86FastISel::X86FastEmitStore(EVT VT, unsigned Val, const X86AddressMode &AM) { in X86FastEmitStore() function in X86FastISel
268 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val, in X86FastEmitStore() function in X86FastISel
304 return X86FastEmitStore(VT, ValReg, AM); in X86FastEmitStore()
685 return X86FastEmitStore(VT, I->getOperand(0), AM); in X86SelectStore()
1346 RV &= X86FastEmitStore(VT, Reg, DestAM); in TryEmitSmallMemcpy()
1416 if (!X86FastEmitStore(PtrTy, Op1, AM)) return false; in X86VisitIntrinsicCall()
1743 X86FastEmitStore(ArgVT, ArgVal, AM); in DoSelectCall()
1745 X86FastEmitStore(ArgVT, Arg, AM); in DoSelectCall()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp91 bool X86FastEmitStore(EVT VT, const Value *Val, X86AddressMode &AM,
93 bool X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill,
501 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill, in X86FastEmitStore() function in X86FastISel
649 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val, in X86FastEmitStore() function in X86FastISel
689 return X86FastEmitStore(VT, ValReg, ValKill, AM, MMO, Aligned); in X86FastEmitStore()
1130 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned); in X86SelectStore()
2425 RV &= X86FastEmitStore(VT, Reg, /*Kill=*/true, DestAM); in TryEmitSmallMemcpy()
2616 if (!X86FastEmitStore(PtrTy, Op1, AM)) return false; in fastLowerIntrinsicCall()
3241 if (!X86FastEmitStore(ArgVT, ArgVal, AM, MMO)) in fastLowerCall()
3245 if (!X86FastEmitStore(ArgVT, ArgReg, ValIsKill, AM, MMO)) in fastLowerCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp91 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()
3449 if (!X86FastEmitStore(ArgVT, ArgVal, AM, MMO)) in fastLowerCall()
3453 if (!X86FastEmitStore(ArgVT, ArgReg, ValIsKill, AM, MMO)) in fastLowerCall()