Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/ !
H A DX86InstrInfo.h550 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/src/contrib/llvm-project/llvm/lib/Target/RISCV/ !
H A DRISCVInstrInfo.h251 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/ !
H A DSystemZInstrInfo.h294 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/ !
H A DPPCInstrInfo.h359 bool useMachineCombiner() const override { in useMachineCombiner() function
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/ !
H A DTargetInstrInfo.h1333 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function
/src/contrib/llvm-project/llvm/lib/Target/AArch64/ !
H A DAArch64InstrInfo.cpp5812 bool AArch64InstrInfo::useMachineCombiner() const { return true; } in useMachineCombiner() function in AArch64InstrInfo