Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp76 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, in selectCopy() function
102 return selectCopy(I, TII, MRI, TRI, RBI); in select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp146 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, in selectCopy() function
675 return selectCopy(I, TII, MRI, TRI, RBI); in select()
790 return selectCopy(I, TII, MRI, TRI, RBI); in select()
840 return selectCopy(I, TII, MRI, TRI, RBI); in select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp342 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, in selectCopy() function
750 return selectCopy(I, TII, MRI, TRI, RBI); in select()
1250 return selectCopy(I, TII, MRI, TRI, RBI); in select()
1329 return selectCopy(I, TII, MRI, TRI, RBI); in select()
1337 return selectCopy(I, TII, MRI, TRI, RBI); in select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp94 bool selectCopy(MachineInstr &I, MachineRegisterInfo &MRI) const;
231 bool X86InstructionSelector::selectCopy(MachineInstr &I, in selectCopy() function in X86InstructionSelector
325 return selectCopy(I, MRI); in select()
358 return selectCopy(I, MRI); in select()