/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 1055 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()
|
D | MipsInstructionSelector.cpp | 145 .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/ |
D | HexagonGenExtract.cpp | 207 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/ |
D | NVPTXAsmPrinter.cpp | 1866 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/ |
D | APInt.h | 481 APInt getLoBits(unsigned numBits) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 589 APInt getLoBits(unsigned numBits) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 421 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/ |
D | AsmWriter.cpp | 1360 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/ |
D | AMDGPUAsmParser.cpp | 1581 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/ |
D | InstCombineSimplifyDemanded.cpp | 1711 LaneElts = LaneElts.getLoBits(InnerVWidthPerLane); in SimplifyDemandedVectorElts()
|
D | InstCombineCalls.cpp | 996 Index = Index.zextOrTrunc(32).getLoBits(2); in simplifyX86vpermilvar()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 876 Imm = Imm.getLoBits(32); in foldOperand()
|
D | AMDGPUInstructionSelector.cpp | 232 return MachineOperand::CreateImm(Imm.getLoBits(32).getSExtValue()); in getSubOperand64()
|
D | SIInstrInfo.cpp | 1438 .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/ |
D | APInt.cpp | 639 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/ |
D | AArch64ISelLowering.cpp | 7462 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/ |
D | APInt.cpp | 570 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/ |
D | AsmParser.cpp | 3074 lo = IntValue.getLoBits(64).getZExtValue(); in parseHexOcta()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1627 APInt InputDemandedBits = DemandedBits.getLoBits(ExVTBits); in SimplifyDemandedBits() 1659 APInt MaskLo = DemandedBits.getLoBits(HalfBitWidth).trunc(HalfBitWidth); in SimplifyDemandedBits()
|
D | DAGCombiner.cpp | 6219 return Width.getLoBits(MaskLoBits) == 0; in matchRotateSub()
|