Searched refs:hasReassociableSibling (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h215 bool hasReassociableSibling(const MachineInstr &Inst,
H A DRISCVInstrInfo.cpp1332 bool RISCVInstrInfo::hasReassociableSibling(const MachineInstr &Inst, function in class:RISCVInstrInfo
1334 if (!TargetInstrInfo::hasReassociableSibling(Inst, Commuted))
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp722 bool TargetInstrInfo::hasReassociableSibling(const MachineInstr &Inst, function in class:TargetInstrInfo
762 hasReassociableSibling(Inst, Commuted);
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1206 virtual bool hasReassociableSibling(const MachineInstr &Inst,

Completed in 195 milliseconds