HomeSort by relevance Sort by last modified time
    Searched defs:Ref (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 156 BasicBlock *&Ref = Blocks[L];
158 if (Ref) {
159 if (Ref == R) return false;
163 << L << R << Ref;
167 Ref = R;
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DifferenceEngine.cpp 159 BasicBlock *&Ref = Blocks[L];
161 if (Ref) {
162 if (Ref == R) return false;
166 << L << R << Ref;
170 Ref = R;
  /external/clang/lib/Basic/
Diagnostic.cpp 510 unsigned Ref = PluralNumber(Start, End);
511 return Ref == Val;
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 246 /// AliasAnalysis::getModRefInfo returns "Ref".
374 auto *Ref = reinterpret_cast<Use::UserRef *>(op_begin() + ReservedSpace);
375 return reinterpret_cast<block_iterator>(Ref + 1);
379 const auto *Ref =
381 return reinterpret_cast<const_block_iterator>(Ref + 1);
502 /// \brief Given a memory Mod/Ref'ing instruction, get the MemorySSA
704 /// \brief Given a memory Mod/Ref/ModRef'ing instruction, calling this
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 120 const MCSymbolRefExpr *Ref = dyn_cast<MCSymbolRefExpr>(Expr);
121 if (!Ref)
124 if (Ref->getKind() != MCSymbolRefExpr::VK_None)
127 const MCSymbol &Sym = Ref->getSymbol();
505 StringRef Ref(Data, ChunkSize);
507 OW->writeBytes(Ref);
MachObjectWriter.cpp 312 const auto *Ref = dyn_cast<MCSymbolRefExpr>(Value);
313 if (!Ref)
315 S = &Ref->getSymbol();
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 260 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr*>(Expr);
261 const MCSymbol &S = Ref->getSymbol();
271 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr*>(Expr);
272 return Ref->getKind() == MCSymbolRefExpr::VK_SECREL;
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 737 const MemoryBuffer &Ref = *Buf.get();
743 for (line_iterator I(Ref, /*SkipBlanks*/ true, ';'), E; I != E; ++I) {
  /external/llvm/unittests/IR/
ConstantsTest.cpp 364 GlobalVariable *Ref =
366 ASSERT_EQ(Int1, Ref->getInitializer());
369 ASSERT_EQ(Int2, Ref->getInitializer());
384 auto *Ref =
386 ASSERT_EQ(GEP, Ref->getInitializer());
393 ASSERT_EQ(GEP, Ref->getInitializer());
  /external/regex-re2/re2/
regexp.cc 65 int Regexp::Ref() {
81 // Store ref count in overflow map.
105 // Ref count is stored in overflow map.
122 // Deletes this object; ref count has count reached 0.
  /external/clang/lib/Sema/
SemaOpenMP.cpp 380 auto &Ref = Stack[Stack.size() - 1].DoacrossDepends;
381 return llvm::make_range(Ref.begin(), Ref.end());
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 100 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const {
102 reinterpret_cast<const coff_symbol_type *>(Ref.p);
116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const {
117 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p);
132 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const {
135 const coff_symbol16 *Symb = toSymb<coff_symbol16>(Ref);
137 Ref.p = std::min(reinterpret_cast<uintptr_t>(Symb), End);
139 const coff_symbol32 *Symb = toSymb<coff_symbol32>(Ref);
141 Ref.p = std::min(reinterpret_cast<uintptr_t>(Symb), End);
147 Expected<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 430 DataRefImpl Ref = Sec->getRawDataRefImpl();
432 MachO->getSectionName(Ref, SectionName);
433 StringRef SegmentName = MachO->getSectionFinalSegmentName(Ref);
862 DataRefImpl Ref = Sec->getRawDataRefImpl();
864 Obj.getSectionName(Ref, SectionName);
865 StringRef SegmentName = Obj.getSectionFinalSegmentName(Ref);
940 DataRefImpl Ref = S.getRawDataRefImpl();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 289 /// AliasAnalysis::getModRefInfo returns "Ref".
447 auto *Ref = reinterpret_cast<Use::UserRef *>(op_begin() + ReservedSpace);
448 return reinterpret_cast<block_iterator>(Ref + 1);
452 const auto *Ref =
454 return reinterpret_cast<const_block_iterator>(Ref + 1);
580 /// \brief Given a memory Mod/Ref'ing instruction, get the MemorySSA
843 /// \brief Given a memory Mod/Ref/ModRef'ing instruction, calling this
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 289 /// AliasAnalysis::getModRefInfo returns "Ref".
447 auto *Ref = reinterpret_cast<Use::UserRef *>(op_begin() + ReservedSpace);
448 return reinterpret_cast<block_iterator>(Ref + 1);
452 const auto *Ref =
454 return reinterpret_cast<const_block_iterator>(Ref + 1);
580 /// \brief Given a memory Mod/Ref'ing instruction, get the MemorySSA
843 /// \brief Given a memory Mod/Ref/ModRef'ing instruction, calling this
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 289 /// AliasAnalysis::getModRefInfo returns "Ref".
447 auto *Ref = reinterpret_cast<Use::UserRef *>(op_begin() + ReservedSpace);
448 return reinterpret_cast<block_iterator>(Ref + 1);
452 const auto *Ref =
454 return reinterpret_cast<const_block_iterator>(Ref + 1);
580 /// \brief Given a memory Mod/Ref'ing instruction, get the MemorySSA
843 /// \brief Given a memory Mod/Ref/ModRef'ing instruction, calling this
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 289 /// AliasAnalysis::getModRefInfo returns "Ref".
447 auto *Ref = reinterpret_cast<Use::UserRef *>(op_begin() + ReservedSpace);
448 return reinterpret_cast<block_iterator>(Ref + 1);
452 const auto *Ref =
454 return reinterpret_cast<const_block_iterator>(Ref + 1);
580 /// \brief Given a memory Mod/Ref'ing instruction, get the MemorySSA
843 /// \brief Given a memory Mod/Ref/ModRef'ing instruction, calling this
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 289 /// AliasAnalysis::getModRefInfo returns "Ref".
447 auto *Ref = reinterpret_cast<Use::UserRef *>(op_begin() + ReservedSpace);
448 return reinterpret_cast<block_iterator>(Ref + 1);
452 const auto *Ref =
454 return reinterpret_cast<const_block_iterator>(Ref + 1);
580 /// \brief Given a memory Mod/Ref'ing instruction, get the MemorySSA
843 /// \brief Given a memory Mod/Ref/ModRef'ing instruction, calling this
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 289 /// AliasAnalysis::getModRefInfo returns "Ref".
447 auto *Ref = reinterpret_cast<Use::UserRef *>(op_begin() + ReservedSpace);
448 return reinterpret_cast<block_iterator>(Ref + 1);
452 const auto *Ref =
454 return reinterpret_cast<const_block_iterator>(Ref + 1);
580 /// \brief Given a memory Mod/Ref'ing instruction, get the MemorySSA
843 /// \brief Given a memory Mod/Ref/ModRef'ing instruction, calling this
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 289 /// AliasAnalysis::getModRefInfo returns "Ref".
447 auto *Ref = reinterpret_cast<Use::UserRef *>(op_begin() + ReservedSpace);
448 return reinterpret_cast<block_iterator>(Ref + 1);
452 const auto *Ref =
454 return reinterpret_cast<const_block_iterator>(Ref + 1);
580 /// \brief Given a memory Mod/Ref'ing instruction, get the MemorySSA
843 /// \brief Given a memory Mod/Ref/ModRef'ing instruction, calling this
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 289 /// AliasAnalysis::getModRefInfo returns "Ref".
447 auto *Ref = reinterpret_cast<Use::UserRef *>(op_begin() + ReservedSpace);
448 return reinterpret_cast<block_iterator>(Ref + 1);
452 const auto *Ref =
454 return reinterpret_cast<const_block_iterator>(Ref + 1);
580 /// \brief Given a memory Mod/Ref'ing instruction, get the MemorySSA
843 /// \brief Given a memory Mod/Ref/ModRef'ing instruction, calling this
    [all...]
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 

Completed in 1437 milliseconds

1 23 4 5 6 7