Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp182 bool selectCall(const Instruction *I);
752 bool WebAssemblyFastISel::selectCall(const Instruction *I) { in selectCall() function in WebAssemblyFastISel
1397 if (selectCall(I)) in fastSelectInstruction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h513 bool selectCall(const User *I);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1156 bool FastISel::selectCall(const User *I) { in selectCall() function in FastISel
1765 return selectCall(I); in selectOperator()