Searched refs:selectCopy (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsInstructionSelector.cpp | 77 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, in selectCopy() function 103 return selectCopy(I, TII, MRI, TRI, RBI); in select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstructionSelector.cpp | 182 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, in selectCopy() function 733 return selectCopy(I, TII, MRI, TRI, RBI); in select() 848 return selectCopy(I, TII, MRI, TRI, RBI); in select() 898 return selectCopy(I, TII, MRI, TRI, RBI); in select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstructionSelector.cpp | 352 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, in selectCopy() function 760 return selectCopy(I, TII, MRI, TRI, RBI); in select() 1277 return selectCopy(I, TII, MRI, TRI, RBI); in select() 1356 return selectCopy(I, TII, MRI, TRI, RBI); in select() 1364 return selectCopy(I, TII, MRI, TRI, RBI); in select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 96 bool selectCopy(MachineInstr &I, MachineRegisterInfo &MRI) const; 235 bool X86InstructionSelector::selectCopy(MachineInstr &I, in selectCopy() function in X86InstructionSelector 329 return selectCopy(I, MRI); in select() 362 return selectCopy(I, MRI); in select()
|