Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A 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
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A 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
/aosp_15_r20/bionic/libc/bionic/
H A D__cxa_guard.cpp79 extern "C" int __cxa_guard_acquire(_guard_t* gv) { in __cxa_guard_acquire()
110 extern "C" void __cxa_guard_release(_guard_t* gv) { in __cxa_guard_release()
119 extern "C" void __cxa_guard_abort(_guard_t* gv) { in __cxa_guard_abort()
/aosp_15_r20/external/llvm/lib/LTO/
H A 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
/aosp_15_r20/external/nist-sip/java/gov/nist/core/
H A DNameValue.java165 GenericObject gv = (GenericObject) value; in encode() local
193 GenericObject gv = (GenericObject) value; in encode() local
/aosp_15_r20/external/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp133 GenericValue gv = EE->runFunction(FooF, noargs); in main() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp18 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue()
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp19 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp18 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue()
/aosp_15_r20/external/fec/
H A Ddtest.c72 double gv; local
/aosp_15_r20/external/llvm/examples/BrainF/
H A DBrainFDriver.cpp162 GenericValue gv = ee->runFunction(brainf_func, args); in main() local
/aosp_15_r20/external/eigen/bench/
H A Dspmv.cpp194 std::vector<Scalar> gv(cols), gres(rows); in main() local
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dproperty.m74 + (float) gv { return test6_getClass().globalValue; } class
/aosp_15_r20/cts/tests/app/app/src/android/app/stubs/
H A DExpandableListTestActivity.java85 final View gv = a.getGroupView(0, true, convertView, v); in testCallback() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/
Dmemcombine_test.go12 var gv = [16]byte{0, 1, 2, 3, 4, 5, 6, 7, 8} var
/aosp_15_r20/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp253 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/etc_decoder/
H A Detc_decoder.h183 int gv = int(bitfieldExtract(color_payload.x, 6, 7)); in DecodeRGB() local
/aosp_15_r20/external/clang/test/Parser/
H A Daltivec.c126 gccvector unsigned int gv = v; in f() local
H A Dcxx-altivec.cpp116 gccvector unsigned int gv = v; in f() local
/aosp_15_r20/external/google-fruit/extras/scripts/
H A Danalyze_template_instantiations_clang_diagnostics.py21 import pygraphviz as gv namespace
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp479 [=](const ::llvm::GlobalValue &gv) {
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_getimage.c1919 uint32_t rv, gv, bv, kv; in DECLARESepPutFunc() local
1942 uint32_t rv, gv, bv, av; in DECLARESepPutFunc() local
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_texcompress_etc2.c341 nir_def *gv = nir_ubfe_imm(&b, color_x, 6, 7); in etc2_build_shader() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTOModule.cpp427 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); in addDefinedSymbol() local

1234