OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COPY_TO_REGCLASS
(Results
1 - 5
of
5
) 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/R600/
SIISelLowering.cpp
701
case AMDGPU::
COPY_TO_REGCLASS
:
702
// Operand 1 is the register class id for
COPY_TO_REGCLASS
instructions.
705
// If the
COPY_TO_REGCLASS
instruction is copying to a VSrc register
765
SDNode *Node = DAG.getMachineNode(TargetOpcode::
COPY_TO_REGCLASS
, SDLoc(),
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp
565
/// EmitCopyToRegClassNode - Generate machine code for
COPY_TO_REGCLASS
nodes.
566
///
COPY_TO_REGCLASS
is just a normal copy, except that the destination
707
// Handle
COPY_TO_REGCLASS
specially.
708
if (Opc == TargetOpcode::
COPY_TO_REGCLASS
) {
[
all
...]
ScheduleDAGRRList.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
[
all
...]
Completed in 61 milliseconds