HomeSort by relevance Sort by last modified time
    Searched full:moduleid (Results 101 - 125 of 196) sorted by null

1 2 3 45 6 7 8

  /external/llvm/test/Transforms/LoopUnswitch/
2011-11-18-TwoSwitches-Threshold.ll 8 ; ModuleID = '../llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll'
  /external/clang/include/clang/Basic/
Module.h 43 typedef SmallVector<std::pair<std::string, SourceLocation>, 2> ModuleId;
175 ModuleId Id;
214 ModuleId Id;
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 683 // Get the ModuleID
684 const std::string ModuleID = M->getModuleIdentifier();
687 if (0 == ModuleID.compare(0, 3, "IR:")) {
688 std::string IRFileName = ModuleID.substr(3);
705 // Get the ModuleID
706 const std::string ModuleID = M->getModuleIdentifier();
709 if (0 == ModuleID.compare(0, 3, "IR:")) {
710 std::string IRFileName = ModuleID.substr(3);
910 // Get the ModuleID so we can identify IR input files
911 const std::string ModuleID = M->getModuleIdentifier()
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 707 // Get the ModuleID
708 const std::string ModuleID = M->getModuleIdentifier();
711 if (0 == ModuleID.compare(0, 3, "IR:")) {
712 std::string IRFileName = ModuleID.substr(3);
729 // Get the ModuleID
730 const std::string ModuleID = M->getModuleIdentifier();
733 if (0 == ModuleID.compare(0, 3, "IR:")) {
734 std::string IRFileName = ModuleID.substr(3);
1046 // Get the ModuleID so we can identify IR input files
1047 const std::string ModuleID = M->getModuleIdentifier()
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 205 std::string ModuleID; ///< Human readable identifier for the module
218 explicit Module(StringRef ModuleID, LLVMContext& C);
228 const std::string &getModuleIdentifier() const { return ModuleID; }
260 void setModuleIdentifier(StringRef ID) { ModuleID = ID; }
  /external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp 62 // Seed our PRNG with simple additive sum of ModuleID. We're looking to
  /external/llvm/test/Analysis/Profiling/
edge-profiling.ll 4 ; ModuleID = '<stdin>'
  /external/llvm/test/CodeGen/Hexagon/
hwloop-dbg.ll 2 ; ModuleID = 'hwloop-dbg.o'
  /external/llvm/test/CodeGen/PowerPC/
2009-09-18-carrybit.ll 2 ; ModuleID = '<stdin>'
ppcf128-1.ll 2 ; ModuleID = 'ld3.c'
  /external/llvm/test/CodeGen/Thumb/
2011-05-11-DAGLegalizer.ll 3 ; ModuleID = 'reduced.ll'
  /external/llvm/test/CodeGen/X86/
2007-10-31-extractelement-i64.ll 2 ; ModuleID = 'yyy.c'
2009-08-14-Win64MemoryIndirectArg.ll 4 ; ModuleID = 'mm.bc'
2011-06-14-mmx-inlineasm.ll 2 ; ModuleID = 'tq.c'
vec_shuffle-25.ll 7 ; ModuleID = 'transpose2_opt.bc'
2007-02-16-BranchFold.ll 4 ; ModuleID = '<stdin>'
movmsk.ll 2 ; ModuleID = '<stdin>'
  /external/llvm/test/DebugInfo/
two-cus-from-same-file.ll 11 ; ModuleID = 'test.bc'
  /external/llvm/test/Transforms/GVN/
2009-06-17-InvalidPRE.ll 4 ; ModuleID = 'mbuf.c'
  /external/llvm/test/Transforms/IndVarSimplify/
2008-09-02-IVType.ll 2 ; ModuleID = '<stdin>'
ada-loops.ll 15 ; ModuleID = 'ada.bc'
  /external/llvm/test/Transforms/LoopVectorize/ARM/
mul-cast-vect.ll 5 ; ModuleID = 'arm.ll'
  /external/llvm/test/Transforms/SimplifyCFG/
2008-05-16-PHIBlockMerge.ll 5 ; ModuleID = '<stdin>'
  /external/llvm/docs/
TestingGuide.rst 246 default outputs a ``ModuleID``:
256 ; ModuleID = '/path/to/example.ll'
262 ``ModuleID`` can unexpetedly match against ``CHECK`` lines. For example:
276 :program:`opt` does not output a ``ModuleID`` when input comes from stdin.
  /external/llvm/test/CodeGen/ARM/
2011-02-04-AntidepMultidef.ll 6 ; ModuleID = 'bugpoint-reduced-simplified.bc'

Completed in 294 milliseconds

1 2 3 45 6 7 8