Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/AMDGPU/
DSIInsertWaits.cpp250 if (Data && Op.isIdenticalTo(*Data)) in isOpRelevant()
256 if (Data0 && Op.isIdenticalTo(*Data0)) in isOpRelevant()
260 return Data1 && Op.isIdenticalTo(*Data1); in isOpRelevant()
269 return Op.isIdenticalTo(*I); in isOpRelevant()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h244 bool isIdenticalTo(const MachineInstr *Other,
597 return LHS->isIdenticalTo(RHS, MachineInstr::IgnoreVRegDefs);
DMachineOperand.h453 bool isIdenticalTo(const MachineOperand &Other) const;
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp129 return LHSI->isIdenticalTo(RHSI); in isEqual()
199 return LHSI->isIdenticalTo(RHSI); in isEqual()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp188 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const { in isIdenticalTo() function in MachineOperand
738 bool MachineInstr::isIdenticalTo(const MachineInstr *Other, in isIdenticalTo() function in MachineInstr
751 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
768 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
774 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
1108 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()
DLiveDebugVariables.cpp189 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo()
382 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()
DTargetInstrInfoImpl.cpp216 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
DIfConversion.cpp565 if (!TIB->isIdenticalTo(FIB)) in ValidDiamond()
605 if (!TIE->isIdenticalTo(FIE)) in ValidDiamond()
/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp302 if (A0 && A1 && A0->isIdenticalTo(A1) && isSafeToHoist(A0) && in hoistLoad()
428 if (A0 && A1 && A0->isIdenticalTo(A1) && A0->hasOneUse() && in sinkStore()
DEarlyCSE.cpp233 return LHSI->isIdenticalTo(RHSI); in isEqual()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h277 bool isIdenticalTo(const Instruction *I) const;
/external/llvm/lib/CodeGen/
DMachineInstr.cpp218 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const { in isIdenticalTo() function in MachineOperand
970 bool MachineInstr::isIdenticalTo(const MachineInstr &Other, in isIdenticalTo() function in MachineInstr
986 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(*I2, Check)) in isIdenticalTo()
996 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
1013 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
1019 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
DBranchFolding.cpp365 if (!I1->isIdenticalTo(*I2) || in ComputeCommonTailLength()
809 assert(MBBICommon->isIdenticalTo(*MBBI) && "Expected matching MIIs!"); in mergeMMOsFromMemoryOperations()
1321 if (!MBBIter->isIdenticalTo(*PrevBBIter)) in OptimizeBlock()
1809 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
DLiveDebugVariables.cpp199 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo()
430 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()
/external/clang/lib/Lex/
DMacroInfo.cpp72 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, in isIdenticalTo() function in MacroInfo
/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.cpp45 Ranges.back().first->isIdenticalTo(MI)) { in startInstrRange()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h739 bool isIdenticalTo(const MachineInstr &Other,
1298 return LHS->isIdenticalTo(*RHS, MachineInstr::IgnoreVRegDefs);
DMachineOperand.h552 bool isIdenticalTo(const MachineOperand &Other) const;
/external/llvm/include/llvm/IR/
DInstruction.h433 bool isIdenticalTo(const Instruction *I) const;
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp340 if (!iter1->isIdenticalTo(&*iter2)) in CompareIfRegionBlock()
/external/clang/include/clang/Lex/
DMacroInfo.h142 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp176 bool Instruction::isIdenticalTo(const Instruction *I) const { in isIdenticalTo() function in Instruction
/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp183 return MO1.isIdenticalTo(MO2) && in isIdenticalOp()
/external/llvm/lib/IR/
DInstruction.cpp400 bool Instruction::isIdenticalTo(const Instruction *I) const { in isIdenticalTo() function in Instruction

12