Home
last modified time | relevance | path

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

/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/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/RISCV/GISel/
H A DRISCVInstructionSelector.cpp68 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 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.cpp99 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 DAArch64InstructionSelector.cpp1006 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 …]