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

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp83 bool X86FastEmitLoad(EVT VT, const X86AddressMode &AM, MachineMemOperand *MMO,
361 /// X86FastEmitLoad - Emit a machine instruction to load a value of type VT.
364 bool X86FastISel::X86FastEmitLoad(EVT VT, const X86AddressMode &AM, function in class:X86FastISel
1107 if (!X86FastEmitLoad(VT, AM, createMachineMemOperandFor(LI), ResultReg))
2156 bool RV = X86FastEmitLoad(VT, SrcAM, nullptr, Reg);

Completed in 1189 milliseconds