Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h261 bool useMachineCombiner() const override;
H A DAArch64InstrInfo.cpp4392 bool AArch64InstrInfo::useMachineCombiner() const { return true; } in useMachineCombiner() function in AArch64InstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h493 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h335 bool useMachineCombiner() const override { in useMachineCombiner() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCombiner.cpp725 if (!TII->useMachineCombiner()) { in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1181 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function