/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringMIPS32.cpp | 65 using llvm::isInt; 152 #define X(val, encode, name, scratch, preserved, stackptr, frameptr, isInt, \ in staticInit() 154 IntegerRegisters[RegMIPS32::val] = isInt; \ in staticInit() 1007 #define X(val, encode, name, scratch, preserved, stackptr, frameptr, isInt, \ 2305 #define X(val, encode, name, scratch, preserved, stackptr, frameptr, isInt, \ in getRegisterSet() 2735 if (Const32 != nullptr && isInt<16>(int32_t(Const32->getValue()))) { in lowerArithmetic() 5881 if (isInt<16>(int32_t(Value))) { in legalize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 3138 const auto isInt = isIntFormat(format); in createImageExtendOperandsTests() local 3142 DE_ASSERT(isInt || isUint); in createImageExtendOperandsTests() 3166 const auto signedOther = ((isInt && !mismatched) || (isUint && mismatched)); in createImageExtendOperandsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 3078 const auto isInt = isIntFormat(format); in createImageExtendOperandsTests() local 3082 DE_ASSERT(isInt || isUint); in createImageExtendOperandsTests() 3106 const auto signedOther = ((isInt && !mismatched) || (isUint && mismatched)); in createImageExtendOperandsTests()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 476 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in ShaderOperatorCase() local 491 else if (isInt) in ShaderOperatorCase() 501 else if (isInt) in ShaderOperatorCase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 2996 if (isInt<32>(Val)) in getIntImmCost() 3152 if ((Idx == 1) && Imm.getBitWidth() <= 64 && isInt<32>(Imm.getSExtValue())) in getIntImmCostIntrin() 3156 if ((Idx < 2) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue()))) in getIntImmCostIntrin() 3161 if ((Idx < 4) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue()))) in getIntImmCostIntrin()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 368 if (isInt<16>(Imm)) { in materialize32BitInt() 2115 if (!isInt<16>(Addr.getOffset())) { in simplifyAddress()
|
H A D | MipsSEISelDAGToDAG.cpp | 798 if (isInt<32>(Imm)) in trySelect()
|
H A D | MipsSEInstrInfo.cpp | 585 if (isInt<16>(Amount)) { in adjustStackPtr()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Caps.cpp | 81 (clientVersion.major >= 3 && !internalFormatInfo.isInt())) in GenerateMinimumTextureCaps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 633 assert(isInt<24>(Index)); in computeSymbolTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 1208 if (isInt<16>(Literal) || isUInt<16>(Literal)) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86AsmBackend.cpp | 611 return !isInt<8>(Value); in fixupNeedsRelaxation()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 857 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in setupShaderData() local 890 else if (isInt || isUint) in setupShaderData() 900 else if (isInt || isUint) in setupShaderData() 987 bool isInt = de::inRange<int>(m_spec.output, TYPE_INT, TYPE_INT_VEC4); in setupShaderData() local 989 const char* outBasicTypeName = getDataTypeName(isInt ? TYPE_INT : TYPE_UINT); in setupShaderData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 724 const bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in setupShaderData() local 740 else if (isInt || isUint) in setupShaderData() 750 else if (isInt || isUint) in setupShaderData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 2726 if (isInt<16>(OffsetAddi + OffsetImm)) 2855 if (isInt<16>(Addend + SExtImm)) { 2925 if (isInt<16>(Result)) {
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 727 const bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in setupShaderData() local 743 else if (isInt || isUint) in setupShaderData() 753 else if (isInt || isUint) in setupShaderData()
|
/third_party/decimal.js/ |
H A D | decimal.js | 156 * isInteger isInt 1042 P.isInteger = P.isInt = function () { 2082 if (!n.isInt() || n.lt(n1)) throw Error(invalidArgument + n);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 2844 && isInt<16>(IMMOffset->getZExtValue())) { in SelectADDRVTX_READ() 2852 && isInt<16>(IMMOffset->getZExtValue())) { in SelectADDRVTX_READ()
|
H A D | SIInstrInfo.cpp | 2874 if (isInt<16>(Imm) || isUInt<16>(Imm)) { 3570 if (!isInt<16>(Imm)) { 6306 return (Signed && isInt<12>(Offset)) || 6310 return (Signed && isInt<13>(Offset)) ||
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 2921 if (isInt<8>(Hi) && isInt<8>(Lo)) { in rewriteHexConstDefs()
|
H A D | HexagonHardwareLoops.cpp | 1602 return isInt<8>(Imm); in isImmValidForOpcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 625 else if (DVal->isInt()) { in constructVariableDIEImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 54 if (isInt<16>(Imm) || isUInt<16>(Imm)) in printU16ImmOperand()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_cache_utils.cpp | 2063 if (!angle::Format::Get(mRenderPassDesc[colorIndexGL]).isInt()) 2068 .isInt());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 3212 if (isInt<13>(C->getSExtValue())) in getSingleConstraintMatchWeight() 3238 if (isInt<13>(C->getSExtValue())) { in LowerAsmOperandForConstraint()
|