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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp103 bool X86SelectLoad(const Instruction *I);
1291 /// X86SelectLoad - Select and emit code to implement load instructions.
1293 bool X86FastISel::X86SelectLoad(const Instruction *I) { function in class:X86FastISel
3607 return X86SelectLoad(I);

Completed in 61 milliseconds