Home
last modified time | relevance | path

Searched refs:IntWidth (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp3358 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedLoad() local
3359 return IntWidth == 32 || IntWidth == 64 || in isLegalMaskedLoad()
3360 ((IntWidth == 8 || IntWidth == 16) && ST->hasBWI()); in isLegalMaskedLoad()
3421 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedExpandLoad() local
3422 return IntWidth == 32 || IntWidth == 64 || in isLegalMaskedExpandLoad()
3423 ((IntWidth == 8 || IntWidth == 16) && ST->hasVBMI2()); in isLegalMaskedExpandLoad()
3464 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedGather() local
3465 return IntWidth == 32 || IntWidth == 64; in isLegalMaskedGather()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dtypes_test.cpp222 TEST(Types, IntWidth) { in TEST() argument
/third_party/spirv-tools/test/opt/
Dtypes_test.cpp280 TEST(Types, IntWidth) { in TEST() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dtypes_test.cpp280 TEST(Types, IntWidth) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtypes_test.cpp280 TEST(Types, IntWidth) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp740 uint32_t IntWidth = DL.getTypeSizeInBits(CE->getType()); in getConstantValue() local
741 GV.IntVal = GV.IntVal.zextOrTrunc(IntWidth); in getConstantValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp5790 unsigned IntWidth = IntTy->getScalarSizeInBits(); in foldFCmpIntToFPConst() local
5796 SMax.convertFromAPInt(APInt::getSignedMaxValue(IntWidth), true, in foldFCmpIntToFPConst()
5808 UMax.convertFromAPInt(APInt::getMaxValue(IntWidth), false, in foldFCmpIntToFPConst()
5821 SMin.convertFromAPInt(APInt::getSignedMinValue(IntWidth), true, in foldFCmpIntToFPConst()
5832 SMin.convertFromAPInt(APInt::getMinValue(IntWidth), true, in foldFCmpIntToFPConst()