HomeSort by relevance Sort by last modified time
    Searched refs:GV (Results 201 - 225 of 227) sorted by null

1 2 3 4 5 6 7 8910

  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 102 const GlobalValue *GV = MO.getGlobal();
103 AsmPrinter.getNameWithPrefix(Name, GV);
176 default: llvm_unreachable("Unknown target flag on GV operand");
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 649 if (GlobalValue *GV = dyn_cast<GlobalValue>(U->getValue())) {
650 S = SE.getConstant(GV->getType(), 0);
651 return GV;
    [all...]
GVN.cpp     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 49 # % tools/pprof --gv "program" "profile"
50 # Generates annotated call-graph and displays via "gv"
52 # % tools/pprof --gv --focus=Mutex "program" "profile"
55 # % tools/pprof --gv --focus=Mutex --ignore=string "program" "profile"
92 my @GV = ("gv");
194 --gv Generate Postscript and display
227 --scale=<n> Set GV scaling [default=0]
249 pprof --gv /bin/ls ls.prof
250 Displays annotated call-graph via 'gv'
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
CGExpr.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 783 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
787 SDValue Result = DAG.getTargetGlobalAddress(GV, SDLoc(Op),
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 135 // Guarded Var Attribute (gv)
154 class GUARDED_VAR GV { // \
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/
configure 751 GV
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 593 const GlobalValue *GV = GAN->getGlobal();
594 unsigned Alignment = GV->getAlignment();
596 Type *Ty = GV->getType()->getElementType();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 709 const deUint8 GV = extend7To8((deUint8)getBits(src, 6, 12));
719 const int unclampedG = (x * ((int)GH-(int)GO) + y * ((int)GV-(int)GO) + 4*(int)GO + 2) >> 2;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 487 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
488 Op = DAG.getTargetGlobalAddress(GV, dl, getPointerTy());
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 2026 milliseconds

1 2 3 4 5 6 7 8910