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

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 60 /// COPY_TO_REGCLASS - This instruction is a placeholder for a plain
66 COPY_TO_REGCLASS = 10,
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 573 Utility function to use with COPY_TO_REGCLASS instructions. Returns a SDValue
575 CurDAG->getMachineNode(COPY_TO_REGCLASS,..., ) function call
766 CurDAG->getMachineNode(TargetOpcode::COPY_TO_REGCLASS, dl, OpVT,
850 Result = CurDAG->getMachineNode(TargetOpcode::COPY_TO_REGCLASS, dl, VT,
    [all...]
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelDAGToDAG.cpp 137 // After instruction selection, insert COPY_TO_REGCLASS nodes to help in
169 DAG.getMachineNode(TargetOpcode::COPY_TO_REGCLASS,
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 538 /// EmitCopyToRegClassNode - Generate machine code for COPY_TO_REGCLASS nodes.
539 /// COPY_TO_REGCLASS is just a normal copy, except that the destination
669 // Handle COPY_TO_REGCLASS specially.
670 if (Opc == TargetOpcode::COPY_TO_REGCLASS) {
    [all...]
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 106 milliseconds