Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp455 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 DSIFoldOperands.cpp775 if (Src1->isIdenticalTo(*Src0)) { in tryFoldInst()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp573 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 DBranchFolding.cpp343 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 DIfConversion.cpp642 if (!TIB->isIdenticalTo(*FIB)) in CountDuplicatedInstructions()
685 if (!RTIE->isIdenticalTo(*RFIE)) in CountDuplicatedInstructions()
749 assert(E1->isIdenticalTo(*E2) && in verifySameBranchInstructions()
H A DTargetInstrInfo.cpp413 return MI0.isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineOperand.h694 bool isIdenticalTo(const MachineOperand &Other) const;
943 return LHS.isIdenticalTo(RHS);
H A DMachineInstr.h943 bool isIdenticalTo(const MachineInstr &Other,
1598 return LHS->isIdenticalTo(*RHS, MachineInstr::IgnoreVRegDefs);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp75 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, in isIdenticalTo() function in MacroInfo
H A DPPDirectives.cpp2589 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 DMergedLoadStoreMotion.cpp230 if (A0 && A1 && A0->isIdenticalTo(A1) && A0->hasOneUse() && in sinkStore()
H A DReassociate.cpp984 if (I1->isIdenticalTo(I2)) in FindInOperandList()
993 if (I1->isIdenticalTo(I2)) in FindInOperandList()
H A DEarlyCSE.cpp313 return LHSI->isIdenticalTo(RHSI); in isEqual()
H A DLoopInterchange.cpp895 if (!I.isIdenticalTo(InnerIndexVarInc)) { in currentLimitations()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp52 Ranges.back().first->isIdenticalTo(MI)) { in startInstrRange()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp352 if (!iter1->isIdenticalTo(&*iter2)) in CompareIfRegionBlock()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h615 bool isIdenticalTo(const Instruction *I) const;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h146 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp346 if (Op1.isIdenticalTo(Op2)) { in identicalOperands()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp201 return MO1.isIdenticalTo(MO2) && in isIdenticalOp()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp109 if (BaseOpA->isIdenticalTo(*BaseOpB)) { in areMemAccessesTriviallyDisjoint()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstruction.cpp434 bool Instruction::isIdenticalTo(const Instruction *I) const { in isIdenticalTo() function in Instruction
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCodeGenPrepare.cpp450 if (InstTo && User->isIdenticalTo(InstTo)) { in ReplaceAllUsersOfWith()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h639 if (!State.MIs[InsnID]->getOperand(OpIdx).isIdenticalTo( in executeMatchTable()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3793 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()

12