HomeSort by: relevance | last modified time | path
    Searched refs:isIdenticalTo (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIPreEmitPeephole.cpp 186 Found = Term.isIdenticalTo(MI);
232 if (!MI.isIdenticalTo(First))
SILowerControlFlow.cpp 538 if (Ops[0].isIdenticalTo(Ops[1])) UniqueOpndIdx = 2;
539 else if (Ops[0].isIdenticalTo(Ops[2])) UniqueOpndIdx = 1;
540 else if (Ops[1].isIdenticalTo(Ops[2])) UniqueOpndIdx = 1;
GCNDPPCombine.cpp 548 if (Src1 && Src1->isIdenticalTo(*Src0)) {
SIFoldOperands.cpp 1160 if (!Src1->isIdenticalTo(*Src0)) {
1163 if (!Src1Imm->isIdenticalTo(*Src0Imm))
1751 if (CurrentKnownM0Val && CurrentKnownM0Val->isIdenticalTo(NewM0Val)) {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
MacroInfo.cpp 74 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
PPDirectives.cpp 2817 if (!OtherMI || !MI->isIdenticalTo(*OtherMI, *this,
2845 !MI->isIdenticalTo(*OtherMI, *this,
2855 // then don't bother calling MacroInfo::isIdenticalTo.
2868 !MI->isIdenticalTo(*OtherMI, *this, /*Syntactic=*/LangOpts.MicrosoftExt)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVETPAndVPTOptimisationsPass.cpp 558 if (CondOP1.isIdenticalTo(PrevOP1) && CondOP2.isIdenticalTo(PrevOP2))
564 return ExpectedCode == GetCondCode(Prev) && CondOP1.isIdenticalTo(PrevOP2) &&
565 CondOP2.isIdenticalTo(PrevOP1);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOperand.h 720 bool isIdenticalTo(const MachineOperand &Other) const;
725 /// isIdenticalTo uses for comparison. It is thus suited for use in hash
727 /// stay exactly in sync with isIdenticalTo above.
984 return LHS.isIdenticalTo(RHS);
MachineInstr.h 1138 /// operands are identical (with respect to MachineOperand::isIdenticalTo()).
1141 bool isIdenticalTo(const MachineInstr &Other,
1916 return LHS->isIdenticalTo(*RHS, MachineInstr::IgnoreVRegDefs);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 233 return A0 && A1 && A0->isIdenticalTo(A1) && A0->hasOneUse() &&
Reassociate.cpp 1111 if (I1->isIdenticalTo(I2))
1120 if (I1->isIdenticalTo(I2))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BranchFolding.cpp 334 if (!MBBI1->isIdenticalTo(*MBBI2) ||
788 assert(MBBICommon->isIdenticalTo(*MBBI) && "Expected matching MIIs!");
838 assert(MI.isIdenticalTo(*Pos) && "Expected matching MIIs!");
1424 if (!MBBIter->isIdenticalTo(*PrevBBIter))
1937 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead))
MachineInstr.cpp 592 bool MachineInstr::isIdenticalTo(const MachineInstr &Other,
612 if (!I1->isIdenticalTo(*I2, Check))
626 if (!MO.isIdenticalTo(OMO))
640 if (!MO.isIdenticalTo(OMO))
643 if (!MO.isIdenticalTo(OMO))
649 if (!MO.isIdenticalTo(OMO))
IfConversion.cpp 749 if (!TIB->isIdenticalTo(*FIB))
792 if (!RTIE->isIdenticalTo(*RFIE))
856 assert(E1->isIdenticalTo(*E2) &&
TypePromotion.cpp 432 if (InstTo && User->isIdenticalTo(InstTo)) {
MachineOperand.cpp 279 /// isIdenticalTo - Return true if this operand is identical to the specified
282 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const {
350 // Note: this must stay exactly in sync with isIdenticalTo above.
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h 145 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 699 bool isIdenticalTo(const Instruction *I) const;
701 /// This is like isIdenticalTo, except that it ignores the
719 /// is similar to isIdenticalTo except the operands themselves don't have to
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCBranchCoalescing.cpp 347 if (Op1.isIdenticalTo(Op2)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 342 if (!iter1->isIdenticalTo(&*iter2))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DbgEntityHistoryCalculator.cpp 80 Entries.back().getInstr()->isIdenticalTo(MI)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp 203 return MO1.isIdenticalTo(MO2) &&
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 469 bool Instruction::isIdenticalTo(const Instruction *I) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 108 if (BaseOpA->isIdenticalTo(*BaseOpB)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h 810 if (!State.MIs[InsnID]->getOperand(OpIdx).isIdenticalTo(

Completed in 78 milliseconds

1 2 3