Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp144 TII->isLiteralConstant(Src0, TII->getOpSize(MI, Src0Idx))) in foldImmediates()
DSIInstrInfo.cpp1516 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()
DSIInstrInfo.h377 bool isLiteralConstant(const MachineOperand &MO, unsigned OpSize) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h655 bool isLiteralConstant(const MachineOperand &MO, in isLiteralConstant() function
660 bool isLiteralConstant(const MachineInstr &MI, int OpIdx) const { in isLiteralConstant() function