Searched refs:Base2 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 1728 Base2 = D2CXX->bases_begin(); in IsStructurallyEquivalent() local 1729 Base1 != BaseEnd1; ++Base1, ++Base2) { in IsStructurallyEquivalent() 1731 Base2->getType())) { in IsStructurallyEquivalent() 1737 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_base) in IsStructurallyEquivalent() 1738 << Base2->getType() << Base2->getSourceRange(); in IsStructurallyEquivalent() 1746 if (Base1->isVirtual() != Base2->isVirtual()) { in IsStructurallyEquivalent() 1752 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_virtual_base) in IsStructurallyEquivalent() 1753 << Base2->isVirtual() << Base2->getSourceRange(); in IsStructurallyEquivalent()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 2676 auto Base2 = MO2->getValue(); in memOpsHaveSameBasePtr() 2677 if (!Base1 || !Base2) in memOpsHaveSameBasePtr() 2680 Base2 = getUnderlyingObject(Base2); 2682 if (isa<UndefValue>(Base1) || isa<UndefValue>(Base2)) in shouldClusterMemOps() 2685 return Base1 == Base2; in shouldClusterMemOps() 2669 auto Base2 = MO2->getValue(); memOpsHaveSameBasePtr() local
|
H A D | RISCVISelLowering.cpp | 15246 auto [Base2, Offset2] = ExtractBaseAndOffset(LSNode2->getOperand(OpNum)); in performMemPairCombine() 15249 if (Base1 != Base2) in performMemPairCombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 537 auto Base2 = MO2->getValue(); in memOpsHaveSameBasePtr() local 538 if (!Base1 || !Base2) in memOpsHaveSameBasePtr() 541 Base2 = getUnderlyingObject(Base2); in memOpsHaveSameBasePtr() 543 if (isa<UndefValue>(Base1) || isa<UndefValue>(Base2)) in memOpsHaveSameBasePtr() 546 return Base1 == Base2; in memOpsHaveSameBasePtr()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2155 auto *Base2 = AddrDiscriminator->stripAndAccumulateConstantOffsets( in isKnownCompatibleWith() local 2158 return Base1 == Base2 && Off1 == Off2; in isKnownCompatibleWith()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 2932 const MachineOperand *Base1 = nullptr, *Base2 = nullptr; in shouldClusterMemOps() local 2934 !getMemOperandWithOffsetWidth(SecondLdSt, Base2, Offset2, Width2, TRI) || in shouldClusterMemOps() 2938 assert(Base1 == &BaseOp1 && Base2 == &BaseOp2 && in shouldClusterMemOps()
|
H A D | PPCISelLowering.cpp | 13834 SDValue Base1 = Loc, Base2 = BaseLoc; in isConsecutiveLSLoc() local 13837 getBaseWithConstantOffset(BaseLoc, Base2, Offset2, DAG); in isConsecutiveLSLoc() 13838 if (Base1 == Base2 && Offset1 == (Offset2 + Dist * Bytes)) in isConsecutiveLSLoc()
|
/freebsd/share/misc/ |
H A D | pci_vendors | 4690 1498 000a TPMC880-10 10/100Base-T and 10Base2 PMC Ethernet Adapter 4692 1498 000c TPMC880-12 Single 10Base2 PMC Ethernet Adapter
|