Home
last modified time | relevance | path

Searched refs:combineMachineInstrs (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombiner.h33 bool combineMachineInstrs(MachineFunction &MF, GISelCSEInfo *CSEInfo);
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp103 return C.combineMachineInstrs(MF, nullptr); in runOnMachineFunction()
H A DMipsPostLegalizerCombiner.cpp131 return C.combineMachineInstrs(MF, /*CSEInfo*/ nullptr); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp98 bool Combiner::combineMachineInstrs(MachineFunction &MF, in combineMachineInstrs() function in Combiner
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp155 return C.combineMachineInstrs(MF, nullptr /* CSEInfo */); in runOnMachineFunction()
H A DAArch64PreLegalizerCombiner.cpp473 return C.combineMachineInstrs(MF, CSEInfo); in runOnMachineFunction()
H A DAArch64PostLegalizerCombiner.cpp434 return C.combineMachineInstrs(MF, CSEInfo); in runOnMachineFunction()
H A DAArch64PostLegalizerLowering.cpp1126 return C.combineMachineInstrs(MF, /*CSEInfo*/ nullptr); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp285 return C.combineMachineInstrs(MF, CSEInfo); in runOnMachineFunction()
H A DAMDGPURegBankCombiner.cpp475 return C.combineMachineInstrs(MF, /*CSEInfo*/ nullptr); in runOnMachineFunction()
H A DAMDGPUPostLegalizerCombiner.cpp440 return C.combineMachineInstrs(MF, /*CSEInfo*/ nullptr); in runOnMachineFunction()