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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp189 bool selectRet(const Instruction *I);
1290 bool WebAssemblyFastISel::selectRet(const Instruction *I) { function in class:WebAssemblyFastISel
1380 return selectRet(I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp165 bool selectRet(const Instruction *I);
1679 bool MipsFastISel::selectRet(const Instruction *I) { function in class:MipsFastISel
1683 LLVM_DEBUG(dbgs() << "selectRet\n");
2070 return selectRet(I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp170 bool selectRet(const Instruction *I);
3840 bool AArch64FastISel::selectRet(const Instruction *I) { function in class:AArch64FastISel
5226 return selectRet(I);

Completed in 69 milliseconds