/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | 2009-07-16-InlineAsm-M-Operand.ll | 3 ; Machine code verifier will call isRegTiedToDefOperand() on /all/ register use
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2009-07-16-InlineAsm-M-Operand.ll | 3 ; Machine code verifier will call isRegTiedToDefOperand() on /all/ register use
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2009-07-16-InlineAsm-M-Operand.ll | 3 ; Machine code verifier will call isRegTiedToDefOperand() on /all/ register use
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegisterScavenging.cpp | 168 if (!isPred && (MO.isKill() || MI->isRegTiedToDefOperand(i))) in forward() 211 assert((!EarlyClobberRegs.test(Reg) || MI->isRegTiedToDefOperand(i)) && in forward()
|
D | RegAllocFast.cpp | 215 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()
|
D | Spiller.cpp | 130 if (mop.isUse() && !mi->isRegTiedToDefOperand(mopIdx)) { in trivialSpillEverywhere()
|
D | VirtRegRewriter.cpp | 79 (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()
|
D | ProcessImplicitDefs.cpp | 174 if (MO.isKill() || MI->isRegTiedToDefOperand(i)) { in runOnMachineFunction()
|
D | InlineSpiller.cpp | 872 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()
|
D | TwoAddressInstructionPass.cpp | 295 (MO.isDef() || UseMI->isRegTiedToDefOperand(i))) in isTwoAddrUse() 462 if (MI.isRegTiedToDefOperand(i, &ti)) { in isTwoAddrUse() 1095 if (!mi->isRegTiedToDefOperand(SrcIdx, &DstIdx)) in runOnMachineFunction()
|
D | MachineInstr.cpp | 870 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()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 240 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()
|
D | MachineInstrBundle.cpp | 287 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo())) in analyzeVirtReg()
|
D | LiveRangeCalc.cpp | 198 else if (MI->isRegTiedToDefOperand(OpNo, &DefIdx)) { in extendToUses()
|
D | InlineSpiller.cpp | 761 if (!MI->isRegTiedToDefOperand(Idx)) in foldMemoryOperand() 957 if (!OpPair.first->isRegTiedToDefOperand(OpPair.second)) in spillAroundUses()
|
D | TwoAddressInstructionPass.cpp | 481 if (MI.isRegTiedToDefOperand(i, &ti)) { in isTwoAddrUse() 1410 if (!MI->isRegTiedToDefOperand(SrcIdx, &DstIdx)) in collectTiedOperands()
|
D | MachineInstr.cpp | 1194 if (getOperand(OpIdx).isUse() && isRegTiedToDefOperand(OpIdx, &DefIdx)) in getRegClassConstraint() 1968 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineInstrBundle.cpp | 289 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo())) in analyzeVirtReg()
|
D | LiveRangeCalc.cpp | 202 else if (MI->isRegTiedToDefOperand(OpNo, &DefIdx)) { in extendToUses()
|
D | InlineSpiller.cpp | 793 if (!MI->isRegTiedToDefOperand(Idx)) in foldMemoryOperand() 1012 if (!OpPair.first->isRegTiedToDefOperand(OpPair.second)) in spillAroundUses()
|
D | TwoAddressInstructionPass.cpp | 510 if (MI.isRegTiedToDefOperand(i, &ti)) { in isTwoAddrUse() 1465 if (!MI->isRegTiedToDefOperand(SrcIdx, &DstIdx)) in collectTiedOperands()
|
D | MachineInstr.cpp | 666 if (getOperand(OpIdx).isUse() && isRegTiedToDefOperand(OpIdx, &DefIdx)) in getRegClassConstraint() 1589 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineInstr.h | 425 bool isRegTiedToDefOperand(unsigned UseOpIdx, unsigned *DefOpIdx = 0) const;
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1058 bool isRegTiedToDefOperand(unsigned UseOpIdx,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1146 bool isRegTiedToDefOperand(unsigned UseOpIdx,
|