Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h294 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h260 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h598 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp736 if (!TII->useMachineCombiner()) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h469 bool useMachineCombiner() const override { in useMachineCombiner() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h471 bool useMachineCombiner() const override;
H A DAArch64InstrInfo.cpp6481 bool AArch64InstrInfo::useMachineCombiner() const { return true; } in useMachineCombiner() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1399 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function