/external/llvm/lib/Target/ARM/ |
ARMCodeEmitter.cpp | 368 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, 501 void ARMCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, 506 const_cast<GlobalValue *>(GV), 509 const_cast<GlobalValue *>(GV), ACPV, 673 emitGlobalAddress(static_cast<const GlobalValue*>(C), 724 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); [all...] |
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | 485 if (const GlobalValue *GV = dyn_cast<GlobalValue>(V)) { 631 if (const GlobalValue *GV = dyn_cast<GlobalValue>(V)) { [all...] |
X86CodeEmitter.cpp | 92 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, 278 void Emitter<CodeEmitter>::emitGlobalAddress(const GlobalValue *GV, 290 const_cast<GlobalValue *>(GV), 293 const_cast<GlobalValue *>(GV), RelocCST, false); [all...] |
X86AsmPrinter.cpp | 89 const GlobalValue *GV = MO.getGlobal();
|
/external/llvm/include/llvm/CodeGen/ |
MachineInstrBuilder.h | 129 const MachineInstrBuilder &addGlobalAddress(const GlobalValue *GV,
|
SelectionDAGNodes.h | 41 class GlobalValue; [all...] |
SelectionDAG.h | 389 SDValue getGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT, 392 SDValue getTargetGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT, [all...] |
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | 222 static bool IsConstantOffsetFromGlobal(Constant *C, GlobalValue *&GV, 225 if ((GV = dyn_cast<GlobalValue>(C))) { 412 GlobalValue *GVal; 577 GlobalValue *GV1, *GV2; [all...] |
ValueTracking.cpp | 274 // The address of an aligned GlobalValue has trailing zeros. 275 if (GlobalValue *GV = dyn_cast<GlobalValue>(V)) { [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelDAGToDAG.cpp | 47 const GlobalValue *GV;
|
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 430 /// isLegalAddressImmediate - Return true if the GlobalValue can be used as 432 virtual bool isLegalAddressImmediate(GlobalValue *GV) const;
|
PPCISelDAGToDAG.cpp | 27 #include "llvm/IR/GlobalValue.h" [all...] |
/external/llvm/lib/Transforms/IPO/ |
Inliner.cpp | 302 Caller->getLinkage() == GlobalValue::LinkOnceODRLinkage) {
|
MergeFunctions.cpp | 792 F->setLinkage(GlobalValue::PrivateLinkage); 861 } else if (isa<GlobalValue>(U.getUser())) {
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
JITMemoryManagerTest.cpp | 15 #include "llvm/IR/GlobalValue.h" 27 return Function::Create(FTy, GlobalValue::ExternalLinkage);
|
/frameworks/compile/slang/ |
slang_rs_backend.cpp | 349 llvm::GlobalValue::ExternalLinkage,
|
/external/clang/lib/CodeGen/ |
TargetInfo.cpp | 562 void SetTargetAttributes(const Decl *D, llvm::GlobalValue *GV, [all...] |
/external/llvm/lib/Target/R600/ |
AMDILISelDAGToDAG.cpp | 493 && ((V && dyn_cast<GlobalValue>(V)) 494 || (BV && dyn_cast<GlobalValue>(
|
/external/llvm/lib/Transforms/Instrumentation/ |
PathProfiling.cpp | [all...] |
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | 779 if (GlobalValue *GV = dyn_cast<GlobalValue>(V)) { [all...] |
LowerInvoke.cpp | 139 GlobalValue::LinkOnceAnyLinkage,
|
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 228 getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV, 233 const GlobalValue *UnderlyingGV = GV; 248 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal(); 269 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal(); 390 const GlobalValue *GV = GA->getGlobal(); [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JITMemoryManager.cpp | 20 #include "llvm/IR/GlobalValue.h" 455 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize, [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelDAGToDAG.cpp | 54 DenseMap<const GlobalValue *, unsigned> GlobalAddressUseCountMap; 349 const GlobalValue* GV = 723 const GlobalValue* GV = [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | [all...] |