Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineInstr.h248 bool isIdenticalTo(const MachineInstr *Other,
577 return LHS->isIdenticalTo(RHS, MachineInstr::IgnoreVRegDefs);
DMachineOperand.h429 bool isIdenticalTo(const MachineOperand &Other) const;
/external/clang/include/clang/Lex/
DMacroInfo.h134 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const;
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp129 return LHSI->isIdenticalTo(RHSI); in isEqual()
199 return LHSI->isIdenticalTo(RHSI); in isEqual()
/external/clang/lib/Lex/
DMacroInfo.cpp87 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const { in isIdenticalTo() function in MacroInfo
DPPDirectives.cpp1549 !MI->isIdenticalTo(*OtherMI, *this)) { in HandleDefineDirective()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp188 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const { in isIdenticalTo() function in MachineOperand
763 bool MachineInstr::isIdenticalTo(const MachineInstr *Other, in isIdenticalTo() function in MachineInstr
776 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
793 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
799 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
1096 if (!MOp.isIdenticalTo(MO)) in copyKillDeadInfo()
DBranchFolding.cpp331 if (!I1->isIdenticalTo(I2) || in ComputeCommonTailLength()
1098 if (!MBBIter->isIdenticalTo(PrevBBIter)) in OptimizeBlock()
1574 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
DTargetInstrInfoImpl.cpp178 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
DLiveDebugVariables.cpp162 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo()
344 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()
DIfConversion.cpp565 if (!TIB->isIdenticalTo(FIB)) in ValidDiamond()
605 if (!TIE->isIdenticalTo(FIE)) in ValidDiamond()
/external/llvm/include/llvm/
DInstruction.h270 bool isIdenticalTo(const Instruction *I) const;
/external/llvm/lib/VMCore/
DInstruction.cpp171 bool Instruction::isIdenticalTo(const Instruction *I) const { in isIdenticalTo() function in Instruction
/external/llvm/lib/Transforms/Utils/
DLocal.cpp684 if (OtherPN->isIdenticalTo(PN)) { in EliminateDuplicatePHINodes()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1114 if (!MO0.isIdenticalTo(MO1)) in produceSameValue()
1120 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1431 MInsn->isIdenticalTo(History.back()))) { in collectVariableInfo()
1874 Prev->isIdenticalTo(History[History.size() - 2])) { in beginFunction()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp557 if (User != &I && !I.isIdenticalTo(User)) in FoldOpIntoPhi()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5121 if (AI->isIdenticalTo(BI) && !AI->mayReadFromMemory()) in HasSameValue()