Searched refs:Base2 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1466 Base2 = D2CXX->bases_begin(); in IsStructurallyEquivalent() local 1467 Base1 != BaseEnd1; ++Base1, ++Base2) { in IsStructurallyEquivalent() 1469 Base2->getType())) { in IsStructurallyEquivalent() 1475 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_base) in IsStructurallyEquivalent() 1476 << Base2->getType() << Base2->getSourceRange(); in IsStructurallyEquivalent() 1484 if (Base1->isVirtual() != Base2->isVirtual()) { in IsStructurallyEquivalent() 1490 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_virtual_base) in IsStructurallyEquivalent() 1491 << Base2->isVirtual() << Base2->getSourceRange(); in IsStructurallyEquivalent()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 419 auto Base2 = MO2->getValue(); in memOpsHaveSameBasePtr() local 420 if (!Base1 || !Base2) in memOpsHaveSameBasePtr() 423 Base2 = getUnderlyingObject(Base2); in memOpsHaveSameBasePtr() 425 if (isa<UndefValue>(Base1) || isa<UndefValue>(Base2)) in memOpsHaveSameBasePtr() 428 return Base1 == Base2; in memOpsHaveSameBasePtr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 2847 const MachineOperand *Base1 = nullptr, *Base2 = nullptr; in shouldClusterMemOps() local 2849 !getMemOperandWithOffsetWidth(SecondLdSt, Base2, Offset2, Width2, TRI) || in shouldClusterMemOps() 2853 assert(Base1 == &BaseOp1 && Base2 == &BaseOp2 && in shouldClusterMemOps()
|
| H A D | PPCISelLowering.cpp | 12805 SDValue Base1 = Loc, Base2 = BaseLoc; in isConsecutiveLSLoc() local 12808 getBaseWithConstantOffset(BaseLoc, Base2, Offset2, DAG); in isConsecutiveLSLoc() 12809 if (Base1 == Base2 && Offset1 == (Offset2 + Dist * Bytes)) in isConsecutiveLSLoc()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 15890 Base2 = D2CXX->bases_begin(); in isLayoutCompatibleStruct() local 15892 ++Base1, ++Base2) { in isLayoutCompatibleStruct() 15893 if (!isLayoutCompatible(C, Base1->getType(), Base2->getType())) in isLayoutCompatibleStruct()
|
| /freebsd-13.1/share/misc/ |
| H A D | pci_vendors | 4333 1498 000a TPMC880-10 10/100Base-T and 10Base2 PMC Ethernet Adapter 4335 1498 000c TPMC880-12 Single 10Base2 PMC Ethernet Adapter
|