Home
last modified time | relevance | path

Searched refs:createBasicType (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp253 case Type::HalfTyID: return builder.createBasicType("float16", 16, dwarf::DW_ATE_float); break; in GetDebugType()
254 case Type::FloatTyID: return builder.createBasicType("float", 32, dwarf::DW_ATE_float); break; in GetDebugType()
255 case Type::DoubleTyID: return builder.createBasicType("double", 64, dwarf::DW_ATE_float); break; in GetDebugType()
257 … case Type::HalfTyID: return builder.createBasicType("float16", 16, 0, dwarf::DW_ATE_float); break; in GetDebugType()
258 … case Type::FloatTyID: return builder.createBasicType("float", 32, 0, dwarf::DW_ATE_float); break; in GetDebugType()
259 …case Type::DoubleTyID: return builder.createBasicType("double", 64, 0, dwarf::DW_ATE_float); break; in GetDebugType()
298 case 1: return builder.createBasicType("int1", 1, dwarf::DW_ATE_unsigned); break; in GetDebugIntegerType()
299 case 8: return builder.createBasicType("int8", 8, dwarf::DW_ATE_signed); break; in GetDebugIntegerType()
300 case 16: return builder.createBasicType("int16", 16, dwarf::DW_ATE_signed); break; in GetDebugIntegerType()
301 case 32: return builder.createBasicType("int", 32, dwarf::DW_ATE_signed); break; in GetDebugIntegerType()
[all …]
/external/llvm/unittests/IR/
DVerifierTest.cpp137 auto Ty = dbuilder.createBasicType("Int8", 8, 8, dwarf::DW_ATE_signed); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h110 DIType createBasicType(StringRef Name, uint64_t SizeInBits,
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp113 return wrap(D->createBasicType(Name, SizeInBits, AlignInBits, Encoding)); in LLVMDIBuilderCreateBasicType()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DDebugify.cpp82 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
/external/llvm/include/llvm/IR/
DDIBuilder.h125 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp256 DBuilder.createBasicType("int", 32, 0, dwarf::DW_ATE_signed); in CreateOldFunctionBodyAndDI()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDIBuilder.h192 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp404 auto *IntType = DBuilder.createBasicType("int", 32, dwarf::DW_ATE_signed); in CreateOldFunctionBodyAndDI()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp433 auto Int = DIB.createBasicType("Int", 64, dwarf::DW_ATE_signed); in TEST_F()
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp826 DblTy = DBuilder->createBasicType("double", 64, 64, dwarf::DW_ATE_float); in getDoubleTy()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp826 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float); in getDoubleTy()
/external/llvm/lib/IR/
DDIBuilder.cpp196 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl09.rst200 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp171 DIType DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
/external/llvm/docs/tutorial/
DLangImpl09.rst200 DblTy = DBuilder->createBasicType("double", 64, 64, dwarf::DW_ATE_float);
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp524 return DBuilder.createBasicType( in CreateType()
603 return DBuilder.createBasicType(BTName, Size, Align, Encoding); in CreateType()
614 return DBuilder.createBasicType("complex", Size, Align, Encoding); in CreateType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp258 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
DDebugInfo.cpp952 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()