Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1399 createCopyConstrainDAGMutation(const TargetInstrInfo *TII,
1414 DAG->addMutation(createCopyConstrainDAGMutation(DAG->TII, DAG->TRI)); in createSchedLive()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp166 DAG->addMutation(createCopyConstrainDAGMutation(DAG->TII, DAG->TRI)); in createVLIWMachineSched()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2328 createCopyConstrainDAGMutation(const TargetInstrInfo *TII, in createCopyConstrainDAGMutation() function