Searched defs:useMachineCombiner (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVInstrInfo.h | 235 bool useMachineCombiner() const override { return true; } useMachineCombiner() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86InstrInfo.h | 539 bool useMachineCombiner() const override { return true; } useMachineCombiner() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCInstrInfo.h | 346 bool useMachineCombiner() const override { useMachineCombiner() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetInstrInfo.h | 1297 virtual bool useMachineCombiner() const { return false; } useMachineCombiner() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64InstrInfo.cpp | 5770 bool AArch64InstrInfo::useMachineCombiner() const { return true; } useMachineCombiner() function in AArch64InstrInfo |