Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp160 bool selectRet(const Instruction *I);
1110 bool WebAssemblyFastISel::selectRet(const Instruction *I) { in selectRet() function in WebAssemblyFastISel
1171 case Instruction::Ret: return selectRet(I); in fastSelectInstruction()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp117 bool selectRet(const Instruction *I);
1434 bool MipsFastISel::selectRet(const Instruction *I) { in selectRet() function in MipsFastISel
1817 return selectRet(I); in fastSelectInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp128 bool selectRet(const Instruction *I);
3668 bool AArch64FastISel::selectRet(const Instruction *I) { in selectRet() function in AArch64FastISel
4978 return selectRet(I); in fastSelectInstruction()