Searched refs:Base2 (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 1465 Base2 = D2CXX->bases_begin(); in IsStructurallyEquivalent() local 1466 Base1 != BaseEnd1; ++Base1, ++Base2) { in IsStructurallyEquivalent() 1468 Base2->getType())) { in IsStructurallyEquivalent() 1474 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_base) in IsStructurallyEquivalent() 1475 << Base2->getType() << Base2->getSourceRange(); in IsStructurallyEquivalent() 1483 if (Base1->isVirtual() != Base2->isVirtual()) { in IsStructurallyEquivalent() 1489 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_virtual_base) in IsStructurallyEquivalent() 1490 << Base2->isVirtual() << Base2->getSourceRange(); in IsStructurallyEquivalent()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 415 auto Base2 = MO2->getValue(); in memOpsHaveSameBasePtr() local 416 if (!Base1 || !Base2) in memOpsHaveSameBasePtr() 419 Base2 = getUnderlyingObject(Base2); in memOpsHaveSameBasePtr() 421 if (isa<UndefValue>(Base1) || isa<UndefValue>(Base2)) in memOpsHaveSameBasePtr() 424 return Base1 == Base2; in memOpsHaveSameBasePtr()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | ClangFormatStyleOptions.rst | 1978 Base2 1989 , Base2 1999 Base2
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 2829 const MachineOperand *Base1 = nullptr, *Base2 = nullptr; in shouldClusterMemOps() local 2831 !getMemOperandWithOffsetWidth(SecondLdSt, Base2, Offset2, Width2, TRI) || in shouldClusterMemOps() 2835 assert(Base1 == &BaseOp1 && Base2 == &BaseOp2 && in shouldClusterMemOps()
|
H A D | PPCISelLowering.cpp | 12750 SDValue Base1 = Loc, Base2 = BaseLoc; in isConsecutiveLSLoc() local 12753 getBaseWithConstantOffset(BaseLoc, Base2, Offset2, DAG); in isConsecutiveLSLoc() 12754 if (Base1 == Base2 && Offset1 == (Offset2 + Dist * Bytes)) in isConsecutiveLSLoc()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 15549 Base2 = D2CXX->bases_begin(); in isLayoutCompatibleStruct() local 15551 ++Base1, ++Base2) { in isLayoutCompatibleStruct() 15552 if (!isLayoutCompatible(C, Base1->getType(), Base2->getType())) in isLayoutCompatibleStruct()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | LangRef.rst | 5787 Offset2)`` if either ``(BaseTy1, Offset1)`` is reachable from ``(Base2,
|