HomeSort by: relevance | last modified time | path
    Searched refs:isLiteralConstantLike (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 3395 bool SIInstrInfo::isLiteralConstantLike(const MachineOperand &MO,
3614 //if (isLiteralConstantLike(MO, OpInfo))
4642 if (isVOP3(MI) && isLiteralConstantLike(*MO, OpInfo) && !VOP3LiteralLimit--)
4665 isLiteralConstantLike(Op, InstDesc.OpInfo[i])) {
4739 isLiteralConstantLike(Src0, InstrDesc.OpInfo[Src0Idx])))
4882 if (!isLiteralConstantLike(MO, get(Opc).OpInfo[Idx]))
7112 if (isLiteralConstantLike(MI.getOperand(Src0Idx), Desc.OpInfo[Src0Idx]))
7119 if (isLiteralConstantLike(MI.getOperand(Src1Idx), Desc.OpInfo[Src1Idx]))
7126 if (isLiteralConstantLike(MI.getOperand(Src2Idx), Desc.OpInfo[Src2Idx]))
SIInstrInfo.h 824 bool isLiteralConstantLike(const MachineOperand &MO,
SIFoldOperands.cpp 461 TII->isLiteralConstantLike(Op, OpInfo)) {

Completed in 127 milliseconds