Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp97 bool selectCopy(MachineInstr &I, MachineRegisterInfo &MRI) const;
232 bool X86InstructionSelector::selectCopy(MachineInstr &I, in selectCopy() function in X86InstructionSelector
325 return selectCopy(I, MRI); in select()
358 return selectCopy(I, MRI); in select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp855 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, in selectCopy() function
2216 return selectCopy(I, TII, MRI, TRI, RBI); in select()
2930 return selectCopy(I, TII, MRI, TRI, RBI); in select()
2973 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3071 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3076 return selectCopy(I, TII, MRI, TRI, RBI); in select()
3084 return selectCopy(I, TII, MRI, TRI, RBI); in select()
5817 selectCopy(*Copy, TII, MRI, TRI, RBI); in moveScalarRegClass()