Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp103 bool X86SelectLoad(const Instruction *I);
1304 bool X86FastISel::X86SelectLoad(const Instruction *I) { in X86SelectLoad() function in X86FastISel
3616 return X86SelectLoad(I); in fastSelectInstruction()