Searched refs:ImmValue (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitConst32AndConst64.cpp80 uint64_t ImmValue = MI.getOperand(1).getImm(); local
83 .addImm(ImmValue);
87 int64_t ImmValue = MI.getOperand(1).getImm(); local
92 int32_t LowWord = (ImmValue & 0xFFFFFFFF);
93 int32_t HighWord = (ImmValue >> 32) & 0xFFFFFFFF;
H A DHexagonHardwareLoops.cpp655 int Mask = 0, ImmValue = 0; local
657 TII->analyzeCompare(*CondI, CmpReg1, CmpReg2, Mask, ImmValue);
H A DHexagonInstrInfo.cpp2068 int ImmValue = MO.getImm(); local
2070 return (ImmValue < MinValue || ImmValue > MaxValue);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp553 APInt ImmValue; local
559 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
560 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
562 if (( Signed && ImmValue.isSignedIntN(ImmBitSize)) ||
563 (!Signed && ImmValue.isIntN(ImmBitSize))) {
564 Imm = CurDAG->getTargetConstant(ImmValue, SDLoc(N), EltTy);
629 APInt ImmValue; local
635 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) &&
636 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
637 int32_t Log2 = ImmValue
660 APInt ImmValue; local
694 APInt ImmValue; local
716 APInt ImmValue; local
[all...]
H A DMicroMipsSizeReduction.cpp528 int64_t ImmValue; local
529 if (!GetImm(MI, Entry.ImmField(), ImmValue))
532 if (!AddiuspImmValue(ImmValue))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp227 bool loadImmediate(int64_t ImmValue, unsigned DstReg, unsigned SrcReg,
2533 int64_t ImmValue = Inst.getOperand(2).getImm(); local
2534 if (isInt<16>(ImmValue))
2545 int64_t ImmValue = Inst.getOperand(2).getImm(); local
2546 if (isUInt<16>(ImmValue))
2662 /// @param ImmValue The immediate to load.
2666 /// @param Is32BitImm Is ImmValue 32-bit or 64-bit?
2670 bool MipsAsmParser::loadImmediate(int64_t ImmValue, unsigned DstReg, argument
2682 if (isInt<32>(ImmValue) || isUInt<32>(ImmValue)) {
3619 int64_t ImmValue = ImmOp.getImm(); local
4150 int64_t ImmValue; local
4547 int64_t ImmValue = Inst.getOperand(2).getImm(); local
4604 int64_t ImmValue = Inst.getOperand(2).getImm(); local
4653 int64_t ImmValue = Inst.getOperand(2).getImm(); local
4815 int64_t ImmValue = Inst.getOperand(2).getImm(); local
4940 int64_t ImmValue = Inst.getOperand(2).getImm() % 64; local
5050 int32_t ImmValue = Inst.getOperand(2).getImm(); local
5549 int64_t ImmValue = BaseOp.getImm(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3142 uint8_t ImmValue = Byte & MachO::REBASE_IMMEDIATE_MASK; local
3154 RebaseType = ImmValue;
3168 SegmentIndex = ImmValue;
3226 SegmentOffset += ImmValue * PointerSize;
3246 Count = ImmValue;
3247 if (ImmValue != 0)
3248 RemainingLoopCount = ImmValue - 1;
3490 uint8_t ImmValue = Byte & MachO::BIND_IMMEDIATE_MASK; local
3522 Ordinal = ImmValue;
3524 if (ImmValue >
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp525 int32_t ImmValue = RawImmValue; local
530 IsImm && ((is64Bit() ? 0 : -4096) <= ImmValue && ImmValue < 4096);
533 ValExpr = MCConstantExpr::create(ImmValue, getContext());
563 if (!IsImm || IsEffectivelyImm13 || (ImmValue & 0x3ff)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp206 unsigned SrcReg2, int ImmValue,
221 OI->getOperand(2).getImm() == ImmValue)
205 isRedundantFlagInstr(MachineInstr *CmpI, unsigned SrcReg, unsigned SrcReg2, int ImmValue, MachineInstr *OI) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2154 uint64_t ImmValue = 0; local
2166 ImmValue = FPC->getValueAPF().bitcastToAPInt().getZExtValue();
2176 ImmValue = Value;
2190 Imm = DAG.getTargetConstant(ImmValue, SDLoc(ParentNode), MVT::i32);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2747 int ImmValue, const MachineInstr *OI,
2771 OI->getOperand(2).getImm() == ImmValue) {
2779 OI->getOperand(3).getImm() == ImmValue) {
2745 isRedundantFlagInstr(const MachineInstr *CmpI, unsigned SrcReg, unsigned SrcReg2, int ImmValue, const MachineInstr *OI, bool &IsThumb1) argument
H A DARMISelDAGToDAG.cpp2475 int32_t ImmValue = cast<ConstantSDNode>(N->getOperand(3))->getZExtValue(); local
2476 Ops.push_back(getI32Imm(ImmValue, Loc)); // immediate offset
2500 int32_t ImmValue = cast<ConstantSDNode>(N->getOperand(3))->getZExtValue(); local
2501 Ops.push_back(getI32Imm(ImmValue, Loc)); // immediate shift count
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3359 /// ImmValue: immediate for FlagI if it takes an immediate.
3362 int ImmMask, int ImmValue,
3387 OI.getOperand(2).getImm() == ImmValue)
3360 isRedundantFlagInstr(const MachineInstr &FlagI, unsigned SrcReg, unsigned SrcReg2, int ImmMask, int ImmValue, const MachineInstr &OI) argument

Completed in 333 milliseconds