/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.cpp | 253 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/ |
D | VerifierTest.cpp | 137 auto Ty = dbuilder.createBasicType("Int8", 8, 8, dwarf::DW_ATE_signed); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DIBuilder.h | 110 DIType createBasicType(StringRef Name, uint64_t SizeInBits,
|
/external/llvm/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 113 return wrap(D->createBasicType(Name, SizeInBits, AlignInBits, Encoding)); in LLVMDIBuilderCreateBasicType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | Debugify.cpp | 82 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 125 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 256 DBuilder.createBasicType("int", 32, 0, dwarf::DW_ATE_signed); in CreateOldFunctionBodyAndDI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 192 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 404 auto *IntType = DBuilder.createBasicType("int", 32, dwarf::DW_ATE_signed); in CreateOldFunctionBodyAndDI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 433 auto Int = DIB.createBasicType("Int", 64, dwarf::DW_ATE_signed); in TEST_F()
|
/external/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 826 DblTy = DBuilder->createBasicType("double", 64, 64, dwarf::DW_ATE_float); in getDoubleTy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 826 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float); in getDoubleTy()
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 196 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | LangImpl09.rst | 200 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DIBuilder.cpp | 171 DIType DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
|
/external/llvm/docs/tutorial/ |
D | LangImpl09.rst | 200 DblTy = DBuilder->createBasicType("double", 64, 64, dwarf::DW_ATE_float);
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 524 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/ |
D | DIBuilder.cpp | 258 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
|
D | DebugInfo.cpp | 952 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()
|