Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h249 virtual void getPostRAMutations( in getPostRAMutations() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp345 void X86Subtarget::getPostRAMutations( in getPostRAMutations() function in X86Subtarget
H A DX86Subtarget.h947 void getPostRAMutations(std::vector<std::unique_ptr<ScheduleDAGMutation>>
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h257 void getPostRAMutations(
H A DHexagonSubtarget.cpp446 void HexagonSubtarget::getPostRAMutations( in getPostRAMutations() function in HexagonSubtarget
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1138 void getPostRAMutations(
H A DAMDGPUSubtarget.cpp1134 void GCNSubtarget::getPostRAMutations( in getPostRAMutations() function in GCNSubtarget
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp216 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList()