Searched refs:isLiteralConstant (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | SIShrinkInstructions.cpp | 144 TII->isLiteralConstant(Src0, TII->getOpSize(MI, Src0Idx))) in foldImmediates()
|
D | SIInstrInfo.cpp | 1516 bool SIInstrInfo::isLiteralConstant(const MachineOperand &MO, in isLiteralConstant() function in SIInstrInfo 1549 if (isLiteralConstant(MO, OpSize)) in isImmOperandLegal() 1581 if (isLiteralConstant(MO, OpSize)) in usesConstantBus() 1684 if (isLiteralConstant(MI.getOperand(i), in verifyInstruction() 3113 if (isLiteralConstant(MI.getOperand(Src0Idx), getOpSize(MI, Src0Idx))) in getInstSizeInBytes() 3120 if (isLiteralConstant(MI.getOperand(Src1Idx), getOpSize(MI, Src1Idx))) in getInstSizeInBytes()
|
D | SIInstrInfo.h | 377 bool isLiteralConstant(const MachineOperand &MO, unsigned OpSize) const;
|