Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp68 bool selectCopy(MachineInstr &MI, MachineRegisterInfo &MRI) const;
536 return selectCopy(MI, MRI); in select()
549 return selectCopy(MI, MRI); in select()
861 bool RISCVInstructionSelector::selectCopy(MachineInstr &MI, in selectCopy() function in RISCVInstructionSelector
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp130 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, in selectCopy() function
715 return selectCopy(I, TII, MRI, TRI, RBI); in select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp99 bool selectCopy(MachineInstr &I, MachineRegisterInfo &MRI) const;
270 bool X86InstructionSelector::selectCopy(MachineInstr &I, in selectCopy() function in X86InstructionSelector
363 return selectCopy(I, MRI); in select()
399 return selectCopy(I, MRI); in select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1074 return selectCopy(I, TII, MRI, TRI, RBI); in selectCopy()
2475 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3240 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3291 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3424 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3429 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3437 return selectCopy(I, TII, MRI, TRI, RBI); in select()
5691 selectCopy(*Copy, TII, MRI, TRI, RBI); in selectIndexedExtLoad()
6027 selectCopy(*Vec, TII, MRI, TRI, RBI); in selectVectorLoadIntrinsic()
6077 selectCopy(*Vec, TII, MRI, TRI, RBI); in selectVectorLoadLaneIntrinsic()
[all …]