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.h251 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h550 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp740 if (!TII->useMachineCombiner()) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h453 bool useMachineCombiner() const override;
H A DAArch64InstrInfo.cpp5812 bool AArch64InstrInfo::useMachineCombiner() const { return true; } in useMachineCombiner() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h359 bool useMachineCombiner() const override { in useMachineCombiner() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1333 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function