/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/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/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/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 …]
|
D | PTXAsmPrinter.h | 49 void EmitVariableDeclaration(const GlobalVariable *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/icu/icu4c/source/data/lang/ |
D | gv.txt | 3 gv{ 5 gv{"Gaelg"}
|
/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/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/swiftshader/third_party/LLVM/test/Transforms/CorrelatedValuePropagation/ |
D | basic.ll | 44 @gv = internal constant i8 7 48 %cond = icmp eq i8* %a, @gv 55 ; CHECK: %should_be_const = load i8* @gv
|
/external/eigen/bench/ |
D | spmv.cpp | 194 std::vector<Scalar> gv(cols), gres(rows); in main() local 195 Map<Matrix<Scalar,Dynamic,1> >(&gv[0], cols) = dv; in main() 198 SPMV_BENCH(gmm::mult(gm, gv, gres)); in main() 201 SPMV_BENCH(gmm::mult(gmm::transposed(gm), gv, gres)); in main()
|
/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()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | large-constant-initializer.ll | 5 @gv = external unnamed_addr addrspace(2) constant [239 x i32], align 4 8 …%val = load i32, i32 addrspace(2)* getelementptr ([239 x i32], [239 x i32] addrspace(2)* @gv, i64 …
|
/external/swiftshader/third_party/LLVM/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 125 GenericValue gv = EE->runFunction(FooF, noargs); in main() local 128 outs() << "Result: " << gv.IntVal << "\n"; in main()
|
/external/llvm/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 133 GenericValue gv = EE->runFunction(FooF, noargs); in main() local 136 outs() << "Result: " << gv.IntVal << "\n"; in main()
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | inline-asm.ll | 84 ; CHECK: foo gv+37{{$}} 85 @gv = global [0 x i8] zeroinitializer 87 …tail call void asm sideeffect "foo $0", "i"(i8* getelementptr inbounds ([0 x i8], [0 x i8]* @gv, i…
|
/external/llvm/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 73 (** [add_global_mapping gv ptr ee] tells the execution engine [ee] that 74 the global [gv] is at the specified location [ptr], which must outlive 75 [gv] and [ee]. 76 All uses of [gv] in the compiled code will refer to [ptr]. *)
|
/external/llvm/test/Analysis/BasicAA/ |
D | negoffset.ll | 29 @gv = global i32 1 31 ; CHECK-DAG: MayAlias: i32* %p0, i32* @gv 32 ; CHECK-DAG: NoAlias: i32* %p1, i32* @gv 34 %random = call i32* @random.i32(i32* @gv)
|
/external/llvm/test/Assembler/ |
D | gv-invalid-type.ll | 3 @gv = global metadata undef
|
/external/icu/icu4c/source/data/curr/ |
D | gv.txt | 3 gv{
|
/external/icu/icu4c/source/data/unit/ |
D | gv.txt | 3 gv{
|
/external/icu/icu4c/source/data/zone/ |
D | gv.txt | 3 gv{
|
/external/icu/icu4c/source/data/region/ |
D | gv.txt | 3 gv{
|
/external/swiftshader/third_party/LLVM/include/llvm/Config/ |
D | llvm-config.h.in | 91 /* Define to path to gv program if found or 'echo gv' otherwise */
|