| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | neon-vector-types.cpp | 5 typedef float Float32; typedef 14 int foo (const Float32 *realBufPtr) { in foo() 19 MP4Err autoCorrelation2nd_Neon(Float32 *alphar, Float32 *alphai, in autoCorrelation2nd_Neon() 20 const Float32 *realBufPtr, in autoCorrelation2nd_Neon() 21 const Float32 *imagBufPtr, in autoCorrelation2nd_Neon()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 60 Float32 = 0x0040, // 32 bit real enumerator 195 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); } in Float32() function
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 54 {"float*", SimpleTypeKind::Float32},
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.def | 54 HANDLE_MP_FIRST_BYTE(0xca, Float32)
|
| H A D | Wasm.h | 99 uint32_t Float32; member
|
| /llvm-project-15.0.7/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 93 EW.write(FirstByte::Float32); in write()
|
| H A D | MsgPackReader.cpp | 71 case FirstByte::Float32: in read()
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 141 return BasicType::Float32; in ParseBasicType() 363 auto T = RVVType::computeType(BasicType::Float32, Log2LMUL, in createHeader()
|
| H A D | NeonEmitter.cpp | 101 Float32, enumerator
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetBuiltins.h | 175 Float32, enumerator
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscoveryTest.cpp | 539 GS.FunctionType = TypeIndex::Float32(); in TEST_F() 549 DS.Type = TypeIndex::Float32(); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 65 case SimpleTypeKind::Float32: in IsSimpleTypeSignedInteger()
|
| H A D | PdbUtil.cpp | 857 case SimpleTypeKind::Float32: in GetCompilerTypeForSimpleKind() 916 case SimpleTypeKind::Float32: in GetTypeSizeForSimpleKind()
|
| H A D | SymbolFileNativePDB.cpp | 187 case SimpleTypeKind::Float32: in GetSimpleTypeName()
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | WriterUtils.cpp | 176 writeU32(os, initExpr.Value.Float32, "literal (f32)"); in writeInitExprMVP()
|
| /llvm-project-15.0.7/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 137 Float32 = 1 << 5, enumerator
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaRISCVVectorLookup.cpp | 211 if (BaseType == BasicType::Float32 && !HasVectorFloat32) in InitIntrinsicList()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 241 case SimpleTypeKind::Float32: in getBuiltinType()
|
| H A D | SymbolCache.cpp | 70 {codeview::SimpleTypeKind::Float32, PDB_BuiltinType::Float, 4},
|
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 3076 Type *Float32 = Type::getFloatTy(M->getContext()); in TEST_F() local 3077 AllocaInst *XVal = Builder.CreateAlloca(Float32); in TEST_F() 3079 AllocaInst *VVal = Builder.CreateAlloca(Float32); in TEST_F() 3082 OpenMPIRBuilder::AtomicOpValue X = {XVal, Float32, false, false}; in TEST_F() 3083 OpenMPIRBuilder::AtomicOpValue V = {VVal, Float32, false, false}; in TEST_F() 3091 EXPECT_EQ(CastFrmFlt->getSrcTy(), Float32->getPointerTo()); in TEST_F() 3101 EXPECT_EQ(CastToFlt->getDestTy(), Float32); in TEST_F() 3171 Type *Float32 = Type::getFloatTy(Ctx); in TEST_F() local 3172 AllocaInst *XVal = Builder.CreateAlloca(Float32); in TEST_F() 3176 Constant *ValToWrite = ConstantFP::get(Float32, 1.0); in TEST_F() [all …]
|
| /llvm-project-15.0.7/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 353 case BasicType::Float32: in applyBasicType()
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 156 Float32 = 0x0040, // 32 bit real
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 441 IO.mapRequired("Value", Expr.Inst.Value.Float32); in mapping()
|
| H A D | WasmEmitter.cpp | 145 writeUint32(OS, InitExpr.Inst.Value.Float32); in writeInitExpr()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinTypes.td | 96 def Builtin_Float32 : Builtin_FloatType<"Float32"> {
|