Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h500 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h237 bool useMachineCombiner() const override { in useMachineCombiner() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1005 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3421 bool AArch64InstrInfo::useMachineCombiner() const { return true; } in useMachineCombiner() function in AArch64InstrInfo