Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp153 TII->isLiteralConstant(Src0, TII->getOpSize(MI, Src0Idx))) in foldImmediates()
DSIInstrInfo.h308 bool isLiteralConstant(const MachineOperand &MO, unsigned OpSize) const;
DSIInstrInfo.cpp1338 bool SIInstrInfo::isLiteralConstant(const MachineOperand &MO, in isLiteralConstant() function in SIInstrInfo
1371 if (isLiteralConstant(MO, OpSize)) in isImmOperandLegal()
1403 if (isLiteralConstant(MO, OpSize)) in usesConstantBus()
1487 if (isLiteralConstant(MI->getOperand(i), in verifyInstruction()