Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h195 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h509 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h461 bool useMachineCombiner() const override { in useMachineCombiner() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1252 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4790 bool AArch64InstrInfo::useMachineCombiner() const { return true; } in useMachineCombiner() function in AArch64InstrInfo