| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUGlobalISelUtils.cpp | 28 Offset = Op.getCImm()->getZExtValue(); in getBaseWithConstantOffset()
|
| D | AMDGPUInstructionSelector.cpp | 1380 ImmOffset = OffsetDef->getOperand(1).getCImm()->getZExtValue(); in selectDSGWSIntrinsic() 2150 ImmOp.ChangeToImmediate(ImmOp.getCImm()->getSExtValue()); in selectG_CONSTANT() 2335 GEPInfo.Imm = OpDef->getOperand(1).getCImm()->getSExtValue(); in getAddrModeInfo() 4351 MIB.addImm(MI.getOperand(1).getCImm()->getSExtValue()); in renderTruncImm32() 4359 MIB.addImm(-MI.getOperand(1).getCImm()->getSExtValue()); in renderNegateImm() 4372 MIB.addImm(Op.getCImm()->getSExtValue()); in renderBitcastImm() 4381 MIB.addImm(MI.getOperand(1).getCImm()->getValue().countPopulation()); in renderPopcntImm()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | Utils.cpp | 308 : CstVal.getCImm()->getValue(); in getConstantVRegValWithLookThrough() 373 return MI->getOperand(1).getCImm(); in getConstantIntVRegVal() 702 const ConstantInt *CI = MI.getOperand(1).getCImm(); in isKnownToBeAPowerOfTwo() 961 return Match(Def->getOperand(1).getCImm()); in matchUnaryPredicate() 976 !Match(SrcDef->getOperand(1).getCImm())) in matchUnaryPredicate()
|
| D | CSEInfo.cpp | 411 ID.AddPointer(MO.getCImm()); in addNodeIDMachineOperand()
|
| D | GISelKnownBits.cpp | 568 return MI.getOperand(1).getCImm()->getValue().getNumSignBits(); in computeNumSignBits()
|
| D | LegalizerHelper.cpp | 868 const APInt &Val = MI.getOperand(1).getCImm()->getValue(); in narrowScalar() 2323 const APInt &SrcVal = SrcMO.getCImm()->getValue(); in widenScalar() 4821 MI, KShiftAmt->getOperand(1).getCImm()->getValue(), HalfTy, ShiftAmtTy); in narrowScalarShift()
|
| D | CombinerHelper.cpp | 2105 ? CstVal.getCImm()->getValue() in matchCombineUnmergeConstant()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | LegalizationArtifactCombiner.h | 92 DstReg, CstVal.getCImm()->getValue().sext(DstTy.getSizeInBits())); in tryCombineAnyExt() 152 DstReg, CstVal.getCImm()->getValue().zext(DstTy.getSizeInBits())); in tryCombineZExt() 207 DstReg, CstVal.getCImm()->getValue().sext(DstTy.getSizeInBits())); in tryCombineSExt() 234 DstReg, CstVal.getCImm()->getValue().trunc(DstTy.getSizeInBits())); in tryCombineTrunc()
|
| D | InstructionSelectorImpl.h | 284 Value = State.MIs[InsnID]->getOperand(OpIdx).getCImm()->getSExtValue(); in executeMatchTable() 308 Value = State.MIs[InsnID]->getOperand(1).getCImm()->getValue(); in executeMatchTable() 722 if (MO.isCImm() && MO.getCImm()->equalsInt(Value)) in executeMatchTable() 1001 State.MIs[OldInsnID]->getOperand(1).getCImm()->getSExtValue()); in executeMatchTable()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineOperand.cpp | 294 return getCImm() == Other.getCImm(); in isIdenticalTo() 359 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCImm()); in hash_value() 819 getCImm()->printAsOperand(OS, /*PrintType=*/true, MST); in print()
|
| D | MIRVRegNamerUtils.cpp | 74 MO.getCImm()->getZExtValue()); in getInstructionOpcodeHash()
|
| D | MachineStableHash.cpp | 77 auto Val = MO.isCImm() ? MO.getCImm()->getValue() in stableHashValue()
|
| D | MachineVerifier.cpp | 1000 const ConstantInt *CI = MI->getOperand(1).getCImm(); in verifyPreISelGenericInstruction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsInstructionSelector.cpp | 456 APInt OffsetValue = Offset->getOperand(1).getCImm()->getValue(); in select() 586 I.getOperand(1).getCImm()->getValue(), B)) in select()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| D | AArch64InstructionSelector.cpp | 652 Immed = Root.getCImm()->getZExtValue(); in getImmedFromMO() 2172 IsZero = I.getOperand(1).getCImm()->getZExtValue() == 0; in earlySelect() 2549 uint64_t Val = I.getOperand(1).getCImm()->getZExtValue(); in select() 4932 const_cast<ConstantInt *>(OpMI->getOperand(1).getCImm())); in tryOptConstantBuildVec() 5731 if (!RHSOp1.isCImm() || RHSOp1.getCImm()->getBitWidth() > 64) in selectAddrModeUnscaled() 5733 RHSC = RHSOp1.getCImm()->getSExtValue(); in selectAddrModeUnscaled() 5819 int64_t RHSC = (int64_t)RHSDef->getOperand(1).getCImm()->getZExtValue(); in selectAddrModeIndexed() 6065 uint64_t CstVal = I.getOperand(1).getCImm()->getZExtValue(); in renderLogicalImm32() 6074 uint64_t CstVal = I.getOperand(1).getCImm()->getZExtValue(); in renderLogicalImm64()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachineOperand.h | 542 const ConstantInt *getCImm() const { in getCImm() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMInstructionSelector.cpp | 970 if (!Val.getCImm()->isZero()) { in select()
|
| D | ARMInstrInfo.td | 1021 return ARM::isBitFieldInvertedMask(MO.getCImm()->getZExtValue());
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonBitSimplify.cpp | 2643 return !Op.getCImm()->isZero(); in simplifyRCmp0() 2655 return Op.getCImm()->isZero(); in simplifyRCmp0()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| D | VarLocBasedImpl.cpp | 449 Loc.CImm = Op.getCImm(); in GetLocForOp()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86InstructionSelector.cpp | 648 Val = I.getOperand(1).getCImm()->getZExtValue(); in selectConstant()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 989 Op.getCImm()->getValue().print(OS, false /*isSigned*/); in emitDebugValueComment()
|
| D | DwarfDebug.cpp | 254 DbgValueLocEntries.push_back(DbgValueLocEntry(Op.getCImm())); in getDebugLocValue()
|