Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp320 DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI)); in createPPCMachineScheduler()
335 DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI)); in createPPCPostMachineScheduler()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp587 DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI)); in createGCNMaxOccupancyMachineScheduler()
609 DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI)); in createGCNMaxMemoryClauseMachineScheduler()
621 DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI)); in createIterativeGCNMaxOccupancyMachineScheduler()
639 DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI)); in createIterativeILPMachineScheduler()
757 DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI)); in createMachineScheduler()
1154 DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI)); in createPostMachineScheduler()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp306 DAG->addMutation(createStoreClusterDAGMutation( in createMachineScheduler()
323 DAG->addMutation(createStoreClusterDAGMutation( in createPostMachineScheduler()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp495 DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI)); in createMachineScheduler()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1394 createStoreClusterDAGMutation(const TargetInstrInfo *TII,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2086 createStoreClusterDAGMutation(const TargetInstrInfo *TII, in createStoreClusterDAGMutation() function