Searched refs:insertCopy (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64AdvSIMDScalarPass.cpp | 282 static MachineInstr *insertCopy(const TargetInstrInfo *TII, MachineInstr &MI, in insertCopy() function 352 insertCopy(TII, MI, Src0, OrigSrc0, KillSrc0); in transformInstruction() 358 insertCopy(TII, MI, Src1, OrigSrc1, KillSrc1); in transformInstruction() 377 insertCopy(TII, MI, MI.getOperand(0).getReg(), Dst, true); in transformInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64AdvSIMDScalarPass.cpp | 275 static MachineInstr *insertCopy(const TargetInstrInfo *TII, MachineInstr &MI, in insertCopy() function 345 insertCopy(TII, MI, Src0, OrigSrc0, KillSrc0); in transformInstruction() 351 insertCopy(TII, MI, Src1, OrigSrc1, KillSrc1); in transformInstruction() 370 insertCopy(TII, MI, MI.getOperand(0).getReg(), Dst, true); in transformInstruction()
|