Searched refs:hasReassociableOperands (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 670 bool TargetInstrInfo::hasReassociableOperands( in hasReassociableOperands() function in TargetInstrInfo 708 hasReassociableOperands(*MI1, MBB) && in hasReassociableSibling() 719 hasReassociableOperands(Inst, Inst.getParent()) && in isReassociationCandidate()
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 562 bool TargetInstrInfo::hasReassociableOperands( in hasReassociableOperands() function in TargetInstrInfo 600 hasReassociableOperands(*MI1, MBB) && in hasReassociableSibling() 611 hasReassociableOperands(Inst, Inst.getParent()) && in isReassociationCandidate()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 492 bool hasReassociableOperands(const MachineInstr &Inst,
|
D | X86InstrInfo.cpp | 7190 bool X86InstrInfo::hasReassociableOperands(const MachineInstr &Inst, in hasReassociableOperands() function in X86InstrInfo 7209 return TargetInstrInfo::hasReassociableOperands(Inst, MBB); in hasReassociableOperands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 507 bool hasReassociableOperands(const MachineInstr &Inst,
|
D | X86InstrInfo.cpp | 7032 bool X86InstrInfo::hasReassociableOperands(const MachineInstr &Inst, in hasReassociableOperands() function in X86InstrInfo 7051 return TargetInstrInfo::hasReassociableOperands(Inst, MBB); in hasReassociableOperands()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 859 virtual bool hasReassociableOperands(const MachineInstr &Inst,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 950 virtual bool hasReassociableOperands(const MachineInstr &Inst,
|