/external/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaits.cpp | 250 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/ |
D | MachineInstr.h | 244 bool isIdenticalTo(const MachineInstr *Other, 597 return LHS->isIdenticalTo(RHS, MachineInstr::IgnoreVRegDefs);
|
D | MachineOperand.h | 453 bool isIdenticalTo(const MachineOperand &Other) const;
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 129 return LHSI->isIdenticalTo(RHSI); in isEqual() 199 return LHSI->isIdenticalTo(RHSI); in isEqual()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineInstr.cpp | 188 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()
|
D | BranchFolding.cpp | 331 if (!I1->isIdenticalTo(I2) || in ComputeCommonTailLength() 1098 if (!MBBIter->isIdenticalTo(PrevBBIter)) in OptimizeBlock() 1574 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
|
D | LiveDebugVariables.cpp | 189 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo() 382 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()
|
D | TargetInstrInfoImpl.cpp | 216 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
|
D | IfConversion.cpp | 565 if (!TIB->isIdenticalTo(FIB)) in ValidDiamond() 605 if (!TIE->isIdenticalTo(FIE)) in ValidDiamond()
|
/external/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 302 if (A0 && A1 && A0->isIdenticalTo(A1) && isSafeToHoist(A0) && in hoistLoad() 428 if (A0 && A1 && A0->isIdenticalTo(A1) && A0->hasOneUse() && in sinkStore()
|
D | EarlyCSE.cpp | 233 return LHSI->isIdenticalTo(RHSI); in isEqual()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.h | 277 bool isIdenticalTo(const Instruction *I) const;
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 218 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()
|
D | BranchFolding.cpp | 365 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()
|
D | LiveDebugVariables.cpp | 199 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo() 430 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()
|
/external/clang/lib/Lex/ |
D | MacroInfo.cpp | 72 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, in isIdenticalTo() function in MacroInfo
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgValueHistoryCalculator.cpp | 45 Ranges.back().first->isIdenticalTo(MI)) { in startInstrRange()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 739 bool isIdenticalTo(const MachineInstr &Other, 1298 return LHS->isIdenticalTo(*RHS, MachineInstr::IgnoreVRegDefs);
|
D | MachineOperand.h | 552 bool isIdenticalTo(const MachineOperand &Other) const;
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 433 bool isIdenticalTo(const Instruction *I) const;
|
/external/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 340 if (!iter1->isIdenticalTo(&*iter2)) in CompareIfRegionBlock()
|
/external/clang/include/clang/Lex/ |
D | MacroInfo.h | 142 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instruction.cpp | 176 bool Instruction::isIdenticalTo(const Instruction *I) const { in isIdenticalTo() function in Instruction
|
/external/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 183 return MO1.isIdenticalTo(MO2) && in isIdenticalOp()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 400 bool Instruction::isIdenticalTo(const Instruction *I) const { in isIdenticalTo() function in Instruction
|