Home
last modified time | relevance | path

Searched defs:gv (Results 1 – 25 of 36) 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp80 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { in cacheAnnotationFromMD()
114 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation()
129 bool findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation()
145 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isTexture() local
156 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isSurface() local
169 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isSampler() local
228 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/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-16.0/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp18 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue()
/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/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/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp456 [=](const ::llvm::GlobalValue &gv) {
/external/mesa3d/src/vulkan/runtime/
Dvk_texcompress_etc2.c341 nir_def *gv = nir_ubfe_imm(&b, color_x, 6, 7); in etc2_build_shader() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp424 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); in addDefinedSymbol() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
DLTOModule.cpp427 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); in addDefinedSymbol() local
/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

12