/third_party/decimal.js/test/modules/ |
H A D | immutability.js | 261 y = a.isInt();
|
/third_party/skia/third_party/externals/angle2/src/feature_support_util/ |
H A D | feature_support_util.cpp | 166 if (parent.isMember(key) && parent[key].isInt()) in FromJson()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | StackMaps.cpp | 322 if (Loc.Type == Location::Constant && !isInt<32>(Loc.Offset)) { in recordStackMapOpers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 783 assert((!Is64Bit || isInt<32>((long long)FIOffset + Imm)) && in eliminateFrameIndex()
|
H A D | X86FixupLEAs.cpp | 328 bool IsInt8 = Offset.isImm() && isInt<8>(Offset.getImm()); in getADDriFromLEA()
|
H A D | X86InstructionSelector.cpp | 483 if (isInt<32>(Imm)) { // Check for displacement overflow. in X86SelectAddress() 667 if (isInt<32>(Val)) in selectConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 731 if (isInt<16>(SignedValue)) { in isVectorConstantLegal() 821 return isInt<32>(Imm) || isUInt<32>(Imm); in isLegalICmpImmediate() 886 (isInt<16>(C->getSExtValue()) || isUInt<16>(C->getZExtValue()))) in supportedAddressingMode() 944 if (!isInt<20>(AM.BaseOffs)) in isLegalAddressingMode() 1064 if (isInt<16>(C->getSExtValue())) in getSingleConstraintMatchWeight() 1070 if (isInt<20>(C->getSExtValue())) in getSingleConstraintMatchWeight() 1205 if (isInt<16>(C->getSExtValue())) in LowerAsmOperandForConstraint() 1212 if (isInt<20>(C->getSExtValue())) in LowerAsmOperandForConstraint() 2144 isInt<16>(ConstOp1->getSExtValue())) in shouldSwapCmpOperands() 2976 if (isInt<3 [all...] |
H A D | SystemZFrameLowering.cpp | 399 if (isInt<16>(NumBytes)) in emitIncrement()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 588 if (isInt<9>(ValConst)) { in SelectSHL() 609 if (isInt<9>(-ValConst)) { in SelectSHL() 1595 return V > 0 && isInt<16>(V); in isPositiveHalfWord()
|
H A D | BitTracker.cpp | 388 bool BT::MachineEvaluator::isInt(const RegisterCell &A) const { 398 assert(isInt(A));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 394 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue)) in handleFloatingPointIV()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | TextureVk.cpp | 198 const bool isInt = angleFormat.isInt(); in CanGenerateMipmapWithCompute() local 209 return hasStorageSupport && !isSRGB && !isInt && is2D && !isMultisampled && isColorFormat; in CanGenerateMipmapWithCompute() 1801 ASSERT(!mImage->getActualFormat().isInt()); in generateMipmapsWithCompute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 276 if (!isInt<12>(AM.BaseOffs)) in isLegalAddressingMode() 294 return isInt<12>(Imm); in isLegalICmpImmediate() 298 return isInt<12>(Imm); in isLegalAddImmediate() 2701 if (isInt<12>(CVal)) in LowerAsmOperandForConstraint()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringARM32.cpp | 102 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \ 107 isInt, isI64Pair, \ 240 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \ 249 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \ 258 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \ 267 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \ 276 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \ 1035 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \ in getPhysicalRegister()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | json.h | 734 bool isInt() const;
|
H A D | jsoncpp.cpp | 3066 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range"); in asInt() 3069 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range"); in asInt() 3241 return isInt() || in isConvertibleTo() 3633 bool Value::isInt() const { in isInt() function in Json::Value 3707 return isInt() || isUInt(); in isIntegral()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 684 bool isInt() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 684 bool isInt() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 727 assert (isInt<32>(imm32)); in EmitInstrWithCustomInserter()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 684 bool isInt() const;
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 3034 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range"); 3037 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range"); 3208 return isInt() || 3600 bool Value::isInt() const { in isInt() function in Value 3674 return isInt() || isUInt(); in isIntegral()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 3034 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range"); 3037 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range"); 3208 return isInt() || 3600 bool Value::isInt() const { in isInt() function in Value 3674 return isInt() || isUInt(); in isIntegral()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 3034 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range"); 3037 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range"); 3208 return isInt() || 3600 bool Value::isInt() const { in isInt() function in Value 3674 return isInt() || isUInt(); in isIntegral()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 298 if (isInt<16>(C->getSExtValue())) { in LowerAsmOperandForConstraint() 335 if ((isInt<32>(Val)) && ((Val & 0xffff) == 0)) { in LowerAsmOperandForConstraint()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTransformFeedbackTests.cpp | 538 const bool isInt = glu::isDataTypeIntOrIVec(attrib.type.getBasicType()); in genAttributeData() local 560 else if (isInt) in genAttributeData()
|