Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h531 bool selectCall(const User *Call);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1050 bool FastISel::selectCall(const User *I) { in selectCall() function in FastISel
1612 return selectCall(I); in selectOperator()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1867 return selectCall(I); in fastSelectInstruction()