Home
last modified time | relevance | path

Searched refs:getPostRAMutations (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h249 virtual void getPostRAMutations( in getPostRAMutations() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.cpp345 void X86Subtarget::getPostRAMutations( in getPostRAMutations() function in X86Subtarget
H A DX86Subtarget.h942 void getPostRAMutations(std::vector<std::unique_ptr<ScheduleDAGMutation>>
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h256 void getPostRAMutations(
H A DHexagonSubtarget.cpp446 void HexagonSubtarget::getPostRAMutations( in getPostRAMutations() function in HexagonSubtarget
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1086 void getPostRAMutations(
H A DAMDGPUSubtarget.cpp975 void GCNSubtarget::getPostRAMutations( in getPostRAMutations() function in GCNSubtarget
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp216 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList()