/external/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.cpp | 69 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { in cacheAnnotationFromMD() argument 82 if (entity != gv) in cacheAnnotationFromMD() 93 (*annotationCache)[m][gv] = tmp; in cacheAnnotationFromMD() 96 tmp1[gv] = tmp; in cacheAnnotationFromMD() 101 bool llvm::findOneNVVMAnnotation(const GlobalValue *gv, std::string prop, in findOneNVVMAnnotation() argument 104 const Module *m = gv->getParent(); in findOneNVVMAnnotation() 106 cacheAnnotationFromMD(m, gv); in findOneNVVMAnnotation() 107 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()) in findOneNVVMAnnotation() 108 cacheAnnotationFromMD(m, gv); in findOneNVVMAnnotation() 109 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end()) in findOneNVVMAnnotation() [all …]
|
/external/chromium_org/third_party/icu/source/data/lang/ |
D | gv.txt | 6 // * Source File: <path>/common/main/gv.xml 10 * ICU <specials> source: <path>/common/main/gv.xml 12 gv{ 14 gv{"Gaelg"}
|
/external/icu/icu4c/source/data/lang/ |
D | gv.txt | 6 // * Source File: <path>/common/main/gv.xml 10 * ICU <specials> source: <path>/common/main/gv.xml 12 gv{ 14 gv{"Gaelg"}
|
/external/llvm/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 50 (** [as_float fpty gv] unboxes the floating point-valued generic value [gv] of 55 (** [as_pointer gv] unboxes the pointer-valued generic value [gv]. See the 59 (** [as_int32 gv] unboxes the integer-valued generic value [gv] as an [int32]. 60 Is invalid if [gv] has a bitwidth greater than 32 bits. See the field 64 (** [as_int gv] unboxes the integer-valued generic value [gv] as an [int]. 65 Is invalid if [gv] has a bitwidth greater than the host bit width (but the 70 (** [as_natint gv] unboxes the integer-valued generic value [gv] as a 71 [nativeint]. Is invalid if [gv] has a bitwidth greater than 75 (** [as_int64 gv] returns the integer-valued generic value [gv] as an [int64]. 76 Is invalid if [gv] has a bitwidth greater than [int64]. See the field
|
/external/chromium_org/third_party/icu/source/data/curr/ |
D | gv.txt | 6 // * Source File: <path>/common/main/gv.xml 10 * ICU <specials> source: <path>/common/main/gv.xml 12 gv{
|
/external/icu/icu4c/source/data/curr/ |
D | gv.txt | 6 // * Source File: <path>/common/main/gv.xml 10 * ICU <specials> source: <path>/common/main/gv.xml 12 gv{
|
/external/chromium_org/third_party/icu/source/data/zone/ |
D | gv.txt | 6 // * Source File: <path>/common/main/gv.xml 10 * ICU <specials> source: <path>/common/main/gv.xml 12 gv{
|
/external/icu/icu4c/source/data/zone/ |
D | gv.txt | 6 // * Source File: <path>/common/main/gv.xml 10 * ICU <specials> source: <path>/common/main/gv.xml 12 gv{
|
/external/chromium_org/third_party/icu/source/data/region/ |
D | gv.txt | 6 // * Source File: <path>/common/main/gv.xml 10 * ICU <specials> source: <path>/common/main/gv.xml 12 gv{
|
/external/icu/icu4c/source/data/region/ |
D | gv.txt | 6 // * Source File: <path>/common/main/gv.xml 10 * ICU <specials> source: <path>/common/main/gv.xml 12 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/locales/ |
D | gv.txt | 6 // * Source File: <path>/common/main/gv.xml 10 * ICU <specials> source: <path>/common/main/gv.xml 12 gv{
|
/external/chromium_org/third_party/icu/source/data/locales/ |
D | gv.txt | 6 // * Source File: <path>/common/main/gv.xml 10 * ICU <specials> source: <path>/common/main/gv.xml 12 gv{
|
/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/llvm/test/CodeGen/R600/ |
D | large-constant-initializer.ll | 5 @gv = external unnamed_addr addrspace(2) constant [239 x i32], align 4 8 …%val = load i32 addrspace(2)* getelementptr ([239 x i32] addrspace(2)* @gv, i64 0, i64 239), align…
|
/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 314 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local 315 addObjCClass(gv); in addDefinedDataSymbol() 321 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local 322 addObjCCategory(gv); in addDefinedDataSymbol() 328 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local 329 addObjCClassRef(gv); in addDefinedDataSymbol() 385 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); in addDefinedSymbol() local 386 if (gv && gv->isConstant()) in addDefinedSymbol()
|
/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/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/test/CodeGen/X86/ |
D | compact-unwind.ll | 12 @gv = external global i32 30 %tmp20 = load i32* @gv, align 4
|
/external/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/robolectric/ |
D | .pairs | 13 gv: Gregg Van Hove; gvanhove
|
/external/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 236 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc() local 238 return (void*)(intptr_t)gv.IntVal.getZExtValue(); in callFunc()
|
/external/lldb/source/Expression/ |
D | IRForTarget.cpp | 1032 GlobalVariable *gv = dyn_cast<GlobalVariable>(vi->second); in RewriteObjCConstStrings() local 1034 if (!gv) in RewriteObjCConstStrings() 1045 gv->eraseFromParent(); in RewriteObjCConstStrings() 1853 GlobalVariable *gv = gi; in ReplaceStrings() local 1855 if (!gv->hasInitializer()) in ReplaceStrings() 1858 Constant *gc = gv->getInitializer(); in ReplaceStrings() 1896 offsets[gv] = m_data_allocator.GetStream().GetSize(); in ReplaceStrings() 1907 GlobalVariable *gv = oi->first; in ReplaceStrings() local 1913 …log->Printf("Replacing GV %s with %s", PrintValue(gv).c_str(), PrintValue(new_initializer).c_str()… in ReplaceStrings() 1915 for (GlobalVariable::use_iterator ui = gv->use_begin(), ue = gv->use_end(); in ReplaceStrings() [all …]
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1278 (** [delete_global gv] destroys the global variable [gv]. 1288 (** [global_succ gv] returns the global variable list position succeeding 1289 [Before gv]. 1307 (** [global_pred gv] returns the global variable list position preceding 1308 [After gv]. 1320 (** [is_global_constant gv] returns [true] if the global variabile [gv] is a 1325 (** [set_global_constant c gv] sets the global variable [gv] to be a constant if 1330 (** [global_initializer gv] returns the initializer for the global variable 1331 [gv]. See the method [llvm::GlobalVariable::getInitializer]. *) 1334 (** [set_initializer c gv] sets the initializer for the global variable [all …]
|
/external/llvm/examples/BrainF/ |
D | BrainFDriver.cpp | 147 GenericValue gv = ee->runFunction(brainf_func, args); in main() local
|