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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp47 bool selectCopy(MachineInstr &I, MachineRegisterInfo &MRI) const;
99 bool MipsInstructionSelector::selectCopy(MachineInstr &I, function in class:MipsInstructionSelector
259 return selectCopy(I, MRI);
316 return selectCopy(I, MRI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp213 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, function
850 return selectCopy(I, TII, MRI, TRI, RBI);
961 return selectCopy(I, TII, MRI, TRI, RBI);
1033 return selectCopy(I, TII, MRI, TRI, RBI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp96 bool selectCopy(MachineInstr &I, MachineRegisterInfo &MRI) const;
231 bool X86InstructionSelector::selectCopy(MachineInstr &I, function in class:X86InstructionSelector
324 return selectCopy(I, MRI);
357 return selectCopy(I, MRI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp581 /// selectCopy. Verifies that the source and dest have the expected sizes and
612 /// Helper function for selectCopy. Inserts a subregister copy from
670 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, function
1456 return selectCopy(I, TII, MRI, TRI, RBI);
2150 return selectCopy(I, TII, MRI, TRI, RBI);
2187 return selectCopy(I, TII, MRI, TRI, RBI);
2243 return selectCopy(I, TII, MRI, TRI, RBI);
2251 return selectCopy(I, TII, MRI, TRI, RBI);
4781 selectCopy(*Copy, TII, MRI, TRI, RBI);

Completed in 289 milliseconds