Home
last modified time | relevance | path

Searched refs:Float32 (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h60 Float32 = 0x0040, // 32 bit real enumerator
195 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); } in Float32() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp54 {"float*", SimpleTypeKind::Float32},
H A DTypeRecordHelpers.cpp122 case SimpleTypeKind::Float32: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h88 Float32 enumerator
213 Float32 = 1 << 6, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def54 HANDLE_MP_FIRST_BYTE(0xca, Float32)
H A DDXContainerConstants.def96 COMPONENT_TYPE(3, Float32)
H A DWasm.h294 uint32_t Float32; member
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp95 EW.write(FirstByte::Float32); in write()
H A DMsgPackReader.cpp71 case FirstByte::Float32: in read()
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp389 case BasicType::Float32: in applyBasicType()
458 PT = BaseTypeModifier::Float32; in parsePrototypeDescriptor()
696 case BaseTypeModifier::Float32: in applyModifier()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp149 return BasicType::Float32; in ParseBasicType()
391 for (BasicType BT : {BasicType::Float16, BasicType::Float32, in createHeader()
H A DNeonEmitter.cpp100 Float32, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h199 Float32, enumerator
H A DRISCVVTypes.def417 //===- Float32 tuple types --------------------------------------------------===//
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp66 case SimpleTypeKind::Float32: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp955 case SimpleTypeKind::Float32: in GetCompilerTypeForSimpleKind()
1014 case SimpleTypeKind::Float32: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp184 case SimpleTypeKind::Float32: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp242 case SimpleTypeKind::Float32: in getBuiltinType()
H A DSymbolCache.cpp70 {codeview::SimpleTypeKind::Float32, PDB_BuiltinType::Float, 4},
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp145 writeUint32(OS, InitExpr.Inst.Value.Float32); in writeInitExpr()
H A DWasmYAML.cpp442 IO.mapRequired("Value", Expr.Inst.Value.Float32); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp190 Expr.Inst.Value.Float32 = readFloat32(Ctx); in readInitExpr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1840 case 4: STK = SimpleTypeKind::Float32; break; in lowerTypeBasic()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp6099 case NeonTypeFlags::Float32: in GetNeonType()
7543 Ty = GetNeonType(this, NeonTypeFlags(NeonTypeFlags::Float32, false, Quad), in EmitCommonNeonBuiltinExpr()
12417 NeonTypeFlags SrcFlag = NeonTypeFlags(NeonTypeFlags::Float32, false, false); in EmitAArch64BuiltinExpr()
12423 assert(Type.getEltType() == NeonTypeFlags::Float32 && in EmitAArch64BuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2948 case NeonTypeFlags::Float32: in RFT()
2992 case NeonTypeFlags::Float32: in getNeonEltType()