Searched refs:COPY (Results 76 - 100 of 129) sorted by relevance

123456

/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h724 return getOpcode() == TargetOpcode::COPY;
754 case TargetOpcode::COPY:
/external/llvm/lib/CodeGen/
H A DPHIElimination.cpp264 TII->get(TargetOpcode::COPY), DestReg)
385 // COPY, but we still need to ensure joint dominance by defs.
397 TII->get(TargetOpcode::COPY), IncomingReg)
H A DTailDuplication.cpp835 TII->get(TargetOpcode::COPY),
896 TII->get(TargetOpcode::COPY),
957 TII->get(TargetOpcode::COPY),
H A DMachineRegisterInfo.cpp381 TII.get(TargetOpcode::COPY), LiveIns[i].second)
H A DPeepholeOptimizer.cpp150 /// def = COPY src.
155 /// def = COPY v2.sub0
157 /// Using a ValueTracker for def = COPY v2.sub0 will give the following
160 /// Then, def can be rewritten into def = COPY v0.
329 // %reg1027 = COPY %reg1025:4
334 // the COPY here, it will give us the value after the <sext>, not the
393 TII->get(TargetOpcode::COPY), NewVR)
584 TII->get(TargetOpcode::COPY), NewVR)
H A DTwoAddressInstructionPass.cpp1387 TII->get(TargetOpcode::COPY), RegA);
1589 // Rewrite INSERT_SUBREG as COPY now that we no longer need SSA form.
1592 // To %reg:subidx = COPY %subreg
1599 mi->setDesc(TII->get(TargetOpcode::COPY));
1624 /// %dst:ssub0<def,undef> = COPY %v1
1625 /// %dst:ssub1<def> = COPY %v2
1655 // might insert a COPY that uses SrcReg after is was killed.
1668 TII->get(TargetOpcode::COPY))
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp58 case TargetOpcode::COPY:
113 case TargetOpcode::COPY:
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_key_bindings_handler.cc209 TextEditCommandAuraLinux::COPY, std::string(), false);
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp302 TII.get(TargetOpcode::COPY), ResultReg)
330 TII.get(TargetOpcode::COPY), ResultReg)
362 TII.get(TargetOpcode::COPY), ResultReg)
388 TII.get(TargetOpcode::COPY), ResultReg)
418 TII.get(TargetOpcode::COPY), ResultReg)
437 TII.get(TargetOpcode::COPY), ResultReg)
1983 TII.get(TargetOpcode::COPY), VA.getLocReg()).addReg(Arg);
2061 TII.get(TargetOpcode::COPY),
2139 TII.get(TargetOpcode::COPY), DstReg).addReg(SrcReg);
3051 TII.get(TargetOpcode::COPY),
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1051 // a COPY from F4RC to F8RC is converted to a F4RC-F4RC copy downstream.
1299 TII.get(TargetOpcode::COPY), ArgReg).addReg(Arg);
1343 TII.get(TargetOpcode::COPY), ResultReg)
1361 TII.get(TargetOpcode::COPY), ResultReg)
1550 TII.get(TargetOpcode::COPY), RetReg).addReg(SrcReg);
1606 TII.get(TargetOpcode::COPY), RetRegs[i])
1712 TII.get(TargetOpcode::COPY),
/external/chromium_org/third_party/zlib/
H A Dinflate.c863 state->mode = COPY;
864 case COPY:
1478 (state->mode == COPY ? state->length :
H A Dgzlib.c309 if (state->mode == GZ_READ && state->how == COPY &&
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inflate.c879 state->mode = COPY;
880 case COPY:
1511 (state->mode == COPY ? state->length :
H A Dgzlib.c394 if (state->mode == GZ_READ && state->how == COPY &&
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.c879 state->mode = COPY;
880 case COPY:
1510 (state->mode == COPY ? state->length :
H A Dgzlib.c394 if (state->mode == GZ_READ && state->how == COPY &&
/external/zlib/src/
H A Dinflate.c879 state->mode = COPY;
880 case COPY:
1510 (state->mode == COPY ? state->length :
H A Dgzlib.c394 if (state->mode == GZ_READ && state->how == COPY &&
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp166 unsigned int NewOpc = AMDGPU::COPY;
H A DR600ISelLowering.cpp101 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::COPY))
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h834 return Opcode <= TargetOpcode::COPY;
/external/llvm/lib/Target/R600/
H A DR600OptimizeVectorRegisters.cpp212 Pos = BuildMI(MBB, Pos, DL, TII->get(AMDGPU::COPY), Reg)
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp166 unsigned int NewOpc = AMDGPU::COPY;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp655 dbgs() << "PHYS REG COPY\n";
777 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), Reg)
786 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase)
/external/chromium_org/ui/file_manager/file_manager/common/js/
H A Dutil.js862 COPY: 'COPY',

Completed in 878 milliseconds

123456