/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1273 unsigned SrcWidth = std::max(LHSWidth, RHSWidth); in visitFPTrunc() local 1297 if (OpWidth >= 2*DstWidth+1 && DstWidth >= SrcWidth) { in visitFPTrunc() 1314 if (OpWidth >= LHSWidth + RHSWidth && DstWidth >= SrcWidth) { in visitFPTrunc() 1332 if (OpWidth >= 2*DstWidth && DstWidth >= SrcWidth) { in visitFPTrunc() 1348 if (SrcWidth == OpWidth) in visitFPTrunc() 1350 if (LHSWidth < SrcWidth) in visitFPTrunc() 1352 else if (RHSWidth <= SrcWidth) in visitFPTrunc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 613 unsigned SrcWidth = X->getType()->getScalarSizeInBits(); in visitShl() local 614 if (ShAmt < SrcWidth && in visitShl() 615 MaskedValueIsZero(X, APInt::getHighBitsSet(SrcWidth, ShAmt), 0, &I)) in visitShl()
|
D | InstCombineCasts.cpp | 1513 unsigned SrcWidth = std::max(LHSWidth, RHSWidth); in visitFPTrunc() local 1537 if (OpWidth >= 2*DstWidth+1 && DstWidth >= SrcWidth) { in visitFPTrunc() 1551 if (OpWidth >= LHSWidth + RHSWidth && DstWidth >= SrcWidth) { in visitFPTrunc() 1564 if (OpWidth >= 2*DstWidth && DstWidth >= SrcWidth) { in visitFPTrunc() 1575 if (SrcWidth == OpWidth) in visitFPTrunc() 1578 if (LHSWidth == SrcWidth) { in visitFPTrunc()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 838 unsigned SrcWidth = TD.getTypeSizeInBits(SV->getType()); in ConvertScalar_InsertValue() local 843 SV = Builder.CreateBitCast(SV, IntegerType::get(SV->getContext(),SrcWidth)); in ConvertScalar_InsertValue() 856 SrcWidth = DestWidth; in ConvertScalar_InsertValue() 876 APInt Mask(APInt::getLowBitsSet(DestWidth, SrcWidth)); in ConvertScalar_InsertValue() 887 if (SrcWidth != DestWidth) { in ConvertScalar_InsertValue() 888 assert(DestWidth > SrcWidth); in ConvertScalar_InsertValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 1068 unsigned SrcWidth = in ConstantFoldBinaryInstruction() local 1070 APInt PossiblySetBits(APInt::getLowBitsSet(DstWidth, SrcWidth)); in ConstantFoldBinaryInstruction() 1087 unsigned SrcWidth = std::min(DstWidth, Log2_32(GVAlign)); in ConstantFoldBinaryInstruction() local 1088 APInt BitsNotSet(APInt::getLowBitsSet(DstWidth, SrcWidth)); in ConstantFoldBinaryInstruction()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 1055 unsigned SrcWidth = in ConstantFoldBinaryInstruction() local 1057 APInt PossiblySetBits(APInt::getLowBitsSet(DstWidth, SrcWidth)); in ConstantFoldBinaryInstruction() 1074 unsigned SrcWidth = std::min(DstWidth, Log2_32(GVAlign)); in ConstantFoldBinaryInstruction() local 1075 APInt BitsNotSet(APInt::getLowBitsSet(DstWidth, SrcWidth)); in ConstantFoldBinaryInstruction()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 1108 unsigned SrcWidth = in ConstantFoldBinaryInstruction() local 1110 APInt PossiblySetBits(APInt::getLowBitsSet(DstWidth, SrcWidth)); in ConstantFoldBinaryInstruction() 1127 unsigned SrcWidth = std::min(DstWidth, Log2_32(GVAlign)); in ConstantFoldBinaryInstruction() local 1128 APInt BitsNotSet(APInt::getLowBitsSet(DstWidth, SrcWidth)); in ConstantFoldBinaryInstruction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1189 unsigned SrcWidth = SrcVT.getSizeInBits(); in LegalizeOp() local 1194 if (SrcWidth != SrcVT.getStoreSizeInBits() && in LegalizeOp() 1235 } else if (SrcWidth & (SrcWidth - 1)) { in LegalizeOp() 1238 unsigned RoundWidth = 1 << Log2_32(SrcWidth); in LegalizeOp() 1239 assert(RoundWidth < SrcWidth); in LegalizeOp() 1240 unsigned ExtraWidth = SrcWidth - RoundWidth; in LegalizeOp()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 677 unsigned SrcWidth = SrcVT.getSizeInBits(); in LegalizeLoadOps() local 684 if (SrcWidth != SrcVT.getStoreSizeInBits() && in LegalizeLoadOps() 728 } else if (SrcWidth & (SrcWidth - 1)) { in LegalizeLoadOps() 731 unsigned RoundWidth = 1 << Log2_32(SrcWidth); in LegalizeLoadOps() 732 assert(RoundWidth < SrcWidth); in LegalizeLoadOps() 733 unsigned ExtraWidth = SrcWidth - RoundWidth; in LegalizeLoadOps()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 710 unsigned SrcWidth = SrcVT.getSizeInBits(); in LegalizeLoadOps() local 715 if (SrcWidth != SrcVT.getStoreSizeInBits() && in LegalizeLoadOps() 757 } else if (SrcWidth & (SrcWidth - 1)) { in LegalizeLoadOps() 760 unsigned RoundWidth = 1 << Log2_32(SrcWidth); in LegalizeLoadOps() 761 assert(RoundWidth < SrcWidth); in LegalizeLoadOps() 762 unsigned ExtraWidth = SrcWidth - RoundWidth; in LegalizeLoadOps()
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1088 …yDest int32, DestWidth int32, DestHeight int32, xSrc int32, ySrc int32, SrcWidth int32, SrcHeight …
|