Home
last modified time | relevance | path

Searched refs:getHiBits (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp148 if (Imm.getHiBits(16).isZero()) { in materialize32BitImm()
157 .addImm(Imm.getHiBits(16).getLimitedValue()); in materialize32BitImm()
170 .addImm(Imm.getHiBits(16).getLimitedValue()); in materialize32BitImm()
612 if (!materialize32BitImm(GPRRegHigh, APImm.getHiBits(32).trunc(32), B)) in select()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h519 APInt getHiBits(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/IR/
H A DAsmWriter.cpp1481 Out << format_hex_no_prefix(API.getHiBits(16).getZExtValue(), 4, in WriteConstantInternal()
1490 Out << format_hex_no_prefix(API.getHiBits(64).getZExtValue(), 16, in WriteConstantInternal()
1496 Out << format_hex_no_prefix(API.getHiBits(64).getZExtValue(), 16, in WriteConstantInternal()
H A DConstantRange.cpp1829 unsigned LCPPopCount = Lower.getHiBits(LCPLength).popcount(); in getUnsignedPopCountRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp572 .getHiBits(32) in getMachineOpValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1076 Imm = Imm.getHiBits(32); in foldOperand()
H A DSIInstrInfo.cpp2144 APInt Hi(32, Imm.getHiBits(32).getZExtValue()); in expandPostRAPseudo()
2208 APInt Hi(32, Imm.getHiBits(32).getZExtValue()); in expandPostRAPseudo()
H A DAMDGPUInstructionSelector.cpp279 return MachineOperand::CreateImm(Imm.getHiBits(32).getSExtValue()); in getSubOperand64()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp608 APInt APInt::getHiBits(unsigned numBits) const { in getHiBits() function in APInt
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3219 hi = IntValue.getHiBits(IntValue.getBitWidth() - 64).getZExtValue(); in parseHexOcta()
H A DMasmParser.cpp3804 hi = IntValue.getHiBits(IntValue.getBitWidth() - 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 DSelectionDAG.cpp3825 Known.Zero = Known.Zero.getHiBits(Known.getBitWidth() - Index * EltBitWidth); in computeKnownBits()
3826 Known.One = Known.One.getHiBits(Known.getBitWidth() - Index * EltBitWidth); in computeKnownBits()
H A DTargetLowering.cpp2377 APInt MaskHi = DemandedBits.getHiBits(HalfBitWidth).trunc(HalfBitWidth); in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6857 if (!Known.Zero.getHiBits(NS).isZero()) in getRangeRef()
6859 if (!Known.One.getHiBits(NS).isZero()) in getRangeRef()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1669 static_cast<uint32_t>(CH.getHiBits(32).getZExtValue()); in WriteInputFiles()