HomeSort by relevance Sort by last modified time
    Searched refs:GlobalVar (Results 1 - 25 of 53) sorted by null

1 2 3

  /system/extras/simpleperf/testdata/
elf_file_source.cpp 3 volatile int GlobalVar;
6 GlobalVar++;
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p10.cpp 3 int GlobalVar; // expected-note {{declared here}}
21 (void)[&GlobalVar] () {}; // expected-error {{does not have automatic storage duration}}
  /frameworks/rs/rsov/compiler/
RSAllocationUtils.h 37 llvm::GlobalVariable *GlobalVar;
RSAllocationUtils.cpp 78 auto *GV = A.GlobalVar;
183 auto AccessElemTyIt = GVAccessTypes.find(Access.RSAlloc.GlobalVar);
187 Access.RSAlloc.GlobalVar->print(errs());
191 GVAccessTypes.emplace(Access.RSAlloc.GlobalVar, Access.RSElementTy);
  /external/swiftshader/third_party/LLVM/bindings/ocaml/target/
target_ocaml.c 88 LLVMValueRef GlobalVar) {
89 return Val_int(LLVMPreferredAlignmentOfGlobal(TD, GlobalVar));
  /external/swiftshader/third_party/LLVM/lib/Target/
Target.cpp 90 LLVMValueRef GlobalVar) {
91 return unwrap(TD)->getPreferredAlignment(unwrap<GlobalVariable>(GlobalVar));
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 221 LLVMValueRef GlobalVar = LLVMAddGlobal(Module, LLVMInt32Type(), "intVal");
222 LLVMSetInitializer(GlobalVar, LLVMConstInt(LLVMInt32Type(), 42, 0));
233 LLVMValueRef IntVal = LLVMBuildLoad(Builder, GlobalVar, "intVal");
253 LLVMBuildStore(Builder, Arg, GlobalVar);
352 LLVMValueRef GlobalVar = LLVMAddGlobal(Module, LLVMInt32Type(), "simple_value");
353 LLVMSetInitializer(GlobalVar, LLVMConstInt(LLVMInt32Type(), 42, 0));
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 861 LLVMValueRef GlobalVar;
862 if ((GlobalVar = LLVMGetNamedGlobal(M, String_val(Name)))) {
863 if (LLVMGetElementType(LLVMTypeOf(GlobalVar)) != Ty)
864 return LLVMConstBitCast(GlobalVar, LLVMPointerType(Ty, 0));
865 return GlobalVar;
874 LLVMValueRef GlobalVar;
875 if ((GlobalVar = LLVMGetNamedGlobal(M, String_val(Name)))) {
876 if (LLVMGetElementType(LLVMTypeOf(GlobalVar)) != Ty)
877 return LLVMConstBitCast(GlobalVar,
879 return GlobalVar;
    [all...]
  /external/llvm/lib/Target/
Target.cpp 127 LLVMValueRef GlobalVar) {
128 return unwrap(TD)->getPreferredAlignment(unwrap<GlobalVariable>(GlobalVar));
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Target.h 144 LLVMValueRef GlobalVar);
  /external/llvm/include/llvm-c/
Target.h 279 LLVMValueRef GlobalVar);
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLToken.h 144 GlobalVar, // @foo @"foo"
  /external/v8/src/crankshaft/
hydrogen-gvn.h 76 static int GlobalVar(int index) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Target.h 279 LLVMValueRef GlobalVar);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm-c/
Target.h 279 LLVMValueRef GlobalVar);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm-c/
Target.h 279 LLVMValueRef GlobalVar);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm-c/
Target.h 279 LLVMValueRef GlobalVar);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm-c/
Target.h 279 LLVMValueRef GlobalVar);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm-c/
Target.h 279 LLVMValueRef GlobalVar);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm-c/
Target.h 279 LLVMValueRef GlobalVar);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Target.h 279 LLVMValueRef GlobalVar);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm-c/
Target.h 279 LLVMValueRef GlobalVar);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm-c/
Target.h 279 LLVMValueRef GlobalVar);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm-c/
Target.h 279 LLVMValueRef GlobalVar);

Completed in 455 milliseconds

1 2 3