Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h507 bool selectCall(const User *I);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1150 bool FastISel::selectCall(const User *I) { in selectCall() function in FastISel
1766 return selectCall(I); in selectOperator()