Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp1055 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1064 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1065 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect()
1087 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1088 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect()
1136 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1137 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect()
1138 const unsigned Higher = SplatValue.lshr(32).getLoBits(16).getZExtValue(); in trySelect()
1139 const unsigned Highest = SplatValue.lshr(48).getLoBits(16).getZExtValue(); in trySelect()
DMipsInstructionSelector.cpp145 .addImm(Imm.getLoBits(16).getLimitedValue()); in materialize32BitImm()
149 if (Imm.getLoBits(16).isNullValue()) { in materialize32BitImm()
158 .addImm(Imm.getLoBits(16).getLimitedValue()); in materialize32BitImm()
166 .addImm(Imm.getLoBits(16).getLimitedValue()); in materialize32BitImm()
515 if (!materialize32BitImm(GPRRegLow, APImm.getLoBits(32).trunc(32), B)) in select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenExtract.cpp207 if (!M.getLoBits(U).isMask(W)) in INITIALIZE_PASS_DEPENDENCY()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1866 uint16_t float16 = API.getLoBits(16).getZExtValue(); in bufferLEByte()
1923 uint8_t Byte = Val.getLoBits(8).getZExtValue(); in bufferAggregateConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h481 APInt getLoBits(unsigned numBits) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h589 APInt getLoBits(unsigned numBits) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp421 APInt BottomKnown = Bottom0.getLoBits(TrailBitsKnown0) * in computeKnownBitsMul()
422 Bottom1.getLoBits(TrailBitsKnown1); in computeKnownBitsMul()
426 Known.Zero |= (~BottomKnown).getLoBits(ResultBitsKnown); in computeKnownBitsMul()
427 Known.One |= BottomKnown.getLoBits(ResultBitsKnown); in computeKnownBitsMul()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp1360 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16, in WriteConstantInternal()
1365 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16, in WriteConstantInternal()
1371 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16, in WriteConstantInternal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1581 static_cast<int16_t>(Literal.getLoBits(16).getSExtValue()), in isInlinableImm()
1586 static_cast<int32_t>(Literal.getLoBits(32).getZExtValue()), in isInlinableImm()
1730 if (Literal.getLoBits(32) != 0) { in addLiteralImmOperand()
1853 Inst.addOperand(MCOperand::createImm(Literal.getLoBits(Bitwidth).getZExtValue())); in addKImmFPOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1711 LaneElts = LaneElts.getLoBits(InnerVWidthPerLane); in SimplifyDemandedVectorElts()
DInstCombineCalls.cpp996 Index = Index.zextOrTrunc(32).getLoBits(2); in simplifyX86vpermilvar()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp876 Imm = Imm.getLoBits(32); in foldOperand()
DAMDGPUInstructionSelector.cpp232 return MachineOperand::CreateImm(Imm.getLoBits(32).getSExtValue()); in getSubOperand64()
DSIInstrInfo.cpp1438 .addImm(Imm.getLoBits(32).getZExtValue()) in expandPostRAPseudo()
1601 MovDPP.addImm(Imm.getLoBits(32).getZExtValue()); in expandMovDPP64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp639 APInt APInt::getLoBits(unsigned numBits) const { in getLoBits() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7462 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm64()
7484 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm32()
7532 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm16()
7571 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm321s()
7602 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm8()
7623 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImmFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp570 APInt APInt::getLoBits(unsigned numBits) const { in getLoBits() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3074 lo = IntValue.getLoBits(64).getZExtValue(); in parseHexOcta()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1627 APInt InputDemandedBits = DemandedBits.getLoBits(ExVTBits); in SimplifyDemandedBits()
1659 APInt MaskLo = DemandedBits.getLoBits(HalfBitWidth).trunc(HalfBitWidth); in SimplifyDemandedBits()
DDAGCombiner.cpp6219 return Width.getLoBits(MaskLoBits) == 0; in matchRotateSub()