HomeSort by: relevance | last modified time | path
    Searched refs:selectRet (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 189 bool selectRet(const Instruction *I);
1328 bool WebAssemblyFastISel::selectRet(const Instruction *I) {
1419 return selectRet(I);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFastISel.cpp 165 bool selectRet(const Instruction *I);
1678 bool MipsFastISel::selectRet(const Instruction *I) {
1682 LLVM_DEBUG(dbgs() << "selectRet\n");
2069 return selectRet(I);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 170 bool selectRet(const Instruction *I);
3749 bool AArch64FastISel::selectRet(const Instruction *I) {
5085 return selectRet(I);

Completed in 17 milliseconds