Searched refs:isFullCopyOf (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | InlineSpiller.cpp | 211 static unsigned isFullCopyOf(const MachineInstr *MI, unsigned Reg) { in isFullCopyOf() function 245 if (isFullCopyOf(MI, Reg)) in isSnippet() 281 unsigned SnipReg = isFullCopyOf(MI, Reg); in collectRegsToSpill() 578 if (unsigned SrcReg = isFullCopyOf(MI, Reg)) { in traceSiblingValue() 770 if (unsigned DstReg = isFullCopyOf(MI, Reg)) { in eliminateRedundantSpills() 1138 unsigned SibReg = isFullCopyOf(MI, Reg); in spillAroundUses()
|
/external/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 239 static unsigned isFullCopyOf(const MachineInstr &MI, unsigned Reg) { in isFullCopyOf() function 274 if (isFullCopyOf(MI, Reg)) in isSnippet() 311 unsigned SnipReg = isFullCopyOf(MI, Reg); in collectRegsToSpill() 437 if (unsigned DstReg = isFullCopyOf(MI, Reg)) { in eliminateRedundantSpills() 917 unsigned SibReg = isFullCopyOf(*MI, Reg); in spillAroundUses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 257 static unsigned isFullCopyOf(const MachineInstr &MI, unsigned Reg) { in isFullCopyOf() function 292 if (isFullCopyOf(MI, Reg)) in isSnippet() 329 unsigned SnipReg = isFullCopyOf(MI, Reg); in collectRegsToSpill() 455 if (unsigned DstReg = isFullCopyOf(MI, Reg)) { in eliminateRedundantSpills() 972 unsigned SibReg = isFullCopyOf(*MI, Reg); in spillAroundUses()
|