Home
last modified time | relevance | path

Searched refs:selectCopy (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp47 bool selectCopy(MachineInstr &I, MachineRegisterInfo &MRI) const;
105 bool MipsInstructionSelector::selectCopy(MachineInstr &I, in selectCopy() function in MipsInstructionSelector
294 return selectCopy(I, MRI); in select()
351 return selectCopy(I, MRI); in select()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp211 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, in selectCopy() function
848 return selectCopy(I, TII, MRI, TRI, RBI); in select()
959 return selectCopy(I, TII, MRI, TRI, RBI); in select()
1031 return selectCopy(I, TII, MRI, TRI, RBI); in select()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp97 bool selectCopy(MachineInstr &I, MachineRegisterInfo &MRI) const;
232 bool X86InstructionSelector::selectCopy(MachineInstr &I, in selectCopy() function in X86InstructionSelector
325 return selectCopy(I, MRI); in select()
358 return selectCopy(I, MRI); in select()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp907 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, in selectCopy() function
1019 return selectCopy(I, TII, MRI, TRI, RBI); in selectCopy()
2320 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3050 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3093 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3191 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3196 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3204 return selectCopy(I, TII, MRI, TRI, RBI); in select()
5977 selectCopy(*Copy, TII, MRI, TRI, RBI); in moveScalarRegClass()