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

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp86 bool X86FastEmitStore(EVT VT, const Value *Val, const X86AddressMode &AM,
88 bool X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill,
421 /// X86FastEmitStore - Emit a machine instruction to store a value Val of
425 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill, function in class:X86FastISel
486 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val, function in class:X86FastISel
526 return X86FastEmitStore(VT, ValReg, ValKill, AM, MMO, Aligned);
954 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned);
2157 RV &= X86FastEmitStore(VT, Reg, /*Kill=*/true, DestAM);
2293 if (!X86FastEmitStore(PtrTy, Op1, AM)) return false;
2931 // of X86FastEmitStore
[all...]

Completed in 104 milliseconds