Home
last modified time | relevance | path

Searched defs:gv (Results 1 – 25 of 35) 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/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
DNVPTXAsmPrinter.cpp681 static bool canDemoteGlobalVar(const GlobalVariable *gv, Function const *&f) { in canDemoteGlobalVar()
/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/examples/HowToUseJIT/
DHowToUseJIT.cpp133 GenericValue gv = EE->runFunction(FooF, noargs); in main() 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/fec/
Ddtest.c72 double gv; local
/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/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/examples/ParallelJIT/
DParallelJIT.cpp253 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc() local
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/etc_decoder/
Detc_decoder.h183 int gv = int(bitfieldExtract(color_payload.x, 6, 7)); in DecodeRGB() local
/external/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp388 [=](const ::llvm::GlobalValue &gv) { in __anonb6fceda40202()
/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp424 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); in addDefinedSymbol() local
/external/libpng/contrib/tools/
Dpngcp.c96 # define gv volatile macro
98 # define gv macro
/external/pdfium/third_party/libtiff/
Dtif_getimage.c1919 uint32_t rv, gv, bv, kv; in DECLARESepPutFunc() local
1942 uint32_t rv, gv, bv, av; in DECLARESepPutFunc() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1253 GlobalVariable *gv = CreateGlobalString(Str, Name, AddressSpace); variable
/external/swiftshader/src/Device/
DETC_Decoder.cpp570 int gv = extend_7to8bits(GVa << 2 | GVb); in decodePlanarBlock() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DLanguageGroup.java51 add(temp, celtic, "ga", "gd", "cy", "gv", "kw", "br"); in add()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1325 auto *gv = new llvm::GlobalVariable(getModule(), Array->getType(), false, in EmitGlobalAnnotations() local
1338 auto *gv = in EmitAnnotationString() local

12