Home
last modified time | relevance | path

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

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