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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetOpcodes.h 60 /// COPY_TO_REGCLASS - This instruction is a placeholder for a plain
66 COPY_TO_REGCLASS = 10,
  /external/swiftshader/third_party/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/swiftshader/third_party/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/Target/Mips/
MipsSEISelDAGToDAG.cpp 948 // fix it up here. This COPY_TO_REGCLASS should never cause a move.v
954 Res = CurDAG->getMachineNode(Mips::COPY_TO_REGCLASS, DL,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCVSXSwapRemoval.cpp 427 case PPC::COPY_TO_REGCLASS:
    [all...]
PPCISelDAGToDAG.cpp 206 SDValue(CurDAG->getMachineNode(TargetOpcode::COPY_TO_REGCLASS,
    [all...]
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 583 /// EmitCopyToRegClassNode - Generate machine code for COPY_TO_REGCLASS nodes.
584 /// COPY_TO_REGCLASS is just a normal copy, except that the destination
735 // Handle COPY_TO_REGCLASS specially.
736 if (Opc == TargetOpcode::COPY_TO_REGCLASS) {
    [all...]
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 318 CurDAG->SelectNodeTo(N, AMDGPU::COPY_TO_REGCLASS, EltVT, N->getOperand(0),
    [all...]
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 521 milliseconds