Searched refs:isIdenticalTo (Results 26 - 50 of 58) sorted by relevance

123

/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp552 bool Instruction::isIdenticalTo(const Instruction *I) const {
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1116 if (I1->isIdenticalTo(I2))
1125 if (I1->isIdenticalTo(I2))
H A DDeadStoreElimination.cpp2005 if (DefInst->isIdenticalTo(UpperInst))
H A DEarlyCSE.cpp521 return LHSI->isIdenticalTo(RHSI);
H A DLoopFuse.cpp1509 if (!FC0CmpInst->isIdenticalTo(FC1CmpInst))
/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp273 AllOpsMatch = A.getOperand(i).isIdenticalTo(B->getOperand(i));
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h830 if (!State.MIs[InsnID]->getOperand(OpIdx).isIdenticalTo(
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOperand.cpp298 /// isIdenticalTo - Return true if this operand is identical to the specified
301 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const { function in class:MachineOperand
370 // Note: this must stay exactly in sync with isIdenticalTo above.
H A DTargetInstrInfo.cpp429 return MI0.isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs);
H A DLiveDebugVariables.cpp376 if (LocMO.isIdenticalTo(locations[i]))
H A DMachinePipeliner.cpp801 if (BaseOp1->isIdenticalTo(*BaseOp2) &&
2294 if (!InitDefS->isIdenticalTo(*InitDefD))
H A DAssignmentTrackingAnalysis.cpp1680 if (A.Source->isIdenticalTo(B.Source))
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DPPMacroExpansion.cpp249 !MI->isIdenticalTo(*NewMI, *this, /*Syntactically=*/true))
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1135 if (!Prev->getOperand(1).isIdenticalTo(MI->getOperand(1)) ||
H A DARMBaseInstrInfo.cpp1930 if (!MO0.isIdenticalTo(MO1))
1936 return MI0.isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp1336 return LHS->isIdenticalTo(RHS);
2512 return LHS->isIdenticalTo(RHS);
H A DSimplifyCFG.cpp6876 if (!LPad2 || !LPad2->isIdenticalTo(LPad))
6881 if (!BI2 || !BI2->isIdenticalTo(BI))
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp457 if (BaseOps1.front()->isIdenticalTo(*BaseOps2.front()))
3257 if (!BaseOps1[I]->isIdenticalTo(*BaseOps2[I]))
4411 } else if (!MO.isIdenticalTo(*LiteralVal)) {
4502 !Src0.isIdenticalTo(Src1)) {
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp477 return I->isIdenticalTo(J);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2005 if (!I.isIdenticalTo(&(*NIt))) {
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp1557 } else if (!CurrentDefinition->isIdenticalTo(*CmdLineDefinition, PP,
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10298 return I1->isIdenticalTo(I2);
10299 if (SI1->isIdenticalTo(SI2))
12049 !L2->isIdenticalTo(cast<Instruction>(RHS)))
12053 !L1->isIdenticalTo(cast<Instruction>(LHS)))
12059 !L1->isIdenticalTo(cast<Instruction>(LHS)) ||
12060 !L2->isIdenticalTo(cast<Instruction>(RHS)))
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1190 if (UI != &I && !I.isIdenticalTo(UI))
H A DInstCombineCalls.cpp2877 if (NFI && FI.isIdenticalTo(NFI))
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1407 if (ImplicitOperand.isIdenticalTo(I.Operand))

Completed in 447 milliseconds

123