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

1 2 3 4 5 67 8 910

  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 176 if (isa<GlobalValue>(C)) return false;
360 isa<GlobalValue>(V))
582 static bool IsUserOfGlobalSafeForSRA(User *U, GlobalValue *GV) {
648 static bool GlobalUsersSafeToSRA(GlobalValue *GV) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
OptimalEdgeProfiling.cpp 118 new GlobalVariable(M, ATy, false, GlobalValue::InternalLinkage,
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 178 GlobalValue::InternalLinkage,
LoopStrengthReduce.cpp 41 // of a GlobalValue?
228 GlobalValue *BaseGV;
583 /// ExtractSymbol - If S involves the addition of a GlobalValue address,
586 static GlobalValue *ExtractSymbol(const SCEV *&S, ScalarEvolution &SE) {
588 if (GlobalValue *GV = dyn_cast<GlobalValue>(U->getValue())) {
594 GlobalValue *Result = ExtractSymbol(NewOps.back(), SE);
600 GlobalValue *Result = ExtractSymbol(NewOps.front(), SE);
    [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 35 if (isa<GlobalValue>(V) || isa<MDString>(V))
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 50 out << (isa<GlobalValue>(V) ? '@' : '%') << V->getName();
  /external/llvm/tools/lto/
LTOModule.cpp 423 void LTOModule::addDefinedDataSymbol(const GlobalValue *v) {
479 void LTOModule::addDefinedSymbol(const GlobalValue *def, bool isFunction) {
612 LTOModule::addPotentialUndefinedSymbol(const GlobalValue *decl, bool isFunc) {
862 static bool isDeclaration(const GlobalValue &V) {
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 80 GlobalValue::ExternalLinkage, "id", M);
JITEventListenerTestCommon.h 104 GlobalValue::ExternalLinkage, "id", M);
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 34 GlobalValue::ExternalLinkage, 0);
  /external/clang/lib/CodeGen/
CGBlocks.cpp 122 llvm::GlobalValue::InternalLinkage,
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 49 // Remember what is the cutoff between globalvalue's and other constants.
323 if (isa<GlobalValue>(C)) {
460 if ((isa<Constant>(*OI) && !isa<GlobalValue>(*OI)) ||
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 27 #include "llvm/IR/GlobalValue.h"
106 const GlobalValue *FName = MF.getFunction();
135 const GlobalValue *FName = MF.getFunction();
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 576 isGAPlusOffset(SDNode *N, const GlobalValue* &GA, int64_t &Offset) const;
797 SDValue LowerGlobalAddress(const GlobalValue *GV, DebugLoc dl,
    [all...]
X86JITInfo.cpp 442 void *X86JITInfo::emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
X86Subtarget.cpp 19 #include "llvm/IR/GlobalValue.h"
56 ClassifyGlobalReference(const GlobalValue *GV, const TargetMachine &TM) const {
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 155 I->setLinkage(GlobalValue::ExternalLinkage);
452 I->setLinkage(GlobalValue::ExternalLinkage);
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 225 llvm::GlobalValue::ExternalLinkage,
445 llvm::GlobalValue::ExternalLinkage,
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 51 // Remember what is the cutoff between globalvalue's and other constants.
325 if (isa<GlobalValue>(C)) {
472 if ((isa<Constant>(*OI) && !isa<GlobalValue>(*OI)) ||
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 51 // Remember what is the cutoff between globalvalue's and other constants.
325 if (isa<GlobalValue>(C)) {
472 if ((isa<Constant>(*OI) && !isa<GlobalValue>(*OI)) ||
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 51 // Remember what is the cutoff between globalvalue's and other constants.
325 if (isa<GlobalValue>(C)) {
462 if ((isa<Constant>(*OI) && !isa<GlobalValue>(*OI)) ||
  /external/llvm/examples/BrainF/
BrainF.cpp 144 GlobalValue::InternalLinkage,
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 218 llvm::GlobalValue::LinkageTypes linkage,
865 /// @param useGlobal A value of true (default) indicates a GlobalValue is
886 llvm::GlobalValue::LinkerPrivateLinkage,
909 /// @param useGlobal A value of true (default) indicates a GlobalValue is
930 llvm::GlobalValue::LinkerPrivateLinkage,
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 240 void visitGlobalValue(GlobalValue &GV);
384 void Verifier::visitGlobalValue(GlobalValue &GV) {
464 if (!isa<GlobalValue>(GA.getAliasee())) {
469 isa<GlobalValue>(CE->getOperand(0)),
470 "Aliasee should be either GlobalValue or bitcast of GlobalValue",
474 const GlobalValue* Aliasee = GA.resolveAliasedGlobal(/*stopOnWeak*/ false);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 195 unsigned ARMMaterializeGV(const GlobalValue *GV, MVT VT);
199 unsigned ARMLowerPICELF(const GlobalValue *GV, unsigned Align, MVT VT);
620 unsigned ARMFastISel::ARMMaterializeGV(const GlobalValue *GV, MVT VT) {
731 else if (const GlobalValue *GV = dyn_cast<GlobalValue>(C))
    [all...]

Completed in 3051 milliseconds

1 2 3 4 5 67 8 910