Searched refs:PostprocessISelDAG (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp45 void PostprocessISelDAG() override;
62 void RISCVDAGToDAGISel::PostprocessISelDAG() { function in class:RISCVDAGToDAGISel
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h87 /// PostprocessISelDAG() - This hook allows the target to hack on the graph
89 virtual void PostprocessISelDAG() {} function in class:llvm::SelectionDAGISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp161 void PostprocessISelDAG() override;
2716 void AMDGPUDAGToDAGISel::PostprocessISelDAG() { function in class:AMDGPUDAGToDAGISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp163 void PostprocessISelDAG() override;
5617 /// PostprocessISelDAG - Perform some late peephole optimizations
5619 void PPCDAGToDAGISel::PostprocessISelDAG() { function in class:PPCDAGToDAGISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp204 void PostprocessISelDAG() override;
1219 void X86DAGToDAGISel::PostprocessISelDAG() { function in class:X86DAGToDAGISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1197 PostprocessISelDAG();

Completed in 208 milliseconds