Searched refs:OpCopy (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | BlockGenerators.cpp | 1753 Value *OpCopy = nullptr; in addOperandToPHI() local 1763 OpCopy = getNewValue(Stmt, Op, BBCopyMap, LTS, getLoopForStmt(Stmt)); in addOperandToPHI() 1775 OpCopy = getNewValue(Stmt, PHI, BBCopyMap, LTS, getLoopForStmt(Stmt)); in addOperandToPHI() 1778 assert(OpCopy && "Incoming PHI value was not copied properly"); in addOperandToPHI() 1779 PHICopy->addIncoming(OpCopy, BBCopyEnd); in addOperandToPHI()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 1520 unsigned OpCopy; // Opcode for copying dividend into lowreg, or in selectDivRem() member 1601 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(OpEntry.OpCopy), in selectDivRem()
|
| H A D | X86FastISel.cpp | 1887 unsigned OpCopy; // Opcode for copying dividend into lowreg, or in X86SelectDivRem() member 1958 TII.get(OpEntry.OpCopy), TypeEntry.LowInReg).addReg(Op0Reg); in X86SelectDivRem()
|