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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h533 bool selectCall(const User *I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp178 bool selectCall(const Instruction *I);
747 bool WebAssemblyFastISel::selectCall(const Instruction *I) { function in class:WebAssemblyFastISel
1356 if (selectCall(I))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1314 bool FastISel::selectCall(const User *I) { function in class:FastISel
1933 return selectCall(I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1974 return selectCall(I);

Completed in 180 milliseconds