Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.h550 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.h251 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.h294 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.h359 bool useMachineCombiner() const override { in useMachineCombiner() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h1333 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.cpp5812 bool AArch64InstrInfo::useMachineCombiner() const { return true; } in useMachineCombiner() function in AArch64InstrInfo