Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp186 bool selectCall(const Instruction *I);
764 bool WebAssemblyFastISel::selectCall(const Instruction *I) { in selectCall() function in WebAssemblyFastISel
1405 if (selectCall(I)) in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h514 bool selectCall(const User *I);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1159 bool FastISel::selectCall(const User *I) { in selectCall() function in FastISel
1889 return selectCall(I); in selectOperator()