Searched refs:COPY_TO_REGCLASS (Results 1 - 12 of 12) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetOpcodes.h60 /// COPY_TO_REGCLASS - This instruction is a placeholder for a plain
66 COPY_TO_REGCLASS = 10, enumerator in enum:llvm::TargetOpcode::__anon12092
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp139 // For fast-isel, a COPY_TO_REGCLASS may survive this long. This is
147 if (MI->getOpcode() == TargetOpcode::COPY_TO_REGCLASS)
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp105 // For fast-isel, a float COPY_TO_REGCLASS can survive this long.
110 if (Opcode == TargetOpcode::COPY_TO_REGCLASS)
/external/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp931 // fix it up here. This COPY_TO_REGCLASS should never cause a move.v
937 Res = CurDAG->getMachineNode(Mips::COPY_TO_REGCLASS, DL,
/external/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp426 case PPC::COPY_TO_REGCLASS:
H A DPPCFastISel.cpp1121 // to get the register class right. COPY_TO_REGCLASS is needed since
1127 TII.get(TargetOpcode::COPY_TO_REGCLASS), TmpReg)
H A DPPCISelDAGToDAG.cpp211 SDValue(CurDAG->getMachineNode(TargetOpcode::COPY_TO_REGCLASS,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp581 /// EmitCopyToRegClassNode - Generate machine code for COPY_TO_REGCLASS nodes.
582 /// COPY_TO_REGCLASS is just a normal copy, except that the destination
733 // Handle COPY_TO_REGCLASS specially.
734 if (Opc == TargetOpcode::COPY_TO_REGCLASS) {
H A DScheduleDAGRRList.cpp2950 // Skip past COPY_TO_REGCLASS nodes, so that the pseudo edge
2957 TargetOpcode::COPY_TO_REGCLASS)
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp362 return CurDAG->SelectNodeTo(N, AMDGPU::COPY_TO_REGCLASS, EltVT,
H A DSIISelLowering.cpp2254 SDNode *Copy = DAG.getMachineNode(TargetOpcode::COPY_TO_REGCLASS,
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2819 Reg = SDValue(CurDAG->getMachineNode(X86::COPY_TO_REGCLASS, dl,
2855 Reg = SDValue(CurDAG->getMachineNode(X86::COPY_TO_REGCLASS, dl,

Completed in 1261 milliseconds