Home
last modified time | relevance | path

Searched defs:gv (Results 1 – 25 of 47) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp72 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { in cacheAnnotationFromMD()
105 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation()
119 bool findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation()
134 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isTexture() local
145 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isSurface() local
158 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isSampler() local
217 if(const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isManaged() local
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp72 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { in cacheAnnotationFromMD()
105 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation()
119 bool findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation()
134 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isTexture() local
145 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isSurface() local
158 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isSampler() local
217 if(const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isManaged() local
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp69 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { in cacheAnnotationFromMD()
102 bool llvm::findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation()
116 bool llvm::findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation()
131 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isTexture() local
144 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isSurface() local
157 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isSampler() local
230 if(const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isManaged() local
/external/llvm-project/clang/test/CodeGenCXX/
Dsymbol-partition.cpp19 int gv; variable
/external/nist-sip/java/gov/nist/core/
DNameValue.java165 GenericObject gv = (GenericObject) value; in encode() local
193 GenericObject gv = (GenericObject) value; in encode() local
/external/llvm-project/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp131 GenericValue gv = EE->runFunction(FooF, noargs); in main() local
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp133 GenericValue gv = EE->runFunction(FooF, noargs); in main() local
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp18 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue()
/external/fec/
Ddtest.c72 double gv; local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp18 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue()
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp19 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue()
/external/llvm/lib/LTO/
DLTOModule.cpp389 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local
396 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local
403 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local
436 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); in addDefinedSymbol() local
/external/llvm/examples/BrainF/
DBrainFDriver.cpp162 GenericValue gv = ee->runFunction(brainf_func, args); in main() local
/external/llvm-project/llvm/examples/BrainF/
DBrainFDriver.cpp170 GenericValue gv = ee->runFunction(brainf_func, args); in main() local
/external/eigen/bench/
Dspmv.cpp194 std::vector<Scalar> gv(cols), gres(rows); in main() local
/external/clang/test/SemaObjC/
Dproperty.m74 + (float) gv { return test6_getClass().globalValue; } class
/external/llvm-project/clang/test/SemaObjC/
Dproperty.m74 + (float) gv { return test6_getClass().globalValue; } class
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp253 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc() local
/external/llvm-project/llvm/examples/ParallelJIT/
DParallelJIT.cpp252 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc() local
/external/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp388 [=](const ::llvm::GlobalValue &gv) { in __anona5c9e0060202()
/external/llvm-project/clang/test/Parser/
Daltivec.c142 gccvector unsigned int gv = v; in f() local
Dcxx-altivec.cpp132 gccvector unsigned int gv = v; in f() local
/external/clang/test/Parser/
Daltivec.c126 gccvector unsigned int gv = v; in f() local
Dcxx-altivec.cpp116 gccvector unsigned int gv = v; in f() local
/external/google-fruit/extras/scripts/
Danalyze_template_instantiations_clang_diagnostics.py21 import pygraphviz as gv namespace

12