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

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

Completed in 338 milliseconds