Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp149 bool selectCall(const Instruction *I);
623 bool WebAssemblyFastISel::selectCall(const Instruction *I) { in selectCall() function in WebAssemblyFastISel
1158 if (selectCall(I)) in fastSelectInstruction()
/external/llvm/include/llvm/CodeGen/
DFastISel.h535 bool selectCall(const User *Call);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1052 bool FastISel::selectCall(const User *I) { in selectCall() function in FastISel
1635 return selectCall(I); in selectOperator()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1882 return selectCall(I); in fastSelectInstruction()