HomeSort by relevance Sort by last modified time
    Searched refs:GlobalVariable (Results 176 - 200 of 209) sorted by null

1 2 3 4 5 6 78 9

  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 114 for (GlobalVariable &GV : M.globals())
ValueTracking.cpp 29 #include "llvm/IR/GlobalVariable.h"
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 7 #include "llvm/IR/GlobalVariable.h"
149 if (auto *Global = dyn_cast_or_null<GlobalVariable>(GV->getVariable())) {
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 139 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts());
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 281 bool llvm::UpgradeGlobalVariable(GlobalVariable *GV) {
    [all...]
ConstantFold.cpp 27 #include "llvm/IR/GlobalVariable.h"
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 407 auto *GV = dyn_cast<GlobalVariable>(AddressIt->second.Base);
    [all...]
GVN.cpp 41 #include "llvm/IR/GlobalVariable.h"
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 659 cast<GlobalVariable>(GV)->setAlignment(Res.CommonAlign);
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 494 GlobalVariable,
529 DEFINE_CASE(Val, GlobalVariable);
    [all...]
llvm.ml 281 | GlobalVariable
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 25 #include "llvm/IR/GlobalVariable.h"
239 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 18 #include "llvm/IR/GlobalVariable.h"
356 const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 726 if (GlobalVariable *GVSrc = dyn_cast<GlobalVariable>(MMI->getSource()))
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 765 const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 39 #include "llvm/IR/GlobalVariable.h"
590 const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 31 #include "llvm/IR/GlobalVariable.h"
    [all...]
SimplifyLibCalls.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 1092 macro(GlobalVariable) \
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 36 #include "llvm/IR/GlobalVariable.h"
927 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 33 #include "llvm/IR/GlobalVariable.h"
263 const auto *GVar = dyn_cast<GlobalVariable>(GV);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 467 for (const GlobalVariable &GV : M->globals()) {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 465 for (const GlobalVariable &GV : M->globals()) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 1161 milliseconds

1 2 3 4 5 6 78 9