Home
last modified time | relevance | path

Searched refs:selectCall (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp178 bool selectCall(const Instruction *I);
751 bool WebAssemblyFastISel::selectCall(const Instruction *I) { in selectCall() function in WebAssemblyFastISel
1395 if (selectCall(I)) in fastSelectInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h506 bool selectCall(const User *I);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1160 bool FastISel::selectCall(const User *I) { in selectCall() function in FastISel
1763 return selectCall(I); in selectOperator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1976 return selectCall(I); in fastSelectInstruction()