Searched refs:Float32 (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp53 {"float*", SimpleTypeKind::Float32},
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h59 Float32 = 0x0040, // 32 bit real member in class:llvm::codeview::SimpleTypeKind
185 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp65 case SimpleTypeKind::Float32:
H A DPdbUtil.cpp718 case SimpleTypeKind::Float32:
777 case SimpleTypeKind::Float32:
H A DSymbolFileNativePDB.cpp201 case SimpleTypeKind::Float32:
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h149 Float32, enumerator in enum:clang::NeonTypeFlags::EltType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp89 // If no loss of precision, encode as a Float32.
93 EW.write(FirstByte::Float32);
H A DMsgPackReader.cpp70 case FirstByte::Float32:
74 "Invalid Float32 with insufficient payload",
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h80 uint32_t Float32; member in union:llvm::wasm::WasmInitExpr::__anon3141
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp237 case SimpleTypeKind::Float32:
H A DSymbolCache.cpp62 {codeview::SimpleTypeKind::Float32, PDB_BuiltinType::Float, 4},
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp141 writeUint32(OS, InitExpr.Value.Float32);
H A DWasmYAML.cpp428 IO.mapRequired("Value", Expr.Value.Float32);
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp101 Float32, enumerator in enum:__anon2449::NeonTypeFlags::EltType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp179 Expr.Value.Float32 = readFloat32(Ctx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1663 case 4: STK = SimpleTypeKind::Float32; break;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2006 case NeonTypeFlags::Float32:
2050 case NeonTypeFlags::Float32:
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp4596 case NeonTypeFlags::Float32:
5729 Ty = GetNeonType(this, NeonTypeFlags(NeonTypeFlags::Float32, false, Quad),
10132 NeonTypeFlags SrcFlag = NeonTypeFlags(NeonTypeFlags::Float32, false, false);
10138 assert(Type.getEltType() == NeonTypeFlags::Float32 &&

Completed in 263 milliseconds