Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h511 bool selectCall(const User *I);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1146 bool FastISel::selectCall(const User *I) { in selectCall() function in FastISel
1844 return selectCall(I); in selectOperator()