Searched refs:getMachineCombinerPatterns (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.h | 257 bool getMachineCombinerPatterns(MachineInstr &Root,
|
H A D | RISCVInstrInfo.cpp | 2167 bool RISCVInstrInfo::getMachineCombinerPatterns( in getMachineCombinerPatterns() function in RISCVInstrInfo 2177 return TargetInstrInfo::getMachineCombinerPatterns(Root, Patterns, in getMachineCombinerPatterns()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | README.txt | 82 optimizeLoadInstr, and/or getMachineCombinerPatterns.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 628 bool getMachineCombinerPatterns(MachineInstr &Root,
|
H A D | X86InstrInfo.cpp | 10679 bool X86InstrInfo::getMachineCombinerPatterns( in getMachineCombinerPatterns() function in X86InstrInfo 10707 return TargetInstrInfo::getMachineCombinerPatterns(Root, in getMachineCombinerPatterns()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.h | 382 bool getMachineCombinerPatterns(MachineInstr &Root,
|
H A D | PPCInstrInfo.cpp | 753 bool PPCInstrInfo::getMachineCombinerPatterns( in getMachineCombinerPatterns() function in PPCInstrInfo 764 return TargetInstrInfo::getMachineCombinerPatterns(Root, Patterns, in getMachineCombinerPatterns()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCombiner.cpp | 609 if (!TII->getMachineCombinerPatterns(MI, Patterns, DoRegPressureReduce)) in combineInstructions()
|
H A D | TargetInstrInfo.cpp | 921 bool TargetInstrInfo::getMachineCombinerPatterns( in getMachineCombinerPatterns() function in TargetInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.h | 437 bool getMachineCombinerPatterns(MachineInstr &Root,
|
H A D | AArch64InstrInfo.cpp | 6614 bool AArch64InstrInfo::getMachineCombinerPatterns( in getMachineCombinerPatterns() function in AArch64InstrInfo 6632 return TargetInstrInfo::getMachineCombinerPatterns(Root, Patterns, in getMachineCombinerPatterns()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 1219 virtual bool getMachineCombinerPatterns(MachineInstr &Root,
|