Searched refs:Base2 (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1917 Base2 = D2CXX->bases_begin(); in IsStructurallyEquivalent() local 1918 Base1 != BaseEnd1; ++Base1, ++Base2) { in IsStructurallyEquivalent() 1920 Base2->getType())) { in IsStructurallyEquivalent() 1927 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_base) in IsStructurallyEquivalent() 1928 << Base2->getType() << Base2->getSourceRange(); in IsStructurallyEquivalent() 1936 if (Base1->isVirtual() != Base2->isVirtual()) { in IsStructurallyEquivalent() 1943 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_virtual_base) in IsStructurallyEquivalent() 1944 << Base2->isVirtual() << Base2->getSourceRange(); in IsStructurallyEquivalent()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 3220 auto Base2 = MO2->getValue(); in memOpsHaveSameBasePtr() local 3221 if (!Base1 || !Base2) in memOpsHaveSameBasePtr() 3224 Base2 = getUnderlyingObject(Base2); in memOpsHaveSameBasePtr() 3226 if (isa<UndefValue>(Base1) || isa<UndefValue>(Base2)) in memOpsHaveSameBasePtr() 3229 return Base1 == Base2; in memOpsHaveSameBasePtr()
|
| H A D | RISCVISelLowering.cpp | 17584 auto [Base2, Offset2] = ExtractBaseAndOffset(LSNode2->getOperand(OpNum)); in performMemPairCombine() 17587 if (Base1 != Base2) in performMemPairCombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 547 const auto *Base2 = MO2->getValue(); in memOpsHaveSameBasePtr() local 548 if (!Base1 || !Base2) in memOpsHaveSameBasePtr() 551 Base2 = getUnderlyingObject(Base2); in memOpsHaveSameBasePtr() 553 if (isa<UndefValue>(Base1) || isa<UndefValue>(Base2)) in memOpsHaveSameBasePtr() 556 return Base1 == Base2; in memOpsHaveSameBasePtr()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 2183 auto *Base2 = AddrDiscriminator->stripAndAccumulateConstantOffsets( in isKnownCompatibleWith() local 2186 return Base1 == Base2 && Off1 == Off2; in isKnownCompatibleWith()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 2956 const MachineOperand *Base1 = nullptr, *Base2 = nullptr; in shouldClusterMemOps() local 2958 !getMemOperandWithOffsetWidth(SecondLdSt, Base2, Offset2, Width2, TRI) || in shouldClusterMemOps() 2962 assert(Base1 == &BaseOp1 && Base2 == &BaseOp2 && in shouldClusterMemOps()
|
| H A D | PPCISelLowering.cpp | 14667 SDValue Base1 = Loc, Base2 = BaseLoc; in isConsecutiveLSLoc() local 14670 getBaseWithConstantOffset(BaseLoc, Base2, Offset2, DAG); in isConsecutiveLSLoc() 14671 if (Base1 == Base2 && Offset1 == (Offset2 + Dist * Bytes)) in isConsecutiveLSLoc()
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 4753 1498 000a TPMC880-10 10/100Base-T and 10Base2 PMC Ethernet Adapter 4755 1498 000c TPMC880-12 Single 10Base2 PMC Ethernet Adapter
|