Home
last modified time | relevance | path

Searched defs:useMachineCombiner (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h235 bool useMachineCombiner() const override { return true; } useMachineCombiner() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h539 bool useMachineCombiner() const override { return true; } useMachineCombiner() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h346 bool useMachineCombiner() const override { useMachineCombiner() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1297 virtual bool useMachineCombiner() const { return false; } useMachineCombiner() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5770 bool AArch64InstrInfo::useMachineCombiner() const { return true; } useMachineCombiner() function in AArch64InstrInfo