HomeSort by relevance Sort by last modified time
    Searched refs:GV (Results 151 - 175 of 205) sorted by null

1 2 3 4 5 67 8 9

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 695 const GlobalVariable *GV = *I;
698 Asm->EmitTTypeReference(GV, TTypeEncoding);
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 202 const GlobalValue *GV = G->getGlobal();
203 uint64_t Size = TD->getTypeAllocSize(GV->getType()->getElementType());
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 257 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(Addr)) {
258 if (GV->isConstant()) {
AddressSanitizer.cpp 553 GlobalVariable *GV = new GlobalVariable(M, StrConst->getType(), true,
556 GV->setUnnamedAddr(true); // Ok to merge these.
557 GV->setAlignment(1); // Strings may not be merged w/o setting align 1.
558 return GV;
    [all...]
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 217 llvm::GlobalVariable *GV,
TargetInfo.cpp 581 void SetTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
    [all...]
CGException.cpp 288 if (llvm::GlobalVariable *GV = dyn_cast<llvm::GlobalVariable>(Val))
291 if (GV->getName().startswith("OBJC_EHTYPE"))
298 if (llvm::GlobalVariable *GV =
302 if (GV->getName().startswith("OBJC_EHTYPE"))
    [all...]
CGDebugInfo.cpp     [all...]
CGBlocks.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 97 GlobalVariable *GV = cast<GlobalVariable>(Val);
98 LPI->addClause(GV->getInitializer());
128 GlobalVariable *GV = cast<GlobalVariable>(Val);
129 LPI->addClause(GV->getInitializer());
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 63 const GlobalValue *GV;
73 Segment(), GV(0), CP(0), BlockAddr(0), ES(0), JT(-1), Align(0),
78 return GV != 0 || CP != 0 || ES != 0 || JT != -1 || BlockAddr != 0;
116 << "GV ";
117 if (GV)
118 GV->dump();
238 if (AM.GV)
239 Disp = CurDAG->getTargetGlobalAddress(AM.GV, SDLoc(),
644 // Under X86-64 non-small code model, GV (and friends) are 64-bits, so
653 AM.GV = G->getGlobal()
    [all...]
X86CodeEmitter.cpp 87 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
273 void Emitter<CodeEmitter>::emitGlobalAddress(const GlobalValue *GV,
285 const_cast<GlobalValue *>(GV),
288 const_cast<GlobalValue *>(GV), RelocCST, false);
    [all...]
X86MCInstLower.cpp 76 const GlobalValue *GV = MO.getGlobal();
84 Mang->getNameWithPrefix(Name, GV, isImplicitlyPrivate);
166 default: llvm_unreachable("Unknown target flag on GV operand");
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 241 /// viewGraph - Pop up a GraphViz/gv window with the DAG rendered using 'dot'.
385 SDValue getGlobalAddress(const GlobalValue *GV, SDLoc DL, EVT VT,
388 SDValue getTargetGlobalAddress(const GlobalValue *GV, SDLoc DL, EVT VT,
391 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags);
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 156 bool llvm::UpgradeGlobalVariable(GlobalVariable *GV) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 149 GlobalVariable *GV, CmpInst &ICI,
InstCombineLoadStoreAlloca.cpp 30 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(V))
31 return GV->isConstant();
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 49 # % tools/pprof --gv "program" "profile"
50 # Generates annotated call-graph and displays via "gv"
52 # % tools/pprof --gv --focus=Mutex "program" "profile"
55 # % tools/pprof --gv --focus=Mutex --ignore=string "program" "profile"
92 my @GV = ("gv");
194 --gv Generate Postscript and display
227 --scale=<n> Set GV scaling [default=0]
249 pprof --gv /bin/ls ls.prof
250 Displays annotated call-graph via 'gv'
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 807 void Interpreter::exitCalled(GenericValue GV) {
    [all...]

Completed in 686 milliseconds

1 2 3 4 5 67 8 9