HomeSort by relevance Sort by last modified time
    Searched refs:GlobalValue (Results 126 - 150 of 216) sorted by null

1 2 3 4 56 7 8 9

  /external/clang/lib/CodeGen/
CGVTT.cpp 118 llvm::GlobalValue::ExternalLinkage);
CGBlocks.cpp 104 llvm::GlobalValue::InternalLinkage,
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineCodeEmitter.h 34 class GlobalValue;
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 162 const_cast<GlobalValue *>(MO.getGlobal()),
PPCMCInstLower.cpp 40 const GlobalValue *GV = MO.getGlobal();
  /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...]
X86ISelLowering.h 525 isGAPlusOffset(SDNode *N, const GlobalValue* &GA, int64_t &Offset) const;
734 SDValue LowerGlobalAddress(const GlobalValue *GV, DebugLoc dl,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 131 SDValue getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV,
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 447 GlobalValue::InternalLinkage,
563 *M, EdgeTableTy, true, GlobalValue::InternalLinkage,
615 GlobalValue::InternalLinkage,
629 GlobalValue::InternalLinkage,
OptimalEdgeProfiling.cpp 118 new GlobalVariable(M, ATy, false, GlobalValue::InternalLinkage,
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 35 if (isa<GlobalValue>(V) || isa<MDString>(V))
  /external/llvm/lib/VMCore/
IRBuilder.cpp 30 true, GlobalValue::PrivateLinkage,
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 51 out << (isa<GlobalValue>(V) ? '@' : '%') << V->getName();
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 81 GlobalValue::ExternalLinkage, "id", M);
JITEventListenerTestCommon.h 106 GlobalValue::ExternalLinkage, "id", M);
  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 287 GlobalValue::ExternalLinkage,
315 true, GlobalValue::ExternalLinkage,
384 GlobalValue::ExternalLinkage,
510 true, GlobalValue::ExternalLinkage,
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 180 if (isa<GlobalValue>(C)) return false;
413 static bool IsUserOfGlobalSafeForSRA(User *U, GlobalValue *GV) {
479 static bool GlobalUsersSafeToSRA(GlobalValue *GV) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 301 const GlobalValue *GV = dyn_cast<GlobalValue>(CV->stripPointerCasts());
302 assert(GV && "C++ constructor pointer was not a GlobalValue!");
353 const GlobalValue *GV = MO.getGlobal();
849 MCSymbol *ARMAsmPrinter::GetARMGVSymbol(const GlobalValue *GV) {
885 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV();
    [all...]
ARMCodeEmitter.cpp 362 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
485 void ARMCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
490 const_cast<GlobalValue *>(GV),
493 const_cast<GlobalValue *>(GV), ACPV,
657 emitGlobalAddress(static_cast<const GlobalValue*>(C),
713 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV();
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 49 // Remember what is the cutoff between globalvalue's and other constants.
322 if (isa<GlobalValue>(C)) {
448 if ((isa<Constant>(*OI) && !isa<GlobalValue>(*OI)) ||
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 22 #include "llvm/GlobalValue.h"
150 const GlobalValue *FName = MF.getFunction();
173 const GlobalValue *FName = MF.getFunction();
  /external/llvm/lib/Target/PTX/
PTXISelLowering.cpp 189 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
402 const GlobalValue *GV = cast<GlobalAddressSDNode>(Callee)->getGlobal();
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 155 I->setLinkage(GlobalValue::ExternalLinkage);
452 I->setLinkage(GlobalValue::ExternalLinkage);
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 47 // Remember what is the cutoff between globalvalue's and other constants.
284 if (isa<GlobalValue>(C)) {
414 if ((isa<Constant>(*OI) && !isa<GlobalValue>(*OI)) ||
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 47 // Remember what is the cutoff between globalvalue's and other constants.
284 if (isa<GlobalValue>(C)) {
414 if ((isa<Constant>(*OI) && !isa<GlobalValue>(*OI)) ||

Completed in 1213 milliseconds

1 2 3 4 56 7 8 9