Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp77 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 DARMInstructionSelector.cpp182 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 DAArch64InstructionSelector.cpp352 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 DX86InstructionSelector.cpp96 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()