HomeSort by relevance Sort by last modified time
    Searched refs:Loc1 (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 271 const CCValAssign &Loc1 = RVLocs1[I];
273 if (Loc1.getLocInfo() != Loc2.getLocInfo())
275 bool RegLoc1 = Loc1.isRegLoc();
279 if (Loc1.getLocReg() != Loc2.getLocReg())
282 if (Loc1.getLocMemOffset() != Loc2.getLocMemOffset())
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 138 /// \param Loc1 -- The location of the first lock expression.
141 SourceLocation Loc1,
  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 235 MemoryLocation Loc1 = MemoryLocation::get(Load1);
236 if (Load0->isSameOperationAs(Load1) && AA->isMustAlias(Loc0, Loc1) &&
388 MemoryLocation Loc1 = MemoryLocation::get(Store1);
389 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) &&
390 !isStoreSinkBarrierInRange(*Store1->getNextNode(), BB1->back(), Loc1) &&
  /external/clang/lib/AST/
RawCommentList.cpp 225 SourceLocation Loc1, SourceLocation Loc2,
227 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1);
240 assert(Loc1Info.second <= Loc2Info.second && "Loc1 after Loc2!");
  /external/clang/include/clang/Sema/
Initialization.h 479 InitializationKind(InitKind Kind, InitContext Context, SourceLocation Loc1,
483 Locations[0] = Loc1;
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 507 /// \p Loc1 is the location of \p Inst1. It is passed explicitly because it
509 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1,
520 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) {
522 aliased = AA->alias(Loc1, Loc2);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 417 milliseconds