Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h239 bool useMachineCombiner() const override;
HDAArch64InstrInfo.cpp3561 bool AArch64InstrInfo::useMachineCombiner() const { return true; } in useMachineCombiner() function in AArch64InstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.h232 bool useMachineCombiner() const override { in useMachineCombiner() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.h457 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineCombiner.cpp661 if (!TII->useMachineCombiner()) { in runOnMachineFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h1103 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function