Searched refs:combineMachineInstrs (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Combiner.h | 33 bool combineMachineInstrs(MachineFunction &MF, GISelCSEInfo *CSEInfo);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsPreLegalizerCombiner.cpp | 103 return C.combineMachineInstrs(MF, nullptr); in runOnMachineFunction()
|
| H A D | MipsPostLegalizerCombiner.cpp | 131 return C.combineMachineInstrs(MF, /*CSEInfo*/ nullptr); in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Combiner.cpp | 98 bool Combiner::combineMachineInstrs(MachineFunction &MF, in combineMachineInstrs() function in Combiner
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64O0PreLegalizerCombiner.cpp | 155 return C.combineMachineInstrs(MF, nullptr /* CSEInfo */); in runOnMachineFunction()
|
| H A D | AArch64PreLegalizerCombiner.cpp | 473 return C.combineMachineInstrs(MF, CSEInfo); in runOnMachineFunction()
|
| H A D | AArch64PostLegalizerCombiner.cpp | 434 return C.combineMachineInstrs(MF, CSEInfo); in runOnMachineFunction()
|
| H A D | AArch64PostLegalizerLowering.cpp | 1126 return C.combineMachineInstrs(MF, /*CSEInfo*/ nullptr); in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPreLegalizerCombiner.cpp | 285 return C.combineMachineInstrs(MF, CSEInfo); in runOnMachineFunction()
|
| H A D | AMDGPURegBankCombiner.cpp | 475 return C.combineMachineInstrs(MF, /*CSEInfo*/ nullptr); in runOnMachineFunction()
|
| H A D | AMDGPUPostLegalizerCombiner.cpp | 440 return C.combineMachineInstrs(MF, /*CSEInfo*/ nullptr); in runOnMachineFunction()
|