Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp197 bool selectRet(const Instruction *I);
1337 bool WebAssemblyFastISel::selectRet(const Instruction *I) { in selectRet() function in WebAssemblyFastISel
1429 return selectRet(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp165 bool selectRet(const Instruction *I);
1672 bool MipsFastISel::selectRet(const Instruction *I) { in selectRet() function in MipsFastISel
2063 return selectRet(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp173 bool selectRet(const Instruction *I);
3845 bool AArch64FastISel::selectRet(const Instruction *I) { in selectRet() function in AArch64FastISel
5179 return selectRet(I); in fastSelectInstruction()