Home
last modified time | relevance | path

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

/freebsd/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
295 return selectCopy(I, MRI); in select()
352 return selectCopy(I, MRI); in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp213 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, in selectCopy() function
859 return selectCopy(I, TII, MRI, TRI, RBI); in select()
970 return selectCopy(I, TII, MRI, TRI, RBI); in select()
1042 return selectCopy(I, TII, MRI, TRI, RBI); in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp85 bool selectCopy(MachineInstr &MI) const;
712 return selectCopy(MI); in select()
726 return selectCopy(MI); in select()
1007 bool RISCVInstructionSelector::selectCopy(MachineInstr &MI) const { in selectCopy() function in RISCVInstructionSelector
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp101 bool selectCopy(MachineInstr &I, MachineRegisterInfo &MRI) const;
281 bool X86InstructionSelector::selectCopy(MachineInstr &I, in selectCopy() function in X86InstructionSelector
374 return selectCopy(I, MRI); in select()
410 return selectCopy(I, MRI); in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1014 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, in selectCopy() function
1098 return selectCopy(I, TII, MRI, TRI, RBI); in selectCopy()
2620 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3348 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3399 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3445 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3532 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3537 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3545 return selectCopy(I, TII, MRI, TRI, RBI); in select()
5642 selectCopy(*Copy, TII, MRI, TRI, RBI); in selectIndexedExtLoad()
[all …]