Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DMacroInfo.cpp67 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const { in isIdenticalTo() function in MacroInfo
DPPMacroExpansion.cpp101 if (!Prev->getInfo()->isIdenticalTo(*MD->getInfo(), *this)) { in addLoadedMacroInfo()
DPPDirectives.cpp1934 !MI->isIdenticalTo(*OtherMI, *this)) { in HandleDefineDirective()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp170 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const { in isIdenticalTo() function in MachineOperand
770 bool MachineInstr::isIdenticalTo(const MachineInstr *Other, in isIdenticalTo() function in MachineInstr
786 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check)) in isIdenticalTo()
796 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
813 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
819 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
DBranchFolding.cpp340 if (!I1->isIdenticalTo(I2) || in ComputeCommonTailLength()
1133 if (!MBBIter->isIdenticalTo(PrevBBIter)) in OptimizeBlock()
1615 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
DLiveDebugVariables.cpp189 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo()
386 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()
DTargetInstrInfo.cpp294 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
DIfConversion.cpp574 if (!TIB->isIdenticalTo(FIB)) in ValidDiamond()
614 if (!TIE->isIdenticalTo(FIE)) in ValidDiamond()
/external/clang/include/clang/Lex/
DMacroInfo.h133 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const;
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h596 bool isIdenticalTo(const MachineInstr *Other,
1062 return LHS->isIdenticalTo(RHS, MachineInstr::IgnoreVRegDefs);
DMachineOperand.h517 bool isIdenticalTo(const MachineOperand &Other) const;
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp153 if (LHSI->isIdenticalTo(RHSI)) return true; in isEqual()
257 return LHSI->isIdenticalTo(RHSI); in isEqual()
/external/llvm/include/llvm/IR/
DInstruction.h338 bool isIdenticalTo(const Instruction *I) const;
/external/llvm/lib/Target/R600/
DSIInsertWaits.cpp173 return Op.isIdenticalTo(*I); in isOpRelevant()
/external/llvm/lib/IR/
DInstruction.cpp263 bool Instruction::isIdenticalTo(const Instruction *I) const { in isIdenticalTo() function in Instruction
/external/llvm/lib/Transforms/Utils/
DLocal.cpp733 if (OtherPN->isIdenticalTo(PN)) { in EliminateDuplicatePHINodes()
DSimplifyCFG.cpp1890 if (Inst->isIdenticalTo(PBI)) { in checkCSEInPredecessor()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1160 MInsn->isIdenticalTo(History.back()))) { in collectVariableInfo()
1416 Prev->isIdenticalTo(History[History.size() - 2])) { in beginFunction()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1364 if (!MO0.isIdenticalTo(MO1)) in produceSameValue()
1370 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp636 if (User != &I && !I.isIdenticalTo(User)) in FoldOpIntoPhi()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5602 if (AI->isIdenticalTo(BI) && !AI->mayReadFromMemory()) in HasSameValue()