Home
last modified time | relevance | path

Searched refs:lowerCall (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFastISel.h523 bool lowerCall(const CallInst *I);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1010 bool FastISel::lowerCall(const CallInst *CI) { in lowerCall() function in FastISel
1093 return lowerCall(Call); in selectCall()