Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonGenExtract.cpp194 if (!APIntOps::isMask(W, M.getLoBits(U))) in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp235 Imm = Imm.getLoBits(32); in foldOperand()
DSIInstrInfo.cpp812 .addImm(Imm.getLoBits(32).getZExtValue()) in expandPostRAPseudo()
/external/llvm/include/llvm/ADT/
DAPInt.h477 APInt getLoBits(unsigned numBits) const;
/external/llvm/lib/IR/
DAsmWriter.cpp1153 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16, in WriteConstantInternal()
1158 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16, in WriteConstantInternal()
1164 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16, in WriteConstantInternal()
/external/llvm/lib/Support/
DAPInt.cpp689 APInt APInt::getLoBits(unsigned numBits) const { in getLoBits() function in APInt
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp897 APInt MaskLo = NewMask.getLoBits(HalfBitWidth).trunc(HalfBitWidth); in SimplifyDemandedBits()
DDAGCombiner.cpp3938 return Width.getLoBits(MaskLoBits) == 0; in matchRotateSub()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2578 lo = IntValue.getLoBits(64).getZExtValue(); in parseDirectiveOctaValue()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp5682 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerVectorAND()
5883 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerVectorOR()
5993 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerBUILD_VECTOR()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4827 RawMask.push_back(MaskElement.getLoBits(8).getZExtValue()); in getTargetShuffleMask()
4912 RawMask.push_back(MaskElement.getLoBits(MaskLoBits).getZExtValue()); in getTargetShuffleMask()
4926 RawMask.push_back(MaskEltValue.getLoBits(MaskLoBits).getZExtValue()); in getTargetShuffleMask()
4979 RawMask.push_back(MaskElement.getLoBits(MaskLoBits).getZExtValue()); in getTargetShuffleMask()