Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp180 bool selectCall(const Instruction *I);
734 bool WebAssemblyFastISel::selectCall(const Instruction *I) { in selectCall() function in WebAssemblyFastISel
1364 if (selectCall(I)) in fastSelectInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h535 bool selectCall(const User *I);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1280 bool FastISel::selectCall(const User *I) { in selectCall() function in FastISel
1872 return selectCall(I); in selectOperator()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1980 return selectCall(I); in fastSelectInstruction()