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.cpp191 bool selectRet(const Instruction *I);
1346 bool WebAssemblyFastISel::selectRet(const Instruction *I) { in selectRet() function in WebAssemblyFastISel
1438 return selectRet(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp163 bool selectRet(const Instruction *I);
1684 bool MipsFastISel::selectRet(const Instruction *I) { in selectRet() function in MipsFastISel
2078 return selectRet(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp168 bool selectRet(const Instruction *I);
3843 bool AArch64FastISel::selectRet(const Instruction *I) { in selectRet() function in AArch64FastISel
5185 return selectRet(I); in fastSelectInstruction()