Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp193 bool selectRet(const Instruction *I);
1330 bool WebAssemblyFastISel::selectRet(const Instruction *I) { in selectRet() function in WebAssemblyFastISel
1421 return selectRet(I); in fastSelectInstruction()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp171 bool selectRet(const Instruction *I);
3761 bool AArch64FastISel::selectRet(const Instruction *I) { in selectRet() function in AArch64FastISel
5097 return selectRet(I); in fastSelectInstruction()