| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstructionSelector.cpp | 148 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 D | AArch64InstructionSelector.cpp | 5379 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 D | APInt.h | 541 LLVM_ABI APInt getHiBits(unsigned numBits) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 1571 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 D | ConstantRange.cpp | 2107 unsigned LCPPopCount = Lower.getHiBits(LCPLength).popcount(); in getUnsignedPopCountRange()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCCodeEmitter.cpp | 579 .getHiBits(32) in getMachineOpValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APInt.cpp | 639 APInt APInt::getHiBits(unsigned numBits) const { in getHiBits() function in APInt
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3166 hi = IntValue.getHiBits(IntValue.getBitWidth() - 64).getZExtValue(); in parseHexOcta()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 2223 APInt Hi(32, Imm.getHiBits(32).getZExtValue()); in expandPostRAPseudo() 2293 APInt Hi(32, Imm.getHiBits(32).getZExtValue()); in expandPostRAPseudo()
|
| H A D | AMDGPUInstructionSelector.cpp | 371 return MachineOperand::CreateImm(Imm.getHiBits(32).getSExtValue()); in getSubOperand64()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 14265 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 D | ScalarEvolution.cpp | 6885 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 D | NVPTXISelLowering.cpp | 6391 unsigned Sign = Sel.getHiBits(1).getZExtValue(); in computeKnownBitsForPRMT()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 4222 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 D | TargetLowering.cpp | 2474 APInt MaskHi = DemandedBits.getHiBits(HalfBitWidth).trunc(HalfBitWidth); in SimplifyDemandedBits()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23551 {"_ZNK4llvm5APInt9getHiBitsEj", "llvm::APInt::getHiBits(unsigned int) const"},
|