Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h308 bool getIncrementValue(const MachineInstr &MI, int &Value) const override;
H A DHexagonVLIWPacketizer.cpp530 if (!HII->getIncrementValue(MJ, Incr)) in updateOffset()
H A DHexagonInstrInfo.cpp1883 bool HexagonInstrInfo::getIncrementValue(const MachineInstr &MI, in getIncrementValue() function in HexagonInstrInfo
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1157 virtual bool getIncrementValue(const MachineInstr &MI, int &Value) const { in getIncrementValue() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2681 if (!TII->getIncrementValue(*BaseDef, D) && D >= 0) in computeDelta()
3092 if (!LoopDef || !TII->getIncrementValue(*LoopDef, D)) in isLoopCarriedDep()