Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp71 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { in cacheAnnotationFromMD()
104 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation()
118 bool findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation()
133 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
216 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/swiftshader/third_party/LLVM/examples/HowToUseJIT/
DHowToUseJIT.cpp125 GenericValue gv = EE->runFunction(FooF, noargs); in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp130 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/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp19 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp19 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue()
/external/fec/
Ddtest.c72 double gv; local
/external/swiftshader/third_party/LLVM/lib/Support/
DGraphWriter.cpp162 sys::Path gv(LLVM_PATH_GV); in DisplayGraph() local
/external/swiftshader/third_party/LLVM/examples/BrainF/
DBrainFDriver.cpp147 GenericValue gv = ee->runFunction(brainf_func, args); in main() local
/external/llvm/examples/BrainF/
DBrainFDriver.cpp162 GenericValue gv = ee->runFunction(brainf_func, args); in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/BrainF/
DBrainFDriver.cpp168 GenericValue gv = ee->runFunction(brainf_func, args); in main() 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/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/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp309 if (GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local
316 if (GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local
323 if (GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local
349 GlobalVariable *gv = dyn_cast<GlobalVariable>(def); in addDefinedSymbol() local
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dcompat.hpp136 [=](const ::llvm::GlobalValue &gv) { in add_internalize_pass()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ParallelJIT/
DParallelJIT.cpp252 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc() local
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp253 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc() local
/external/swiftshader/third_party/LLVM/examples/ParallelJIT/
DParallelJIT.cpp232 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc() local
/external/tensorflow/tensorflow/python/distribute/
Dcross_device_utils.py534 def unpack_grad_tuple(gv, gpt): argument
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXAsmPrinter.cpp289 void PTXAsmPrinter::EmitVariableDeclaration(const GlobalVariable *gv) { in EmitVariableDeclaration()
/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

12