| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerControlFlow.cpp | 455 if (Ops[0].isIdenticalTo(Ops[1])) UniqueOpndIdx = 2; in combineMasks() 456 else if (Ops[0].isIdenticalTo(Ops[2])) UniqueOpndIdx = 1; in combineMasks() 457 else if (Ops[1].isIdenticalTo(Ops[2])) UniqueOpndIdx = 1; in combineMasks()
|
| H A D | SIFoldOperands.cpp | 775 if (Src1->isIdenticalTo(*Src0)) { in tryFoldInst()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 573 bool MachineInstr::isIdenticalTo(const MachineInstr &Other, in isIdenticalTo() function in MachineInstr 593 if (!I1->isIdenticalTo(*I2, Check)) in isIdenticalTo() 607 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo() 621 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo() 624 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo() 630 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
|
| H A D | BranchFolding.cpp | 343 if (!I1->isIdenticalTo(*I2) || in ComputeCommonTailLength() 864 assert(MBBICommon->isIdenticalTo(*MBBI) && "Expected matching MIIs!"); in mergeOperations() 914 assert(MI.isIdenticalTo(*Pos) && "Expected matching MIIs!"); in mergeCommonTails() 1507 if (!MBBIter->isIdenticalTo(*PrevBBIter)) in OptimizeBlock() 2023 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
|
| H A D | IfConversion.cpp | 642 if (!TIB->isIdenticalTo(*FIB)) in CountDuplicatedInstructions() 685 if (!RTIE->isIdenticalTo(*RFIE)) in CountDuplicatedInstructions() 749 assert(E1->isIdenticalTo(*E2) && in verifySameBranchInstructions()
|
| H A D | TargetInstrInfo.cpp | 413 return MI0.isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 694 bool isIdenticalTo(const MachineOperand &Other) const; 943 return LHS.isIdenticalTo(RHS);
|
| H A D | MachineInstr.h | 943 bool isIdenticalTo(const MachineInstr &Other, 1598 return LHS->isIdenticalTo(*RHS, MachineInstr::IgnoreVRegDefs);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | MacroInfo.cpp | 75 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, in isIdenticalTo() function in MacroInfo
|
| H A D | PPDirectives.cpp | 2589 if (!OtherMI || !MI->isIdenticalTo(*OtherMI, *this, in HandleDefineDirective() 2615 !MI->isIdenticalTo(*OtherMI, *this, in HandleDefineDirective() 2638 !MI->isIdenticalTo(*OtherMI, *this, /*Syntactic=*/LangOpts.MicrosoftExt)) { in HandleDefineDirective()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | MergedLoadStoreMotion.cpp | 230 if (A0 && A1 && A0->isIdenticalTo(A1) && A0->hasOneUse() && in sinkStore()
|
| H A D | Reassociate.cpp | 984 if (I1->isIdenticalTo(I2)) in FindInOperandList() 993 if (I1->isIdenticalTo(I2)) in FindInOperandList()
|
| H A D | EarlyCSE.cpp | 313 return LHSI->isIdenticalTo(RHSI); in isEqual()
|
| H A D | LoopInterchange.cpp | 895 if (!I.isIdenticalTo(InnerIndexVarInc)) { in currentLimitations()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DbgEntityHistoryCalculator.cpp | 52 Ranges.back().first->isIdenticalTo(MI)) { in startInstrRange()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 352 if (!iter1->isIdenticalTo(&*iter2)) in CompareIfRegionBlock()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 615 bool isIdenticalTo(const Instruction *I) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | MacroInfo.h | 146 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCBranchCoalescing.cpp | 346 if (Op1.isIdenticalTo(Op2)) { in identicalOperands()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 201 return MO1.isIdenticalTo(MO2) && in isIdenticalOp()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 109 if (BaseOpA->isIdenticalTo(*BaseOpB)) { in areMemAccessesTriviallyDisjoint()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instruction.cpp | 434 bool Instruction::isIdenticalTo(const Instruction *I) const { in isIdenticalTo() function in Instruction
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMCodeGenPrepare.cpp | 450 if (InstTo && User->isIdenticalTo(InstTo)) { in ReplaceAllUsersOfWith()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | InstructionSelectorImpl.h | 639 if (!State.MIs[InsnID]->getOperand(OpIdx).isIdenticalTo( in executeMatchTable()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 3793 if (In->isIdenticalTo(v) && in optimizeGatherSequence() 5544 !L2->isIdenticalTo(cast<Instruction>(RHS))) in getOperationData() 5548 !L1->isIdenticalTo(cast<Instruction>(LHS))) in getOperationData() 5554 !L1->isIdenticalTo(cast<Instruction>(LHS)) || in getOperationData() 5555 !L2->isIdenticalTo(cast<Instruction>(RHS))) in getOperationData()
|