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

1 2 3 4 5 67

  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
CGExprAgg.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 734 SDValue LowerGlobalAddress(const GlobalValue *GV, DebugLoc dl,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 596 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
597 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 573 if (GlobalValue *GV = dyn_cast<GlobalValue>(U->getValue())) {
574 S = SE.getConstant(GV->getType(), 0);
575 return GV;
    [all...]
GVN.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
SPUISelDAGToDAG.cpp 354 const GlobalValue *GV = GSDN->getGlobal();
355 if (GV->getAlignment() == 16) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 631 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
635 SDValue Result = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(),
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 125 // Guarded Var Attribute (gv)
144 class __attribute__((guarded_var)) GV { // \
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/
configure 735 GV
    [all...]
  /external/llvm/projects/sample/
configure 733 GV
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 279 if (const GlobalValue *GV = dyn_cast<GlobalValue>(this)) {
280 if (GV->hasLocalLinkage() || GV->hasHiddenVisibility())
    [all...]

Completed in 1043 milliseconds

1 2 3 4 5 67