Home
last modified time | relevance | path

Searched refs:getLoBits (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp1157 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1166 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1167 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect()
1189 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1190 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect()
1238 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1239 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect()
1240 const unsigned Higher = SplatValue.lshr(32).getLoBits(16).getZExtValue(); in trySelect()
1241 const unsigned Highest = SplatValue.lshr(48).getLoBits(16).getZExtValue(); in trySelect()
H A DMipsInstructionSelector.cpp151 .addImm(Imm.getLoBits(16).getLimitedValue()); in materialize32BitImm()
155 if (Imm.getLoBits(16).isZero()) { in materialize32BitImm()
164 .addImm(Imm.getLoBits(16).getLimitedValue()); in materialize32BitImm()
172 .addImm(Imm.getLoBits(16).getLimitedValue()); in materialize32BitImm()
614 if (!materialize32BitImm(GPRRegLow, APImm.getLoBits(32).trunc(32), B)) in select()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp728 Bottom0.getLoBits(TrailBitsKnown0) * Bottom1.getLoBits(TrailBitsKnown1); in mul()
732 Res.Zero |= (~BottomKnown).getLoBits(ResultBitsKnown); in mul()
733 Res.One = BottomKnown.getLoBits(ResultBitsKnown); in mul()
H A DAPInt.cpp613 APInt APInt::getLoBits(unsigned numBits) const { in getLoBits() function in APInt
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp207 if (!M.getLoBits(U).isMask(W)) in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfoF1.td62 …"return CurDAG->getTargetConstant(N->getValueAPF().bitcastToAPInt().lshr("#shift#").getLoBits("#wi…
65 …"return CurDAG->getTargetConstant(N->getValueAPF().bitcastToAPInt().lshr("#shift#").getLoBits("#wi…
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h527 APInt getLoBits(unsigned numBits) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5446 if (Bits.getHiBits(64) != Bits.getLoBits(64)) in tryAdvSIMDModImm8()
5470 if (Bits.getHiBits(64) != Bits.getLoBits(64)) in tryAdvSIMDModImm16()
5500 if (Bits.getHiBits(64) != Bits.getLoBits(64)) in tryAdvSIMDModImm32()
5535 if (Bits.getHiBits(64) != Bits.getLoBits(64)) in tryAdvSIMDModImm64()
5558 if (Bits.getHiBits(64) != Bits.getLoBits(64)) in tryAdvSIMDModImm321s()
5588 if (Bits.getHiBits(64) != Bits.getLoBits(64)) in tryAdvSIMDModImmFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2013 static_cast<int16_t>(Literal.getLoBits(16).getSExtValue()), in isInlinableImm()
2018 static_cast<int32_t>(Literal.getLoBits(32).getZExtValue()), in isInlinableImm()
2189 if (Literal.getLoBits(32) != 0) { in addLiteralImmOperand()
2335 Inst.addOperand(MCOperand::createImm(Literal.getLoBits(32).getZExtValue())); in addLiteralImmOperand()
2339 Inst.addOperand(MCOperand::createImm(Literal.getLoBits(16).getZExtValue())); in addLiteralImmOperand()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1483 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16, in WriteConstantInternal()
1488 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16, in WriteConstantInternal()
1494 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16, in WriteConstantInternal()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1943 Index = Index.zextOrTrunc(32).getLoBits(2); in simplifyX86vpermilvar()
3072 LaneElts = LaneElts.getLoBits(InnerVWidthPerLane); in simplifyDemandedVectorEltsIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1913 uint8_t Byte = Val.getLoBits(8).getZExtValue(); in bufferAggregateConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1073 Imm = Imm.getLoBits(32); in foldOperand()
H A DSIInstrInfo.cpp2143 APInt Lo(32, Imm.getLoBits(32).getZExtValue()); in expandPostRAPseudo()
2207 APInt Lo(32, Imm.getLoBits(32).getZExtValue()); in expandPostRAPseudo()
2630 MovDPP.addImm(Imm.getLoBits(32).getZExtValue()); in expandMovDPP64()
H A DAMDGPUInstructionSelector.cpp277 return MachineOperand::CreateImm(Imm.getLoBits(32).getSExtValue()); in getSubOperand64()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3220 lo = IntValue.getLoBits(64).getZExtValue(); in parseHexOcta()
H A DMasmParser.cpp3805 lo = IntValue.getLoBits(64).getZExtValue(); in parseHexOcta()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12464 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm64()
12491 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm32()
12544 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm16()
12583 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm321s()
12614 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm8()
12635 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImmFP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2344 APInt InputDemandedBits = DemandedBits.getLoBits(ExVTBits); in SimplifyDemandedBits()
2376 APInt MaskLo = DemandedBits.getLoBits(HalfBitWidth).trunc(HalfBitWidth); in SimplifyDemandedBits()
H A DDAGCombiner.cpp8290 return Width.getLoBits(MaskLoBits) == 0; in matchRotateSub()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1667 static_cast<uint32_t>(CH.getLoBits(32).getZExtValue()); in WriteInputFiles()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9861 Result = Result.getLoBits(ArgBits); in SemaBuiltinConstantArgShiftedByte()
9891 Result = Result.getLoBits(ArgBits); in SemaBuiltinConstantArgShiftedByteOrXXFF()