Home
last modified time | relevance | path

Searched refs:isRegTiedToDefOperand (Results 1 – 23 of 23) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
D2009-07-16-InlineAsm-M-Operand.ll3 ; Machine code verifier will call isRegTiedToDefOperand() on /all/ register use
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2009-07-16-InlineAsm-M-Operand.ll3 ; Machine code verifier will call isRegTiedToDefOperand() on /all/ register use
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterScavenging.cpp168 if (!isPred && (MO.isKill() || MI->isRegTiedToDefOperand(i))) in forward()
211 assert((!EarlyClobberRegs.test(Reg) || MI->isRegTiedToDefOperand(i)) && in forward()
DRegAllocFast.cpp215 if (MO.isUse() && !LR.LastUse->isRegTiedToDefOperand(LR.LastOpNum)) { in addKillFlag()
659 if (MO.isEarlyClobber() || MI->isRegTiedToDefOperand(i) || in handleThroughOperands()
693 if (!MI->isRegTiedToDefOperand(i, &DefIdx)) continue; in handleThroughOperands()
954 if (!MO.isDef() && !MI->isRegTiedToDefOperand(i)) continue; in AllocateBasicBlock()
DSpiller.cpp130 if (mop.isUse() && !mi->isRegTiedToDefOperand(mopIdx)) { in trivialSpillEverywhere()
DProcessImplicitDefs.cpp174 if (MO.isKill() || MI->isRegTiedToDefOperand(i)) { in runOnMachineFunction()
DVirtRegRewriter.cpp79 (MO.isKill() || MI.isRegTiedToDefOperand(&MO-&MI.getOperand(0)))) in substitutePhysReg()
1496 if (!DefMI->isRegTiedToDefOperand(1, &DefIdx) || DefIdx != 0) in CommuteChangesDestination()
1548 if (!MI.isRegTiedToDefOperand(UseIdx, &DefIdx)) in CommuteToFoldReload()
1723 if (LastUDMI->isRegTiedToDefOperand(i)) in TransferDeadness()
2035 bool isTied = MI.isRegTiedToDefOperand(i); in ProcessUses()
2231 if (!MI.isRegTiedToDefOperand(i) && in ProcessUses()
DInlineSpiller.cpp872 if (MO.isUse() ? MI->isRegTiedToDefOperand(Ops[i]) : MO.getSubReg()) { in reMaterializeFor()
1035 if (!MI->isRegTiedToDefOperand(Idx)) in foldMemoryOperand()
1180 if (!MI->isRegTiedToDefOperand(Ops[i])) in spillAroundUses()
DTwoAddressInstructionPass.cpp295 (MO.isDef() || UseMI->isRegTiedToDefOperand(i))) in isTwoAddrUse()
462 if (MI.isRegTiedToDefOperand(i, &ti)) { in isTwoAddrUse()
1095 if (!mi->isRegTiedToDefOperand(SrcIdx, &DstIdx)) in runOnMachineFunction()
DMachineInstr.cpp870 if (getOperand(OpIdx).isUse() && isRegTiedToDefOperand(OpIdx, &DefIdx)) in getRegClassConstraint()
1042 isRegTiedToDefOperand(unsigned UseOpIdx, unsigned *DefOpIdx) const { in isRegTiedToDefOperand() function in MachineInstr
1582 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()
DLiveIntervalAnalysis.cpp1065 if (MI->isRegTiedToDefOperand(OpIdx)) { in FilterFoldedOps()
2040 if (!LastUse->isRegTiedToDefOperand(UseIdx)) { in addIntervalsForSpills()
DMachineVerifier.cpp635 if (MI->isRegTiedToDefOperand(MONum, &defIdx)) { in visitMachineOperand()
/external/llvm/lib/CodeGen/
DRegAllocFast.cpp240 if (MO.isUse() && !LR.LastUse->isRegTiedToDefOperand(LR.LastOpNum)) { in addKillFlag()
724 if (MO.isEarlyClobber() || MI->isRegTiedToDefOperand(i) || in handleThroughOperands()
755 if (!MI->isRegTiedToDefOperand(i, &DefIdx)) continue; in handleThroughOperands()
1009 if (!MO.isDef() && !MI->isRegTiedToDefOperand(i)) continue; in AllocateBasicBlock()
DMachineInstrBundle.cpp287 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo())) in analyzeVirtReg()
DLiveRangeCalc.cpp198 else if (MI->isRegTiedToDefOperand(OpNo, &DefIdx)) { in extendToUses()
DInlineSpiller.cpp761 if (!MI->isRegTiedToDefOperand(Idx)) in foldMemoryOperand()
957 if (!OpPair.first->isRegTiedToDefOperand(OpPair.second)) in spillAroundUses()
DTwoAddressInstructionPass.cpp481 if (MI.isRegTiedToDefOperand(i, &ti)) { in isTwoAddrUse()
1410 if (!MI->isRegTiedToDefOperand(SrcIdx, &DstIdx)) in collectTiedOperands()
DMachineInstr.cpp1194 if (getOperand(OpIdx).isUse() && isRegTiedToDefOperand(OpIdx, &DefIdx)) in getRegClassConstraint()
1968 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()
DMachineVerifier.cpp965 MI->isRegTiedToDefOperand(MONum, &DefIdx) && in visitMachineOperand()
DRegisterCoalescer.cpp710 if (UseMI->isRegTiedToDefOperand(OpNo)) in removeCopyByCommutingDef()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h425 bool isRegTiedToDefOperand(unsigned UseOpIdx, unsigned *DefOpIdx = 0) const;
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h1058 bool isRegTiedToDefOperand(unsigned UseOpIdx,
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp116 if (MI->isPHI() || MI->isRegTiedToDefOperand(OpNo) || MI->isPseudo()) in replaceUsesWithZeroReg()