Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIShrinkInstructions.cpp142 TII->isLiteralConstant(Src0, TII->getOpSize(MI, Src0Idx))) in foldImmediates()
DSIInstrInfo.h216 bool isLiteralConstant(const MachineOperand &MO, unsigned OpSize) const;
DSIInstrInfo.cpp1163 bool SIInstrInfo::isLiteralConstant(const MachineOperand &MO, in isLiteralConstant() function in SIInstrInfo
1196 if (isLiteralConstant(MO, OpSize)) in isImmOperandLegal()
1228 if (isLiteralConstant(MO, OpSize)) in usesConstantBus()
1292 if (isLiteralConstant(MI->getOperand(i), in verifyInstruction()
1692 } else if (!isLiteralConstant(MO, getOpSize(MI->getOpcode(), Idx))) { in legalizeOperands()