Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyFastISel.cpp190 bool selectRet(const Instruction *I);
1297 bool WebAssemblyFastISel::selectRet(const Instruction *I) { in selectRet() function in WebAssemblyFastISel
1387 return selectRet(I); in fastSelectInstruction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsFastISel.cpp165 bool selectRet(const Instruction *I);
1681 bool MipsFastISel::selectRet(const Instruction *I) { in selectRet() function in MipsFastISel
2072 return selectRet(I); in fastSelectInstruction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64FastISel.cpp170 bool selectRet(const Instruction *I);
3841 bool AArch64FastISel::selectRet(const Instruction *I) { in selectRet() function in AArch64FastISel
5227 return selectRet(I); in fastSelectInstruction()