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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FastISel.cpp83 bool X86FastEmitLoad(EVT VT, const X86AddressMode &AM, unsigned &RR);
175 /// X86FastEmitLoad - Emit a machine instruction to load a value of type VT.
178 bool X86FastISel::X86FastEmitLoad(EVT VT, const X86AddressMode &AM, function in class:X86FastISel
847 if (X86FastEmitLoad(VT, AM, ResultReg)) {
1381 bool RV = X86FastEmitLoad(VT, SrcAM, Reg);

Completed in 179 milliseconds