Home
last modified time | relevance | path

Searched refs:hasReassociableOperands (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp670 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/
DTargetInstrInfo.cpp562 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/
DX86InstrInfo.h492 bool hasReassociableOperands(const MachineInstr &Inst,
DX86InstrInfo.cpp7190 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/
DX86InstrInfo.h507 bool hasReassociableOperands(const MachineInstr &Inst,
DX86InstrInfo.cpp7032 bool X86InstrInfo::hasReassociableOperands(const MachineInstr &Inst, in hasReassociableOperands() function in X86InstrInfo
7051 return TargetInstrInfo::hasReassociableOperands(Inst, MBB); in hasReassociableOperands()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h859 virtual bool hasReassociableOperands(const MachineInstr &Inst,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h950 virtual bool hasReassociableOperands(const MachineInstr &Inst,