Home
last modified time | relevance | path

Searched refs:getIncrementValue (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h302 bool getIncrementValue(const MachineInstr &MI, int &Value) const override;
H A DHexagonVLIWPacketizer.cpp538 if (!HII->getIncrementValue(MJ, Incr)) in updateOffset()
H A DHexagonInstrInfo.cpp2044 bool HexagonInstrInfo::getIncrementValue(const MachineInstr &MI, in getIncrementValue() function in HexagonInstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1541 virtual bool getIncrementValue(const MachineInstr &MI, int &Value) const { in getIncrementValue() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2596 if (!TII->getIncrementValue(*BaseDef, D) && D >= 0) in computeDelta()
2789 if (!LoopDefS || !TII->getIncrementValue(*LoopDefS, D)) in isLoopCarriedDep()
H A DModuloSchedule.cpp955 if (!TII->getIncrementValue(*BaseDef, D) && D >= 0) in computeDelta()