Searched refs:isCoalescable (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegisterCoalescer.h71 /// isCoalescable - Return true if MI is a copy instruction that will become
73 bool isCoalescable(const MachineInstr*) const;
H A DRegisterCoalescer.cpp334 bool CoalescerPair::isCoalescable(const MachineInstr *MI) const { function in class:CoalescerPair
470 if (!CP.isCoalescable(AValNo->getCopy()))
1445 !CP.isCoalescable(LIS->getInstructionFromIndex(RI->start)))) {
1457 !CP.isCoalescable(LIS->getInstructionFromIndex(LI->start))) {
1503 if (!CP.isCoalescable(MI) &&
1530 if (!CP.isCoalescable(MI) &&
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.h81 bool isCoalescable(const MachineInstr*) const;
H A DRegisterCoalescer.cpp410 bool CoalescerPair::isCoalescable(const MachineInstr *MI) const { function in class:CoalescerPair
517 // Don't allow any partial copies, even if isCoalescable() allows them.
518 if (!CP.isCoalescable(ACopyMI) || !ACopyMI->isFullCopy())
2129 if (CP.isCoalescable(DefMI)) {
H A DLiveInterval.cpp416 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def)))

Completed in 169 milliseconds