Home
last modified time | relevance | path

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

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