Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIFoldOperands.cpp232 Imm = Imm.getHiBits(32); in runOnMachineFunction()
DSIInstrInfo.cpp716 .addImm(Imm.getHiBits(32).getZExtValue()) in expandPostRAPseudo()
/external/llvm/include/llvm/ADT/
DAPInt.h469 APInt getHiBits(unsigned numBits) const;
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.cpp618 .bitcastToAPInt().getHiBits(32).getLimitedValue()); in getMachineOpValue()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp550 .bitcastToAPInt().getHiBits(32).getLimitedValue()); in getMachineOpValue()
/external/llvm/lib/Support/
DAPInt.cpp684 APInt APInt::getHiBits(unsigned numBits) const { in getHiBits() function in APInt
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp5375 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerVectorAND()
5575 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerVectorOR()
5686 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerBUILD_VECTOR()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2440 hi = IntValue.getHiBits(IntValue.getBitWidth() - 64).getZExtValue(); in parseDirectiveOctaValue()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp869 APInt MaskHi = NewMask.getHiBits(HalfBitWidth).trunc(HalfBitWidth); in SimplifyDemandedBits()
DSelectionDAG.cpp2378 KnownZero = KnownZero.getHiBits(KnownZero.getBitWidth() - Index * BitWidth); in computeKnownBits()
2379 KnownOne = KnownOne.getHiBits(KnownOne.getBitWidth() - Index * BitWidth); in computeKnownBits()