Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineInstr.cpp190 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const { in isIdenticalTo() function in MachineOperand
772 bool MachineInstr::isIdenticalTo(const MachineInstr *Other, in isIdenticalTo() function in MachineInstr
788 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check)) in isIdenticalTo()
798 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
815 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
821 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
1206 if (!MOp.isIdenticalTo(MO)) in copyKillDeadInfo()
DBranchFolding.cpp342 if (!I1->isIdenticalTo(I2) || in ComputeCommonTailLength()
1129 if (!MBBIter->isIdenticalTo(PrevBBIter)) in OptimizeBlock()
1615 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
DLiveDebugVariables.cpp189 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo()
382 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()
DTargetInstrInfoImpl.cpp246 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
DIfConversion.cpp565 if (!TIB->isIdenticalTo(FIB)) in ValidDiamond()
605 if (!TIE->isIdenticalTo(FIE)) in ValidDiamond()
/external/clang/lib/Lex/
DMacroInfo.cpp92 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const { in isIdenticalTo() function in MacroInfo
DPPDirectives.cpp1816 !MI->isIdenticalTo(*OtherMI, *this)) { in HandleDefineDirective()
/external/clang/include/clang/Lex/
DMacroInfo.h146 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const;
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp131 return LHSI->isIdenticalTo(RHSI); in isEqual()
201 return LHSI->isIdenticalTo(RHSI); in isEqual()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h576 bool isIdenticalTo(const MachineInstr *Other,
947 return LHS->isIdenticalTo(RHS, MachineInstr::IgnoreVRegDefs);
DMachineOperand.h504 bool isIdenticalTo(const MachineOperand &Other) const;
/external/llvm/include/llvm/
DInstruction.h257 bool isIdenticalTo(const Instruction *I) const;
/external/llvm/lib/VMCore/
DInstruction.cpp173 bool Instruction::isIdenticalTo(const Instruction *I) const { in isIdenticalTo() function in Instruction
/external/llvm/lib/Transforms/Utils/
DLocal.cpp687 if (OtherPN->isIdenticalTo(PN)) { in EliminateDuplicatePHINodes()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1019 MInsn->isIdenticalTo(History.back()))) { in collectVariableInfo()
1269 Prev->isIdenticalTo(History[History.size() - 2])) { in beginFunction()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1283 if (!MO0.isIdenticalTo(MO1)) in produceSameValue()
1289 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp611 if (User != &I && !I.isIdenticalTo(User)) in FoldOpIntoPhi()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5594 if (AI->isIdenticalTo(BI) && !AI->mayReadFromMemory()) in HasSameValue()