Home
last modified time | relevance | path

Searched refs:createCopyConstrainDAGMutation (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp134 DAG->addMutation(createCopyConstrainDAGMutation(DAG->TII, DAG->TRI)); in createVLIWMachineSched()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp296 DAG->addMutation(createCopyConstrainDAGMutation(DAG->TII, DAG->TRI)); in createPPCMachineScheduler()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1103 createCopyConstrainDAGMutation(const TargetInstrInfo *TII,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1793 createCopyConstrainDAGMutation(const TargetInstrInfo *TII, in createCopyConstrainDAGMutation() function
3496 DAG->addMutation(createCopyConstrainDAGMutation(DAG->TII, DAG->TRI)); in createGenericSchedLive()