Searched refs:getMachineCombinerPatterns (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h201 getMachineCombinerPatterns(MachineInstr &Root,
H A DRISCVInstrInfo.cpp1488 bool RISCVInstrInfo::getMachineCombinerPatterns( function in class:RISCVInstrInfo
1495 return TargetInstrInfo::getMachineCombinerPatterns(Root, Patterns,
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h261 getMachineCombinerPatterns(MachineInstr &Root,
269 /// When getMachineCombinerPatterns() finds patterns, this function generates
H A DAArch64InstrInfo.cpp5550 bool AArch64InstrInfo::getMachineCombinerPatterns(
5566 return TargetInstrInfo::getMachineCombinerPatterns(Root, Patterns,
5863 /// When getMachineCombinerPatterns() finds potential patterns,
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCombiner.cpp613 // mostly one pattern, and getMachineCombinerPatterns() can order patterns
618 if (!TII->getMachineCombinerPatterns(MI, Patterns, DoRegPressureReduce))
H A DTargetInstrInfo.cpp786 bool TargetInstrInfo::getMachineCombinerPatterns( function in class:TargetInstrInfo
920 /// See the above comments before getMachineCombinerPatterns().
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h465 /// When getMachineCombinerPatterns() finds patterns, this function generates
483 bool getMachineCombinerPatterns(MachineInstr &Root,
H A DPPCInstrInfo.cpp761 bool PPCInstrInfo::getMachineCombinerPatterns( function in class:PPCInstrInfo
772 return TargetInstrInfo::getMachineCombinerPatterns(Root, Patterns,
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1156 getMachineCombinerPatterns(MachineInstr &Root,
1209 /// When getMachineCombinerPatterns() finds patterns, this function generates

Completed in 277 milliseconds