Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp106 std::optional<int64_t> getEffectiveImmVal() const { in getEffectiveImmVal() function
117 std::optional<int64_t> ImmToFold = getEffectiveImmVal(); in isOperandLegal()
615 ImmVal = Fold.Def.getEffectiveImmVal(); in updateOperand()
776 if (std::optional<int64_t> ImmVal = OpToFold.getEffectiveImmVal()) in tryAddToFoldList()
1245 std::optional<int64_t> UseImmVal = OpToFold.getEffectiveImmVal(); in foldOperand()
1374 *OpToFold.getEffectiveImmVal()); in foldOperand()