/external/llvm/include/llvm/CodeGen/ |
JITCodeEmitter.h | 73 virtual void *allocIndirectGV(const GlobalValue *GV,
|
SelectionDAG.h | 210 /// viewGraph - Pop up a GraphViz/gv window with the DAG rendered using 'dot'. 354 SDValue getGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT, 357 SDValue getTargetGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT, 360 return getGlobalAddress(GV, DL, VT, offset, true, TargetFlags); [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | 674 GlobalVariable *GV = 0; 681 GV = cast<GlobalVariable>(GVal); 687 GV = cast<GlobalVariable>(I->second.first); 692 if (GV == 0) { 693 GV = new GlobalVariable(*M, Ty, false, GlobalValue::ExternalLinkage, 0, 696 if (GV->getType()->getElementType() != Ty) 701 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV); 705 NumberedVals.push_back(GV); 709 GV->setInitializer(Init); 710 GV->setConstant(IsConstant) [all...] |
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Interpreter.h | 188 void exitCalled(GenericValue GV);
|
Execution.cpp | 571 void Interpreter::exitCalled(GenericValue GV) { 577 exit(GV.IntVal.zextOrTrunc(32).getZExtValue()); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | 195 unsigned ARMMaterializeGV(const GlobalValue *GV, EVT VT); 198 unsigned ARMSelectCallOp(const GlobalValue *GV); 613 unsigned ARMFastISel::ARMMaterializeGV(const GlobalValue *GV, EVT VT) { 643 DestReg).addGlobalAddress(GV)); 646 unsigned Align = TD.getPrefTypeAlignment(GV->getType()); 649 Align = TD.getTypeAllocSize(GV->getType()); 656 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, 679 if (Subtarget->GVIsIndirectSymbol(GV, RelocM)) { 707 else if (const GlobalValue *GV = dyn_cast<GlobalValue>(C)) 708 return ARMMaterializeGV(GV, VT) [all...] |
ARMExpandPseudoInsts.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86CodeEmitter.cpp | 81 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, 260 void Emitter<CodeEmitter>::emitGlobalAddress(const GlobalValue *GV, 272 const_cast<GlobalValue *>(GV), 275 const_cast<GlobalValue *>(GV), RelocCST, false); [all...] |
X86ISelDAGToDAG.cpp | 66 const GlobalValue *GV; 76 Segment(), GV(0), CP(0), BlockAddr(0), ES(0), JT(-1), Align(0), 81 return GV != 0 || CP != 0 || ES != 0 || JT != -1 || BlockAddr != 0; 118 << "GV "; 119 if (GV) 120 GV->dump(); 239 if (AM.GV) 240 Disp = CurDAG->getTargetGlobalAddress(AM.GV, DebugLoc(), 624 // Under X86-64 non-small code model, GV (and friends) are 64-bits, so 633 AM.GV = G->getGlobal() [all...] |
X86MCInstLower.cpp | 55 const GlobalValue *GV = MO.getGlobal(); 63 Mang->getNameWithPrefix(Name, GV, isImplicitlyPrivate); 140 default: llvm_unreachable("Unknown target flag on GV operand");
|
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.h | 131 SDValue getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV,
|
/external/llvm/lib/Transforms/Scalar/ |
MemCpyOptimizer.cpp | 793 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(M->getSource())) 794 if (GV->isConstant() && GV->hasDefinitiveInitializer()) 795 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) { [all...] |
ObjCARC.cpp | 530 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(Pointer)) { 533 if (GV->isConstant()) 535 StringRef Name = GV->getName(); [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | 193 /// cmp pred (load (gep GV, ...)), cmpcst 194 /// where GV is a global variable with a constant initializer. Try to simplify 201 FoldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP, GlobalVariable *GV, 206 Constant *Init = GV->getInitializer(); 216 // Require: GEP GV, 0, i {{, constant indices}} [all...] |
InstCombineCalls.cpp | 276 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(Op1)) 277 if (!GV->hasDefinitiveInitializer()) break; 282 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(Op1)) { 283 if (GV->hasDefinitiveInitializer()) { 284 Constant *C = GV->getInitializer(); 287 // Can't determine size of the GV. [all...] |
InstCombine.h | 143 GlobalVariable *GV, CmpInst &ICI,
|
/external/clang/lib/CodeGen/ |
CGException.cpp | 269 if (llvm::GlobalVariable *GV = dyn_cast<llvm::GlobalVariable>(Val)) 272 if (GV->getName().startswith("OBJC_EHTYPE")) 279 if (llvm::GlobalVariable *GV = 283 if (GV->getName().startswith("OBJC_EHTYPE")) [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/Hexagon/ |
HexagonISelDAGToDAG.cpp | 309 const GlobalValue* GV = 312 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0); 683 const GlobalValue* GV = 686 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0); [all...] |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 348 virtual bool isLegalAddressImmediate(GlobalValue *GV) const;
|
/external/llvm/lib/Analysis/ |
Lint.cpp | 391 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(UnderlyingObject)) 392 Assert1(!GV->isConstant(),
|
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/ |
DumpRenderTreeSupport_wrapPregenerated.c | 781 GV *gv=*(GV**)hv_fetch(stash, "OWNER", 5, TRUE); local 782 if (!isGV(gv)) 783 gv_init(gv, stash, "OWNER", 5, FALSE); 784 hv=GvHVn(gv);
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | [all...] |