Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp287 DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI)); in createPPCMachineScheduler()
303 DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI)); in createPPCPostMachineScheduler()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp400 DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI)); in createMachineScheduler()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1096 createStoreClusterDAGMutation(const TargetInstrInfo *TII,
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1580 createStoreClusterDAGMutation(const TargetInstrInfo *TII, in createStoreClusterDAGMutation() function