Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h269 virtual void getPostRAMutations( in getPostRAMutations() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp387 void X86Subtarget::getPostRAMutations( in getPostRAMutations() function in X86Subtarget
H A DX86Subtarget.h432 void getPostRAMutations(std::vector<std::unique_ptr<ScheduleDAGMutation>>
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h311 void getPostRAMutations(
H A DHexagonSubtarget.cpp514 void HexagonSubtarget::getPostRAMutations( in getPostRAMutations() function in HexagonSubtarget
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp219 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList()