Home
last modified time | relevance | path

Searched refs:getCImm (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUGlobalISelUtils.cpp28 Offset = Op.getCImm()->getZExtValue(); in getBaseWithConstantOffset()
DAMDGPUInstructionSelector.cpp1427 ImmOp.ChangeToImmediate(ImmOp.getCImm()->getZExtValue()); in selectG_CONSTANT()
1514 GEPInfo.Imm = OpDef->getOperand(1).getCImm()->getSExtValue(); in getAddrModeInfo()
2145 RHSDef->getOperand(1).getCImm()->getSExtValue(); in selectMUBUFScratchOffen()
2247 RHSDef->getOperand(1).getCImm()->getSExtValue(); in selectDS1Addr1Offset()
2286 MIB.addImm(-MI.getOperand(1).getCImm()->getSExtValue()); in renderNegateImm()
2299 MIB.addImm(Op.getCImm()->getSExtValue()); in renderBitcastImm()
2308 MIB.addImm(MI.getOperand(1).getCImm()->getValue().countPopulation()); in renderPopcntImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h88 DstReg, CstVal.getCImm()->getValue().sext(DstTy.getSizeInBits())); in tryCombineAnyExt()
132 DstReg, CstVal.getCImm()->getValue().zext(DstTy.getSizeInBits())); in tryCombineZExt()
185 DstReg, CstVal.getCImm()->getValue().trunc(DstTy.getSizeInBits())); in tryCombineTrunc()
DInstructionSelectorImpl.h254 Value = State.MIs[InsnID]->getOperand(1).getCImm()->getSExtValue(); in executeMatchTable()
278 Value = State.MIs[InsnID]->getOperand(1).getCImm()->getValue(); in executeMatchTable()
648 if (MO.isCImm() && MO.getCImm()->equalsInt(Value)) in executeMatchTable()
918 State.MIs[OldInsnID]->getOperand(1).getCImm()->getSExtValue()); in executeMatchTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRVRegNamerUtils.cpp58 MO.getCImm()->getZExtValue()); in getInstructionOpcodeHash()
DMachineOperand.cpp287 return getCImm() == Other.getCImm(); in isIdenticalTo()
352 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCImm()); in hash_value()
799 getCImm()->printAsOperand(OS, /*PrintType=*/true, MST); in print()
DLiveDebugValues.cpp210 Loc.CImm = MI.getOperand(0).getCImm(); in VarLoc()
DMachineVerifier.cpp988 const ConstantInt *CI = MI->getOperand(1).getCImm(); in verifyPreISelGenericInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp357 ID.AddPointer(MO.getCImm()); in addNodeIDMachineOperand()
DUtils.cpp237 : CstVal.getCImm()->getValue(); in getConstantVRegValWithLookThrough()
DGISelKnownBits.cpp383 return MI.getOperand(1).getCImm()->getValue().getNumSignBits(); in computeNumSignBits()
DLegalizerHelper.cpp630 const APInt &Val = MI.getOperand(1).getCImm()->getValue(); in narrowScalar()
1705 const APInt &SrcVal = SrcMO.getCImm()->getValue(); in widenScalar()
3204 MI, KShiftAmt->getOperand(1).getCImm()->getValue(), HalfTy, ShiftAmtTy); in narrowScalarShift()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp424 APInt OffsetValue = Offset->getOperand(1).getCImm()->getValue(); in select()
487 I.getOperand(1).getCImm()->getValue(), B)) in select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp1385 IsZero = I.getOperand(1).getCImm()->getZExtValue() == 0; in earlySelect()
1664 uint64_t Val = I.getOperand(1).getCImm()->getZExtValue(); in select()
4145 Immed = Root.getCImm()->getZExtValue(); in getImmedFromMO()
4581 if (!RHSOp1.isCImm() || RHSOp1.getCImm()->getBitWidth() > 64) in selectAddrModeUnscaled()
4583 RHSC = RHSOp1.getCImm()->getSExtValue(); in selectAddrModeUnscaled()
4627 int64_t RHSC = (int64_t)RHSDef->getOperand(1).getCImm()->getZExtValue(); in selectAddrModeIndexed()
4868 uint64_t CstVal = I.getOperand(1).getCImm()->getZExtValue(); in renderLogicalImm32()
4877 uint64_t CstVal = I.getOperand(1).getCImm()->getZExtValue(); in renderLogicalImm64()
DAArch64LegalizerInfo.cpp674 unsigned Amount = CstMI->getOperand(1).getCImm()->getZExtValue(); in legalizeShlAshrLshr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h540 const ConstantInt *getCImm() const { in getCImm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp972 if (!Val.getCImm()->isZero()) { in select()
DARMInstrInfo.td897 return ARM::isBitFieldInvertedMask(MO.getCImm()->getZExtValue());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2633 return !Op.getCImm()->isZero(); in simplifyRCmp0()
2645 return Op.getCImm()->isZero(); in simplifyRCmp0()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp647 Val = I.getOperand(1).getCImm()->getZExtValue(); in selectConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp902 MI->getOperand(0).getCImm()->getValue().print(OS, false /*isSigned*/); in emitDebugValueComment()
DDwarfDebug.cpp254 return DbgValueLoc(Expr, MI->getOperand(0).getCImm()); in getDebugLocValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenGlobalISel.inc774 return ARM::isBitFieldInvertedMask(MO.getCImm()->getZExtValue());