Home
last modified time | relevance | path

Searched refs:isIdenticalTo (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp186 Found = Term.isIdenticalTo(MI); in optimizeVccBranch()
232 if (!MI.isIdenticalTo(First)) in optimizeSetGPR()
H A DSILowerControlFlow.cpp538 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 DSIFoldOperands.cpp1161 if (!Src1->isIdenticalTo(*Src0)) { in tryFoldCndMask()
1164 if (!Src1Imm->isIdenticalTo(*Src0Imm)) in tryFoldCndMask()
1776 if (CurrentKnownM0Val && CurrentKnownM0Val->isIdenticalTo(NewM0Val)) { in runOnMachineFunction()
H A DGCNDPPCombine.cpp548 if (Src1 && Src1->isIdenticalTo(*Src0)) { in combineDPPMov()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp566 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 DMacroInfo.cpp74 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, in isIdenticalTo() function in MacroInfo
H A DPPDirectives.cpp2888 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 DBranchFolding.cpp334 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 DMachineInstr.cpp592 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 DIfConversion.cpp749 if (!TIB->isIdenticalTo(*FIB)) in CountDuplicatedInstructions()
792 if (!RTIE->isIdenticalTo(*RFIE)) in CountDuplicatedInstructions()
856 assert(E1->isIdenticalTo(*E2) && in verifySameBranchInstructions()
H A DTypePromotion.cpp429 if (InstTo && User->isIdenticalTo(InstTo)) { in ReplaceAllUsersOfWith()
H A DMachineOperand.cpp282 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const { in isIdenticalTo() function in MachineOperand
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h720 bool isIdenticalTo(const MachineOperand &Other) const;
984 return LHS.isIdenticalTo(RHS);
H A DMachineInstr.h1152 bool isIdenticalTo(const MachineInstr &Other,
1926 return LHS->isIdenticalTo(*RHS, MachineInstr::IgnoreVRegDefs);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp233 return A0 && A1 && A0->isIdenticalTo(A1) && A0->hasOneUse() && in canSinkStoresAndGEPs()
H A DReassociate.cpp1111 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 DFlattenCFG.cpp342 if (!iter1->isIdenticalTo(&*iter2)) in CompareIfRegionBlock()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h145 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp347 if (Op1.isIdenticalTo(Op2)) { in identicalOperands()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h718 bool isIdenticalTo(const Instruction *I) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp80 Entries.back().getInstr()->isIdenticalTo(MI)) { in startDbgValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp203 return MO1.isIdenticalTo(MO2) && in isIdenticalOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp108 if (BaseOpA->isIdenticalTo(*BaseOpB)) { in areMemAccessesTriviallyDisjoint()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp490 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 DInstructionSelectorImpl.h810 if (!State.MIs[InsnID]->getOperand(OpIdx).isIdenticalTo( in executeMatchTable()

123