HomeSort by: relevance | last modified time | path
    Searched refs:selectCopy (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMInstructionSelector.cpp 211 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII,
848 return selectCopy(I, TII, MRI, TRI, RBI);
959 return selectCopy(I, TII, MRI, TRI, RBI);
1031 return selectCopy(I, TII, MRI, TRI, RBI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsInstructionSelector.cpp 47 bool selectCopy(MachineInstr &I, MachineRegisterInfo &MRI) const;
105 bool MipsInstructionSelector::selectCopy(MachineInstr &I,
294 return selectCopy(I, MRI);
351 return selectCopy(I, MRI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstructionSelector.cpp 97 bool selectCopy(MachineInstr &I, MachineRegisterInfo &MRI) const;
232 bool X86InstructionSelector::selectCopy(MachineInstr &I,
325 return selectCopy(I, MRI);
358 return selectCopy(I, MRI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64InstructionSelector.cpp 769 /// selectCopy. Verifies that the source and dest have the expected sizes and
800 /// Helper function for selectCopy. Inserts a subregister copy from \p SrcReg
855 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII,
2216 return selectCopy(I, TII, MRI, TRI, RBI);
2930 return selectCopy(I, TII, MRI, TRI, RBI);
2973 return selectCopy(I, TII, MRI, TRI, RBI);
3071 return selectCopy(I, TII, MRI, TRI, RBI);
3076 return selectCopy(I, TII, MRI, TRI, RBI);
3084 return selectCopy(I, TII, MRI, TRI, RBI);
5817 selectCopy(*Copy, TII, MRI, TRI, RBI)
    [all...]

Completed in 58 milliseconds