Searched refs:Base2 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1694 Base2 = D2CXX->bases_begin(); in IsStructurallyEquivalent() local 1695 Base1 != BaseEnd1; ++Base1, ++Base2) { in IsStructurallyEquivalent() 1697 Base2->getType())) { in IsStructurallyEquivalent() 1703 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_base) in IsStructurallyEquivalent() 1704 << Base2->getType() << Base2->getSourceRange(); in IsStructurallyEquivalent() 1712 if (Base1->isVirtual() != Base2->isVirtual()) { in IsStructurallyEquivalent() 1718 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_virtual_base) in IsStructurallyEquivalent() 1719 << Base2->isVirtual() << Base2->getSourceRange(); in IsStructurallyEquivalent()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 2262 auto Base2 = MO2->getValue(); in memOpsHaveSameBasePtr() local 2263 if (!Base1 || !Base2) in memOpsHaveSameBasePtr() 2266 Base2 = getUnderlyingObject(Base2); in memOpsHaveSameBasePtr() 2268 if (isa<UndefValue>(Base1) || isa<UndefValue>(Base2)) in memOpsHaveSameBasePtr() 2271 return Base1 == Base2; in memOpsHaveSameBasePtr()
|
| H A D | RISCVISelLowering.cpp | 13803 auto [Base2, Offset2] = ExtractBaseAndOffset(LSNode2->getOperand(OpNum)); in performMemPairCombine() 13806 if (Base1 != Base2) in performMemPairCombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 538 auto Base2 = MO2->getValue(); in memOpsHaveSameBasePtr() local 539 if (!Base1 || !Base2) in memOpsHaveSameBasePtr() 542 Base2 = getUnderlyingObject(Base2); in memOpsHaveSameBasePtr() 544 if (isa<UndefValue>(Base1) || isa<UndefValue>(Base2)) in memOpsHaveSameBasePtr() 547 return Base1 == Base2; in memOpsHaveSameBasePtr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 2916 const MachineOperand *Base1 = nullptr, *Base2 = nullptr; in shouldClusterMemOps() local 2918 !getMemOperandWithOffsetWidth(SecondLdSt, Base2, Offset2, Width2, TRI) || in shouldClusterMemOps() 2922 assert(Base1 == &BaseOp1 && Base2 == &BaseOp2 && in shouldClusterMemOps()
|
| H A D | PPCISelLowering.cpp | 13621 SDValue Base1 = Loc, Base2 = BaseLoc; in isConsecutiveLSLoc() local 13624 getBaseWithConstantOffset(BaseLoc, Base2, Offset2, DAG); in isConsecutiveLSLoc() 13625 if (Base1 == Base2 && Offset1 == (Offset2 + Dist * Bytes)) in isConsecutiveLSLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 19079 Base2 = D2CXX->bases_begin(); in isLayoutCompatibleStruct() local 19081 ++Base1, ++Base2) { in isLayoutCompatibleStruct() 19082 if (!isLayoutCompatible(C, Base1->getType(), Base2->getType())) in isLayoutCompatibleStruct()
|
| /freebsd-14.2/share/misc/ |
| H A D | pci_vendors | 4677 1498 000a TPMC880-10 10/100Base-T and 10Base2 PMC Ethernet Adapter 4679 1498 000c TPMC880-12 Single 10Base2 PMC Ethernet Adapter
|