/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | thinlto-summary.ll | 12 ^2 = gv: (guid: 1, summaries: (function: (module: ^0, flags: (linkage: external, notEligibleToImpor… 16 ^3 = gv: (guid: 2, summaries: (function: (module: ^1, flags: (linkage: external, notEligibleToImpor… 19 ^4 = gv: (guid: 3, summaries: (function: (module: ^0, flags: (linkage: internal, notEligibleToImpor… 21 ^5 = gv: (guid: 4, summaries: (alias: (module: ^0, flags: (linkage: private, notEligibleToImport: 0… 22 ^6 = gv: (guid: 5, summaries: (function: (module: ^0, flags: (linkage: available_externally, notEli… 23 ^7 = gv: (guid: 6, summaries: (function: (module: ^0, flags: (linkage: linkonce, notEligibleToImpor… 24 ^8 = gv: (guid: 7, summaries: (function: (module: ^0, flags: (linkage: linkonce_odr, notEligibleToI… 25 ^9 = gv: (guid: 8, summaries: (function: (module: ^0, flags: (linkage: weak_odr, notEligibleToImpor… 26 ^10 = gv: (guid: 9, summaries: (function: (module: ^0, flags: (linkage: weak, notEligibleToImport: … 27 ^11 = gv: (guid: 10, summaries: (variable: (module: ^0, flags: (linkage: common, notEligibleToImpor… [all …]
|
D | ConstantExprNoFold.ll | 47 ; CHECK: @no.fold.addrspace.icmp.eq.gv.null = global i1 icmp eq (i32 addrspace(3)* @addrspace3, i32… 48 ; CHECK: @no.fold.addrspace.icmp.eq.null.gv = global i1 icmp eq (i32 addrspace(3)* @addrspace3, i32… 49 ; CHECK: @no.fold.addrspace.icmp.ne.gv.null = global i1 icmp ne (i32 addrspace(3)* @addrspace3, i32… 50 ; CHECK: @no.fold.addrspace.icmp.ne.null.gv = global i1 icmp ne (i32 addrspace(3)* @addrspace3, i32… 51 @no.fold.addrspace.icmp.eq.gv.null = global i1 icmp eq (i32 addrspace(3)* @addrspace3, i32 addrspac… 52 @no.fold.addrspace.icmp.eq.null.gv = global i1 icmp eq (i32 addrspace(3)* null, i32 addrspace(3)* @… 53 @no.fold.addrspace.icmp.ne.gv.null = global i1 icmp ne (i32 addrspace(3)* @addrspace3, i32 addrspac… 54 @no.fold.addrspace.icmp.ne.null.gv = global i1 icmp ne (i32 addrspace(3)* null, i32 addrspace(3)* @…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.cpp | 71 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { in cacheAnnotationFromMD() argument 85 if (entity != gv) in cacheAnnotationFromMD() 96 (*annotationCache)[m][gv] = std::move(tmp); in cacheAnnotationFromMD() 99 tmp1[gv] = std::move(tmp); in cacheAnnotationFromMD() 104 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation() argument 107 const Module *m = gv->getParent(); in findOneNVVMAnnotation() 109 cacheAnnotationFromMD(m, gv); in findOneNVVMAnnotation() 110 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()) in findOneNVVMAnnotation() 111 cacheAnnotationFromMD(m, gv); in findOneNVVMAnnotation() 112 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end()) in findOneNVVMAnnotation() [all …]
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.cpp | 69 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { in cacheAnnotationFromMD() argument 83 if (entity != gv) in cacheAnnotationFromMD() 94 (*annotationCache)[m][gv] = std::move(tmp); in cacheAnnotationFromMD() 97 tmp1[gv] = std::move(tmp); in cacheAnnotationFromMD() 102 bool llvm::findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation() argument 105 const Module *m = gv->getParent(); in findOneNVVMAnnotation() 107 cacheAnnotationFromMD(m, gv); in findOneNVVMAnnotation() 108 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()) in findOneNVVMAnnotation() 109 cacheAnnotationFromMD(m, gv); in findOneNVVMAnnotation() 110 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end()) in findOneNVVMAnnotation() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | mingw-comdats.ll | 13 ; __declspec(selectany) int gv = 42; 14 ; inline int foo(int x) { return bar(x) + gv; } 19 $gv = comdat any 21 @gv = weak_odr dso_local global i32 42, comdat, align 4 53 %0 = load i32, i32* @gv, align 4 60 ; CHECK: .section .data,"dw",discard,gv 61 ; CHECK: gv: 66 ; GNU: .section .data$gv,"dw",discard,gv 67 ; GNU: gv: 72 ; GNU32: .section .data$gv,"dw",discard,_gv [all …]
|
D | mingw-comdats-xdata.ll | 9 ; __declspec(selectany) int gv = 42; 10 ; inline int foo(int x) { try { return bar(x) + gv; } catch (...) { return 0; } } 15 $gv = comdat any 17 @gv = weak_odr dso_local global i32 42, comdat, align 4 35 %0 = load i32, i32* @gv, align 4 60 ; GNU: .section .data$gv,"dw",discard,gv 61 ; GNU: gv: 68 ; GNUOBJ: .data$gv
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | thinlto-function-summary-callgraph-profile-summary.ll | 144 ; DIS: ^1 = gv: (guid: 123) 145 ; DIS: ^2 = gv: (name: "none2") ; guid = 3741006263754194003 146 ; DIS: ^3 = gv: (name: "hot3") ; guid = 5026609803865204483 147 ; DIS: ^4 = gv: (name: "hot2") ; guid = 8117347573235780485 148 ; DIS: ^5 = gv: (name: "hot1") ; guid = 9453975128311291976 149 ; DIS: ^6 = gv: (name: "cold") ; guid = 11668175513417606517 150 ; DIS: ^7 = gv: (name: "hot4") ; guid = 13161834114071272798 151 ; DIS: ^8 = gv: (name: "none3") ; guid = 16213681105727317812 152 ; DIS: ^9 = gv: (name: "hot_function", summaries: (function: (module: ^0, flags: (linkage: external… 153 ; DIS: ^10 = gv: (name: "none1") ; guid = 17712061229457633252 [all …]
|
D | thinlto-type-vcalls.ll | 114 ; DIS: ^1 = gv: (name: "llvm.type.test") ; guid = 608142985856744218 115 ; DIS: ^2 = gv: (name: "f1", summaries: (function: (module: ^0, flags: (linkage: external, notEligi… 116 ; DIS: ^3 = gv: (name: "f3", summaries: (function: (module: ^0, flags: (linkage: external, notEligi… 117 ; DIS: ^4 = gv: (name: "llvm.type.checked.load") ; guid = 5568222536364573403 118 ; DIS: ^5 = gv: (name: "llvm.assume") ; guid = 6385187066495850096 119 ; DIS: ^6 = gv: (name: "f2", summaries: (function: (module: ^0, flags: (linkage: external, notEligi… 120 ; DIS: ^7 = gv: (name: "f4", summaries: (function: (module: ^0, flags: (linkage: external, notEligi… 121 ; DIS: ^8 = gv: (name: "f5", summaries: (function: (module: ^0, flags: (linkage: external, notEligi… 122 ; DIS: ^9 = gv: (name: "f6", summaries: (function: (module: ^0, flags: (linkage: external, notEligi… 125 ; COMBINED-DIS: ^1 = gv: (guid: 2072045998141807037, summaries: (function: (module: ^0, flags: (lin… [all …]
|
D | thinlto-type-tests.ll | 39 ; DIS: ^1 = gv: (name: "llvm.type.test") ; guid = 608142985856744218 40 ; DIS: ^2 = gv: (name: "h", summaries: (function: (module: ^0, flags: (linkage: external, notEligib… 41 ; DIS: ^3 = gv: (name: "g", summaries: (function: (module: ^0, flags: (linkage: external, notEligib… 42 ; DIS: ^4 = gv: (name: "f", summaries: (function: (module: ^0, flags: (linkage: external, notEligib… 45 ; COMBINED-DIS: ^1 = gv: (guid: 8124147457056772133, summaries: (function: (module: ^0, flags: (lin… 46 ; COMBINED-DIS: ^2 = gv: (guid: 13146401226427987378, summaries: (function: (module: ^0, flags: (li… 47 ; COMBINED-DIS: ^3 = gv: (guid: 14740650423002898831, summaries: (function: (module: ^0, flags: (li…
|
D | thinlto-function-summary-refgraph.ll | 151 ; DIS-DAG: = gv: (name: "Z", summaries: (function: (module: ^0, flags: (linkage: linkonce_odr, notE… 152 ; DIS-DAG: = gv: (name: "X", summaries: (function: (module: ^0, flags: (linkage: available_external… 153 ; DIS-DAG: = gv: (name: "W", summaries: (function: (module: ^0, flags: (linkage: weak_odr, notEligi… 154 ; DIS-DAG: = gv: (name: "foo") ; guid = 6699318081062747564 155 ; DIS-DAG: = gv: (name: "func") ; guid = 7289175272376759421 156 ; DIS-DAG: = gv: (name: "func3") ; guid = 11517462787082255043 157 ; DIS-DAG: = gv: (name: "globalvar", summaries: (variable: (module: ^0, flags: (linkage: external, … 158 ; DIS-DAG: = gv: (name: "func2") ; guid = 14069196320850861797 159 ; DIS-DAG: = gv: (name: "llvm.ctpop.i8") ; guid = 15254915475081819833 160 ; DIS-DAG: = gv: (name: "main", summaries: (function: (module: ^0, flags: (linkage: external, notEl… [all …]
|
D | thinlto-alias.ll | 55 ; DIS: ^1 = gv: (name: "analias", summaries: (alias: (module: ^0, flags: (linkage: external, notEli… 56 ; DIS: ^2 = gv: (name: "aliasee", summaries: (function: (module: ^0, flags: (linkage: external, not… 60 ; COMBINED-DIS: ^2 = gv: (guid: 12695095382722328222, summaries: (alias: (module: ^1, flags: (linka… 61 ; COMBINED-DIS: ^3 = gv: (guid: 15822663052811949562, summaries: (function: (module: ^0, flags: (li… 62 ; COMBINED-DIS: ^4 = gv: (guid: 17407585008595848568, summaries: (function: (module: ^1, flags: (li…
|
D | thinlto-function-summary-callgraph-relbf.ll | 40 ; DIS: ^1 = gv: (name: "func") ; guid = 7289175272376759421 41 ; DIS: ^2 = gv: (name: "main", summaries: (function: (module: ^0, flags: (linkage: external, notEli… 42 ; DIS: ^3 = gv: (name: "undefinedglob") ; guid = 18036901804029949403
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 51 (** [as_float fpty gv] unboxes the floating point-valued generic value [gv] of 56 (** [as_pointer gv] unboxes the pointer-valued generic value [gv]. See the 60 (** [as_int32 gv] unboxes the integer-valued generic value [gv] as an [int32]. 61 Is invalid if [gv] has a bitwidth greater than 32 bits. See the field 65 (** [as_int gv] unboxes the integer-valued generic value [gv] as an [int]. 66 Is invalid if [gv] has a bitwidth greater than the host bit width (but the 71 (** [as_natint gv] unboxes the integer-valued generic value [gv] as a 72 [nativeint]. Is invalid if [gv] has a bitwidth greater than 76 (** [as_int64 gv] returns the integer-valued generic value [gv] as an [int64]. 77 Is invalid if [gv] has a bitwidth greater than [int64]. See the field
|
/external/fec/ |
D | dtest.c | 72 double gv; local 74 gv = normal_rand(0.,100.); 75 if(csum + fabs(gv) > 32767) 77 coeffs[i] = gv; 78 csum += fabs(gv);
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXAsmPrinter.cpp | 289 void PTXAsmPrinter::EmitVariableDeclaration(const GlobalVariable *gv) { in EmitVariableDeclaration() argument 291 if (EmitSpecialLLVMGlobal(gv)) in EmitVariableDeclaration() 294 MCSymbol *gvsym = Mang->getSymbol(gv); in EmitVariableDeclaration() 301 if (gv->isDeclaration()) in EmitVariableDeclaration() 306 decl += getStateSpaceName(gv->getType()->getAddressSpace()); in EmitVariableDeclaration() 310 unsigned alignment = gv->getAlignment(); in EmitVariableDeclaration() 313 decl += utostr(gv->getAlignment()); in EmitVariableDeclaration() 318 if (PointerType::classof(gv->getType())) { in EmitVariableDeclaration() 319 PointerType* pointerTy = dyn_cast<PointerType>(gv->getType()); in EmitVariableDeclaration() 358 if (gv->hasInitializer()) in EmitVariableDeclaration() [all …]
|
/external/wayland/doc/doxygen/ |
D | Makefile.am | 2 .SUFFIXES = .gv .png .map 46 diagramssrc := $(wildcard $(diagramsdir)/*.gv) 47 diagrams := $(patsubst $(diagramsdir)/%,xml/%,$(diagramssrc:.gv=.png)) 48 diagram_maps := $(patsubst $(diagramsdir)/%,xml/%,$(diagramssrc:.gv=.map)) 85 xml/%.png: $(diagramsdir)/%.gv | xml 88 xml/%.map: $(diagramsdir)/%.gv | xml
|
/external/tensorflow/tensorflow/contrib/mixed_precision/python/ |
D | loss_scale_optimizer.py | 166 gv = [] 170 gv.append((g * math_ops.cast(inv_loss_scale, g.dtype.base_dtype), v)) 172 gv.append((g, v)) 173 return gv
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 19 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue() argument 21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 19 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue() argument 21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | speculatable-callsite-invalid.ll | 15 @gv = internal unnamed_addr constant i32 0 18 ; CHECK-NEXT: %ret = call float bitcast (i32* @gv to float ()*)() #0 20 %ret = call float bitcast (i32* @gv to float()*)() #0
|
/external/nist-sip/java/gov/nist/core/ |
D | NameValue.java | 165 GenericObject gv = (GenericObject) value; in encode() local 167 gv.encode(buffer); in encode() 193 GenericObject gv = (GenericObject) value; in encode() local 194 gv.encode(buffer); in encode()
|
/external/icu/icu4c/source/data/lang/ |
D | gv.txt | 3 gv{ 5 gv{"Gaelg"}
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | GraphWriter.cpp | 162 sys::Path gv(LLVM_PATH_GV); in DisplayGraph() local 164 args.push_back(gv.c_str()); in DisplayGraph() 171 if (sys::Program::ExecuteAndWait(gv, &args[0],0,0,0,0,&ErrMsg)) in DisplayGraph() 177 sys::Program::ExecuteNoWait(gv, &args[0],0,0,0,&ErrMsg); in DisplayGraph()
|
/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 389 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local 390 addObjCClass(gv); in addDefinedDataSymbol() 396 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local 397 addObjCCategory(gv); in addDefinedDataSymbol() 403 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local 404 addObjCClassRef(gv); in addDefinedDataSymbol() 436 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); in addDefinedSymbol() local 437 if (gv && gv->isConstant()) in addDefinedSymbol()
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOModule.cpp | 309 if (GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local 310 addObjCClass(gv); in addDefinedDataSymbol() 316 if (GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local 317 addObjCCategory(gv); in addDefinedDataSymbol() 323 if (GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local 324 addObjCClassRef(gv); in addDefinedDataSymbol() 349 GlobalVariable *gv = dyn_cast<GlobalVariable>(def); in addDefinedSymbol() local 350 if (gv && gv->isConstant()) in addDefinedSymbol()
|