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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp107 bool X86SelectRet(const Instruction *I);
1144 /// X86SelectRet - Select and emit code to implement ret instructions.
1145 bool X86FastISel::X86SelectRet(const Instruction *I) { function in class:X86FastISel
3611 return X86SelectRet(I);

Completed in 111 milliseconds