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

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h169 bool getMachineCombinerPatterns(MachineInstr &Root,
175 /// When getMachineCombinerPatterns() finds patterns, this function generates
H A DAArch64InstrInfo.cpp2629 bool AArch64InstrInfo::getMachineCombinerPatterns(
2635 return TargetInstrInfo::getMachineCombinerPatterns(Root, Patterns);
2733 /// When getMachineCombinerPatterns() finds potential patterns,
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h146 bool getMachineCombinerPatterns(
H A DPPCInstrInfo.cpp231 bool PPCInstrInfo::getMachineCombinerPatterns( function in class:PPCInstrInfo
243 return TargetInstrInfo::getMachineCombinerPatterns(Root, Patterns);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineCombiner.cpp386 // mostly one pattern, and getMachineCombinerPatterns() can order patterns
389 if (!TII->getMachineCombinerPatterns(MI, Patterns))
H A DTargetInstrInfo.cpp637 bool TargetInstrInfo::getMachineCombinerPatterns( function in class:TargetInstrInfo
661 /// See the above comments before getMachineCombinerPatterns().
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h801 virtual bool getMachineCombinerPatterns(
824 /// When getMachineCombinerPatterns() finds patterns, this function generates

Completed in 79 milliseconds