Searched refs:LowerArguments (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h94 /// LowerArguments - Do "fast" instruction selection for function arguments
97 bool LowerArguments();
H A DSelectionDAGISel.h268 void LowerArguments(const Function &F);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp989 if (!FastIS->LowerArguments()) {
996 LowerArguments(Fn);
1115 LowerArguments(Fn);
H A DFastISel.cpp87 bool FastISel::LowerArguments() { function in class:FastISel
H A DSelectionDAGBuilder.cpp6618 void SelectionDAGISel::LowerArguments(const Function &F) { function in class:SelectionDAGISel

Completed in 278 milliseconds