Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp3448 bool SIInstrInfo::isLiteralConstantLike(const MachineOperand &MO, in isLiteralConstantLike() function in SIInstrInfo
4711 if (isVOP3(MI) && isLiteralConstantLike(*MO, OpInfo) && !VOP3LiteralLimit--) in isOperandLegal()
4734 isLiteralConstantLike(Op, InstDesc.OpInfo[i])) { in isOperandLegal()
4808 isLiteralConstantLike(Src0, InstrDesc.OpInfo[Src0Idx]))) in legalizeOperandsVOP2()
4951 if (!isLiteralConstantLike(MO, get(Opc).OpInfo[Idx])) in legalizeOperandsVOP3()
7181 if (isLiteralConstantLike(MI.getOperand(Src0Idx), Desc.OpInfo[Src0Idx])) in getInstSizeInBytes()
7188 if (isLiteralConstantLike(MI.getOperand(Src1Idx), Desc.OpInfo[Src1Idx])) in getInstSizeInBytes()
7195 if (isLiteralConstantLike(MI.getOperand(Src2Idx), Desc.OpInfo[Src2Idx])) in getInstSizeInBytes()
DSIInstrInfo.h825 bool isLiteralConstantLike(const MachineOperand &MO,
DSIFoldOperands.cpp462 TII->isLiteralConstantLike(Op, OpInfo)) { in tryAddToFoldList()