Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h275 bool useMachineCombiner() const override;
H A DAArch64InstrInfo.cpp4734 bool AArch64InstrInfo::useMachineCombiner() const { return true; } in useMachineCombiner() function in AArch64InstrInfo
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h503 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp765 if (!TII->useMachineCombiner()) { in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h433 bool useMachineCombiner() const override { in useMachineCombiner() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1205 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function