Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h261 bool useMachineCombiner() const override;
H A DAArch64InstrInfo.cpp4453 bool AArch64InstrInfo::useMachineCombiner() const { return true; } in useMachineCombiner() function in AArch64InstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h497 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp725 if (!TII->useMachineCombiner()) { in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h340 bool useMachineCombiner() const override { in useMachineCombiner() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1194 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function