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

1 2 3

  /external/llvm/lib/Target/AMDGPU/
SIInsertWaits.cpp 250 if (Data && Op.isIdenticalTo(*Data))
256 if (Data0 && Op.isIdenticalTo(*Data0))
260 return Data1 && Op.isIdenticalTo(*Data1);
269 return Op.isIdenticalTo(*I);
  /system/core/libutils/include/utils/
KeyedVector.h 62 inline bool isIdenticalTo(const KeyedVector& rhs) const;
124 bool KeyedVector<KEY,VALUE>::isIdenticalTo(const KeyedVector<KEY,VALUE>& rhs) const {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineInstr.h 242 /// isIdenticalTo - Return true if this instruction is identical to (same
244 bool isIdenticalTo(const MachineInstr *Other,
597 return LHS->isIdenticalTo(RHS, MachineInstr::IgnoreVRegDefs);
MachineOperand.h 451 /// isIdenticalTo - Return true if this operand is identical to the specified
453 bool isIdenticalTo(const MachineOperand &Other) const;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp 129 return LHSI->isIdenticalTo(RHSI);
199 return LHSI->isIdenticalTo(RHSI);
  /external/clang/lib/Lex/
MacroInfo.cpp 72 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
  /external/llvm/include/llvm/IR/
Instruction.h 433 bool isIdenticalTo(const Instruction *I) const;
435 /// This is like isIdenticalTo, except that it ignores the
453 /// is similar to isIdenticalTo except the operands themselves don't have to
  /external/llvm/lib/CodeGen/AsmPrinter/
DbgValueHistoryCalculator.cpp 45 Ranges.back().first->isIdenticalTo(MI)) {
  /external/swiftshader/third_party/LLVM/include/llvm/
Instruction.h 274 /// isIdenticalTo - Return true if the specified instruction is exactly
277 bool isIdenticalTo(const Instruction *I) const;
279 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
287 /// is similar to isIdenticalTo except the operands themselves don't have to
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineInstr.cpp 186 /// isIdenticalTo - Return true if this operand is identical to the specified
188 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const {
738 bool MachineInstr::isIdenticalTo(const MachineInstr *Other,
751 if (!MO.isIdenticalTo(OMO))
768 if (!MO.isIdenticalTo(OMO))
774 if (!MO.isIdenticalTo(OMO))
    [all...]
BranchFolding.cpp 331 if (!I1->isIdenticalTo(I2) ||
    [all...]
TargetInstrInfoImpl.cpp 216 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs);
LiveDebugVariables.cpp 189 if (LocMO.isIdenticalTo(locations[i]))
382 if (locations[KeepLoc].isIdenticalTo(locations[LocNo]))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 739 bool isIdenticalTo(const MachineInstr &Other,
    [all...]
MachineOperand.h 550 /// isIdenticalTo - Return true if this operand is identical to the specified
552 bool isIdenticalTo(const MachineOperand &Other) const;
557 /// isIdenticalTo uses for comparison. It is thus suited for use in hash
  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 302 if (A0 && A1 && A0->isIdenticalTo(A1) && isSafeToHoist(A0) &&
428 if (A0 && A1 && A0->isIdenticalTo(A1) && A0->hasOneUse() &&
  /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))
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 215 /// isIdenticalTo - Return true if this operand is identical to the specified
218 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const {
263 // Note: this must stay exactly in sync with isIdenticalTo above.
    [all...]
BranchFolding.cpp 365 if (!I1->isIdenticalTo(*I2) ||
809 assert(MBBICommon->isIdenticalTo(*MBBI) && "Expected matching MIIs!");
    [all...]
LiveDebugVariables.cpp 199 if (LocMO.isIdenticalTo(locations[i]))
430 if (locations[KeepLoc].isIdenticalTo(locations[LocNo]))
    [all...]
IfConversion.cpp 590 if (!TIB->isIdenticalTo(*FIB))
634 if (!TIE->isIdenticalTo(*FIE))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 173 /// isIdenticalTo - Return true if the specified instruction is exactly
176 bool Instruction::isIdenticalTo(const Instruction *I) const {
181 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
  /external/llvm/lib/IR/
Instruction.cpp 397 /// isIdenticalTo - Return true if the specified instruction is exactly
400 bool Instruction::isIdenticalTo(const Instruction *I) const {
405 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
  /external/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp 183 return MO1.isIdenticalTo(MO2) &&

Completed in 1394 milliseconds

1 2 3