HomeSort by relevance Sort by last modified time
    Searched refs:isFullCopyOf (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
InlineSpiller.cpp 209 /// isFullCopyOf - If MI is a COPY to or from Reg, return the other register,
211 static unsigned isFullCopyOf(const MachineInstr *MI, unsigned Reg) {
245 if (isFullCopyOf(MI, Reg))
281 unsigned SnipReg = isFullCopyOf(MI, Reg);
578 if (unsigned SrcReg = isFullCopyOf(MI, Reg)) {
770 if (unsigned DstReg = isFullCopyOf(MI, Reg)) {
    [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 237 /// isFullCopyOf - If MI is a COPY to or from Reg, return the other register,
239 static unsigned isFullCopyOf(const MachineInstr &MI, unsigned Reg) {
274 if (isFullCopyOf(MI, Reg))
311 unsigned SnipReg = isFullCopyOf(MI, Reg);
437 if (unsigned DstReg = isFullCopyOf(MI, Reg)) {
917 unsigned SibReg = isFullCopyOf(*MI, Reg);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
InlineSpiller.cpp 255 /// isFullCopyOf - If MI is a COPY to or from Reg, return the other register,
257 static unsigned isFullCopyOf(const MachineInstr &MI, unsigned Reg) {
292 if (isFullCopyOf(MI, Reg))
329 unsigned SnipReg = isFullCopyOf(MI, Reg);
455 if (unsigned DstReg = isFullCopyOf(MI, Reg)) {
    [all...]

Completed in 413 milliseconds