Home
last modified time | relevance | path

Searched refs:getHiBits (Results 1 – 16 of 16) 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()
607 if (!materialize32BitImm(GPRRegHigh, APImm.getHiBits(32).trunc(32), B)) in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5379 if (Bits.getHiBits(64) != Bits.getLoBits(64)) in tryAdvSIMDModImm8()
5403 if (Bits.getHiBits(64) != Bits.getLoBits(64)) in tryAdvSIMDModImm16()
5433 if (Bits.getHiBits(64) != Bits.getLoBits(64)) in tryAdvSIMDModImm32()
5468 if (Bits.getHiBits(64) != Bits.getLoBits(64)) in tryAdvSIMDModImm64()
5491 if (Bits.getHiBits(64) != Bits.getLoBits(64)) in tryAdvSIMDModImm321s()
5521 if (Bits.getHiBits(64) != Bits.getLoBits(64)) in tryAdvSIMDModImmFP()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h541 LLVM_ABI APInt getHiBits(unsigned numBits) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1571 Out << format_hex_no_prefix(API.getHiBits(16).getZExtValue(), 4, in WriteAPFloatInternal()
1579 Out << format_hex_no_prefix(API.getHiBits(64).getZExtValue(), 16, in WriteAPFloatInternal()
1585 Out << format_hex_no_prefix(API.getHiBits(64).getZExtValue(), 16, in WriteAPFloatInternal()
H A DConstantRange.cpp2107 unsigned LCPPopCount = Lower.getHiBits(LCPLength).popcount(); in getUnsignedPopCountRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp579 .getHiBits(32) in getMachineOpValue()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp639 APInt APInt::getHiBits(unsigned numBits) const { in getHiBits() function in APInt
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3166 hi = IntValue.getHiBits(IntValue.getBitWidth() - 64).getZExtValue(); in parseHexOcta()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2223 APInt Hi(32, Imm.getHiBits(32).getZExtValue()); in expandPostRAPseudo()
2293 APInt Hi(32, Imm.getHiBits(32).getZExtValue()); in expandPostRAPseudo()
H A DAMDGPUInstructionSelector.cpp371 return MachineOperand::CreateImm(Imm.getHiBits(32).getSExtValue()); in getSubOperand64()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14265 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm64()
14292 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm32()
14345 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm16()
14384 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm321s()
14415 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm8()
14436 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImmFP()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6885 if (!Known.Zero.getHiBits(NS).isZero()) in getRangeRef()
6887 if (!Known.One.getHiBits(NS).isZero()) in getRangeRef()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp6391 unsigned Sign = Sel.getHiBits(1).getZExtValue(); in computeKnownBitsForPRMT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4222 Known.Zero = Known.Zero.getHiBits(Known.getBitWidth() - Index * EltBitWidth); in computeKnownBits()
4223 Known.One = Known.One.getHiBits(Known.getBitWidth() - Index * EltBitWidth); in computeKnownBits()
H A DTargetLowering.cpp2474 APInt MaskHi = DemandedBits.getHiBits(HalfBitWidth).trunc(HalfBitWidth); in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23551 {"_ZNK4llvm5APInt9getHiBitsEj", "llvm::APInt::getHiBits(unsigned int) const"},