Home
last modified time | relevance | path

Searched refs:isInt (Results 151 - 172 of 172) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1563 if (!isInt<8>(s8)) in processInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1722 int32_t D = isInt<16>(Diff) ? Diff : (Diff > 0 ? 32767 : -32768); in replaceInstrExpr()
H A DHexagonISelLowering.cpp3135 if (!isInt<11>(AM.BaseOffs >> Log2_32(A))) in isLegalAddressingMode()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp545 if (textureCaps.renderbuffer && !glFormatInfo.isInt() && in GenerateTextureFormatCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp3964 formatInfo.isInt())) in updateCaps()
3977 if (!formatInfo.isInt() && formatInfo.isRequiredRenderbufferFormat(getClientVersion())) in updateCaps()
3992 if (formatInfo.isInt()) in updateCaps()
H A Dformatutils.cpp523 bool InternalFormat::isInt() const in isInt() function in gl::InternalFormat
H A DvalidationES3.cpp3521 if (formatInfo.isInt()) in ValidateRenderbufferStorageMultisample()
H A DvalidationES.cpp1646 if (readFormat.info->isInt() && filter == GL_LINEAR) in ValidateBlitFramebufferParameters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2234 if (Value.isInt()) {
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp3063 if (dstImageFormat.isInt()) in copyImageBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp911 assert(isInt<16>(ByteOffset)); in LowerImplicitParameter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14749 if (isInt<16>(Value)) in LowerAsmOperandForConstraint()
14777 if (isInt<16>(-Value)) in LowerAsmOperandForConstraint()
15230 return isInt<16>(Imm) || isUInt<16>(Imm); in isLegalICmpImmediate()
15234 return isInt<16>(Imm) || isUInt<16>(Imm); in isLegalAddImmediate()
15533 return isInt<16>(NegConstant); in combineADDToADDZE()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp10320 bool isInt (ConversionDataType type) in isInt() function
10378 if (isInt(type)) return prefix + "int" + getBitWidthStr(type); in getTypeName()
10398 if (isInt(type)) prefix = isSigned(type) ? "i" : "u"; in getAsmTypeName()
10403 if ((isInt(type) || isFloat(type)) && elements == 2) in getAsmTypeName()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp10274 bool isInt (ConversionDataType type) in isInt() function
10332 if (isInt(type)) return prefix + "int" + getBitWidthStr(type); in getTypeName()
10352 if (isInt(type)) prefix = isSigned(type) ? "i" : "u"; in getAsmTypeName()
10357 if ((isInt(type) || isFloat(type)) && elements == 2) in getAsmTypeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5688 if (!isUInt<8>(IntValue) && !isInt<8>(IntValue)) in parseDirectiveMSEmit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1128 if (!isInt<32>(-Imm)) in convertToThreeAddress()
1156 if (!isInt<32>(-Imm)) in convertToThreeAddress()
H A DX86ISelLowering.cpp4763 if (!isInt<32>(Offset))
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp1981 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!"); in verifyStatepoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1035 if (((Offset < 0) || (Offset & (ScaleFactor - 1))) && !isInt<9>(Offset)) in simplifyAddress()
H A DAArch64ISelLowering.cpp9496 if (isInt<9>(Offset)) in isLegalAddressingMode()
12741 if (!isInt<9>(RHSC)) in getIndexedAddressParts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6473 return isImm() && (isInt<16>(getImm()) || isUInt<16>(getImm()));
/third_party/sqlite/src/
H A Dsqlite3.c203086 int isInt = (pRtree->eCoordType==RTREE_COORD_INT32); global() local
[all...]

Completed in 370 milliseconds

1234567