Home
last modified time | relevance | path

Searched refs:emitFunctionEntryCode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h53 void emitFunctionEntryCode() override;
H A DHexagonISelDAGToDAG.cpp1277 void HexagonDAGToDAGISel::emitFunctionEntryCode() { in emitFunctionEntryCode() function in HexagonDAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h73 virtual void emitFunctionEntryCode() {} in emitFunctionEntryCode() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp197 void emitFunctionEntryCode() override;
1572 void X86DAGToDAGISel::emitFunctionEntryCode() { in emitFunctionEntryCode() function in X86DAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10356 emitFunctionEntryCode(); in LowerArguments()