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

  /frameworks/native/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/clang/include/clang/Lex/
MacroInfo.h 169 /// isIdenticalTo - Return true if the specified macro definition is equal to
172 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const;
  /external/clang/lib/Lex/
MacroInfo.cpp 90 /// isIdenticalTo - Return true if the specified macro definition is equal to
94 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const {
PPDirectives.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 581 /// isIdenticalTo - Return true if this instruction is identical to (same
583 bool isIdenticalTo(const MachineInstr *Other,
    [all...]
MachineOperand.h 512 /// isIdenticalTo - Return true if this operand is identical to the specified
514 bool isIdenticalTo(const MachineOperand &Other) const;
519 /// isIdenticalTo uses for comparison. It is thus suited for use in hash
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 131 return LHSI->isIdenticalTo(RHSI);
201 return LHSI->isIdenticalTo(RHSI);
  /external/llvm/include/llvm/
Instruction.h 275 /// isIdenticalTo - Return true if the specified instruction is exactly
278 bool isIdenticalTo(const Instruction *I) const;
280 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
298 /// is similar to isIdenticalTo except the operands themselves don't have to
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 168 /// isIdenticalTo - Return true if this operand is identical to the specified
171 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const {
212 // Note: this must stay exactly in sync with isIdenticalTo above.
832 bool MachineInstr::isIdenticalTo(const MachineInstr *Other,
848 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
858 if (!MO.isIdenticalTo(OMO))
875 if (!MO.isIdenticalTo(OMO))
881 if (!MO.isIdenticalTo(OMO))
    [all...]
LiveDebugVariables.cpp 189 if (LocMO.isIdenticalTo(locations[i]))
382 if (locations[KeepLoc].isIdenticalTo(locations[LocNo]))
    [all...]
BranchFolding.cpp 341 if (!I1->isIdenticalTo(I2) ||
    [all...]
TargetInstrInfoImpl.cpp 237 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs);
IfConversion.cpp 573 if (!TIB->isIdenticalTo(FIB))
613 if (!TIE->isIdenticalTo(FIE))
    [all...]
  /external/llvm/lib/VMCore/
Instruction.cpp 170 /// isIdenticalTo - Return true if the specified instruction is exactly
173 bool Instruction::isIdenticalTo(const Instruction *I) const {
178 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
  /external/llvm/lib/Transforms/Utils/
Local.cpp 698 if (OtherPN->isIdenticalTo(PN)) {
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 615 if (User != &I && !I.isIdenticalTo(User))
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 594 milliseconds