/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 213 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/Mips/ |
H A D | MipsInstructionSelector.cpp | 47 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/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 68 bool selectCopy(MachineInstr &MI, MachineRegisterInfo &MRI) const; 548 return selectCopy(MI, MRI); in select() 562 return selectCopy(MI, MRI); in select() 889 bool RISCVInstructionSelector::selectCopy(MachineInstr &MI, in selectCopy() function in RISCVInstructionSelector
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 130 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 D | X86InstructionSelector.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 99 bool selectCopy(MachineInstr &I, MachineRegisterInfo &MRI) const; 277 bool X86InstructionSelector::selectCopy(MachineInstr &I, in selectCopy() function in X86InstructionSelector 370 return selectCopy(I, MRI); in select() 406 return selectCopy(I, MRI); in select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1006 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, in selectCopy() function 1090 return selectCopy(I, TII, MRI, TRI, RBI); in selectCopy() 2491 return selectCopy(I, TII, MRI, TRI, RBI); in select() 3213 return selectCopy(I, TII, MRI, TRI, RBI); in select() 3264 return selectCopy(I, TII, MRI, TRI, RBI); in select() 3310 return selectCopy(I, TII, MRI, TRI, RBI); in select() 3397 return selectCopy(I, TII, MRI, TRI, RBI); in select() 3402 return selectCopy(I, TII, MRI, TRI, RBI); in select() 3410 return selectCopy(I, TII, MRI, TRI, RBI); in select() 5487 selectCopy(*Copy, TII, MRI, TRI, RBI); in selectIndexedExtLoad() [all …]
|