HomeSort by relevance Sort by last modified time
    Searched refs:isIdenticalTo (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/lib/Target/AMDGPU/
SIInsertWaits.cpp 211 if (Data && Op.isIdenticalTo(*Data))
215 if (Data0 && Op.isIdenticalTo(*Data0))
219 if (Data1 && Op.isIdenticalTo(*Data1))
231 return Op.isIdenticalTo(*I);
  /system/core/include/utils/
KeyedVector.h 63 inline bool isIdenticalTo(const KeyedVector& rhs) const;
132 bool KeyedVector<KEY,VALUE>::isIdenticalTo(const KeyedVector<KEY,VALUE>& rhs) const {
  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 338 if (A0 && A1 && A0->isIdenticalTo(A1) && isSafeToHoist(A0) &&
466 if (A0 && A1 && A0->isIdenticalTo(A1) && A0->hasOneUse() &&
EarlyCSE.cpp 155 if (LHSI->isIdenticalTo(RHSI))
250 return LHSI->isIdenticalTo(RHSI);
    [all...]
Reassociate.cpp     [all...]
LoopInterchange.cpp 839 if (!Ins.isIdenticalTo(InnerIndexVarInc))
    [all...]
  /external/clang/lib/Lex/
MacroInfo.cpp 72 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
PPDirectives.cpp     [all...]
PPMacroExpansion.cpp 195 !MI->isIdenticalTo(*NewMI, *this, /*Syntactically=*/true))
    [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 412 /// isIdenticalTo - Return true if the specified instruction is exactly
415 bool isIdenticalTo(const Instruction *I) const;
417 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
435 /// is similar to isIdenticalTo except the operands themselves don't have to
  /external/llvm/lib/CodeGen/AsmPrinter/
DbgValueHistoryCalculator.cpp 43 Ranges.back().first->isIdenticalTo(&MI)) {
  /external/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp 181 return MO1.isIdenticalTo(MO2) &&
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 214 /// isIdenticalTo - Return true if this operand is identical to the specified
217 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const {
262 // Note: this must stay exactly in sync with isIdenticalTo above.
885 bool MachineInstr::isIdenticalTo(const MachineInstr *Other,
901 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(&*I2, Check))
    [all...]
BranchFolding.cpp 360 if (!I1->isIdenticalTo(I2) ||
792 assert(MBBICommon->isIdenticalTo(&*MBBI) && "Expected matching MIIs!");
    [all...]
LiveDebugVariables.cpp 196 if (LocMO.isIdenticalTo(locations[i]))
427 if (locations[KeepLoc].isIdenticalTo(locations[LocNo]))
    [all...]
IfConversion.cpp 589 if (!TIB->isIdenticalTo(FIB))
629 if (!TIE->isIdenticalTo(FIE))
    [all...]
TargetInstrInfo.cpp 388 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 707 bool isIdenticalTo(const MachineInstr *Other,
    [all...]
MachineOperand.h 541 /// isIdenticalTo - Return true if this operand is identical to the specified
543 bool isIdenticalTo(const MachineOperand &Other) const;
548 /// isIdenticalTo uses for comparison. It is thus suited for use in hash
  /external/clang/include/clang/Lex/
MacroInfo.h 142 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 340 if (!iter1->isIdenticalTo(&*iter2))
Local.cpp     [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/IR/
Instruction.cpp 329 /// isIdenticalTo - Return true if the specified instruction is exactly
332 bool Instruction::isIdenticalTo(const Instruction *I) const {
337 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]

Completed in 1747 milliseconds

1 2