| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPreEmitPeephole.cpp | 186 Found = Term.isIdenticalTo(MI); in optimizeVccBranch() 232 if (!MI.isIdenticalTo(First)) in optimizeSetGPR()
|
| H A D | SILowerControlFlow.cpp | 538 if (Ops[0].isIdenticalTo(Ops[1])) UniqueOpndIdx = 2; in combineMasks() 539 else if (Ops[0].isIdenticalTo(Ops[2])) UniqueOpndIdx = 1; in combineMasks() 540 else if (Ops[1].isIdenticalTo(Ops[2])) UniqueOpndIdx = 1; in combineMasks()
|
| H A D | SIFoldOperands.cpp | 1161 if (!Src1->isIdenticalTo(*Src0)) { in tryFoldCndMask() 1164 if (!Src1Imm->isIdenticalTo(*Src0Imm)) in tryFoldCndMask() 1776 if (CurrentKnownM0Val && CurrentKnownM0Val->isIdenticalTo(NewM0Val)) { in runOnMachineFunction()
|
| H A D | GCNDPPCombine.cpp | 548 if (Src1 && Src1->isIdenticalTo(*Src0)) { in combineDPPMov()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVETPAndVPTOptimisationsPass.cpp | 566 if (CondOP1.isIdenticalTo(PrevOP1) && CondOP2.isIdenticalTo(PrevOP2)) in IsVPNOTEquivalent() 572 return ExpectedCode == GetCondCode(Prev) && CondOP1.isIdenticalTo(PrevOP2) && in IsVPNOTEquivalent() 573 CondOP2.isIdenticalTo(PrevOP1); in IsVPNOTEquivalent()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | MacroInfo.cpp | 74 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, in isIdenticalTo() function in MacroInfo
|
| H A D | PPDirectives.cpp | 2888 if (!OtherMI || !MI->isIdenticalTo(*OtherMI, *this, in HandleDefineDirective() 2916 !MI->isIdenticalTo(*OtherMI, *this, in HandleDefineDirective() 2939 !MI->isIdenticalTo(*OtherMI, *this, /*Syntactic=*/LangOpts.MicrosoftExt)) { in HandleDefineDirective()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BranchFolding.cpp | 334 if (!MBBI1->isIdenticalTo(*MBBI2) || in ComputeCommonTailLength() 788 assert(MBBICommon->isIdenticalTo(*MBBI) && "Expected matching MIIs!"); in mergeOperations() 838 assert(MI.isIdenticalTo(*Pos) && "Expected matching MIIs!"); in mergeCommonTails() 1414 if (!MBBIter->isIdenticalTo(*PrevBBIter)) in OptimizeBlock() 1927 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
|
| H A D | MachineInstr.cpp | 592 bool MachineInstr::isIdenticalTo(const MachineInstr &Other, in isIdenticalTo() function in MachineInstr 612 if (!I1->isIdenticalTo(*I2, Check)) in isIdenticalTo() 626 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo() 640 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo() 643 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo() 649 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
|
| H A D | IfConversion.cpp | 749 if (!TIB->isIdenticalTo(*FIB)) in CountDuplicatedInstructions() 792 if (!RTIE->isIdenticalTo(*RFIE)) in CountDuplicatedInstructions() 856 assert(E1->isIdenticalTo(*E2) && in verifySameBranchInstructions()
|
| H A D | TypePromotion.cpp | 429 if (InstTo && User->isIdenticalTo(InstTo)) { in ReplaceAllUsersOfWith()
|
| H A D | MachineOperand.cpp | 282 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const { in isIdenticalTo() function in MachineOperand
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 720 bool isIdenticalTo(const MachineOperand &Other) const; 984 return LHS.isIdenticalTo(RHS);
|
| H A D | MachineInstr.h | 1152 bool isIdenticalTo(const MachineInstr &Other, 1926 return LHS->isIdenticalTo(*RHS, MachineInstr::IgnoreVRegDefs);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MergedLoadStoreMotion.cpp | 233 return A0 && A1 && A0->isIdenticalTo(A1) && A0->hasOneUse() && in canSinkStoresAndGEPs()
|
| H A D | Reassociate.cpp | 1111 if (I1->isIdenticalTo(I2)) in FindInOperandList() 1120 if (I1->isIdenticalTo(I2)) in FindInOperandList()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 342 if (!iter1->isIdenticalTo(&*iter2)) in CompareIfRegionBlock()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | MacroInfo.h | 145 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCBranchCoalescing.cpp | 347 if (Op1.isIdenticalTo(Op2)) { in identicalOperands()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 718 bool isIdenticalTo(const Instruction *I) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DbgEntityHistoryCalculator.cpp | 80 Entries.back().getInstr()->isIdenticalTo(MI)) { in startDbgValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 203 return MO1.isIdenticalTo(MO2) && in isIdenticalOp()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 108 if (BaseOpA->isIdenticalTo(*BaseOpB)) { in areMemAccessesTriviallyDisjoint()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 490 bool Instruction::isIdenticalTo(const Instruction *I) const { in isIdenticalTo() function in Instruction
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | InstructionSelectorImpl.h | 810 if (!State.MIs[InsnID]->getOperand(OpIdx).isIdenticalTo( in executeMatchTable()
|