Searched refs:ExtSrcReg (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 1800 Register ExtSrcReg = MatchData.Reg; in applyCombineShlOfExtend() local 1803 LLT ExtSrcTy = MRI.getType(ExtSrcReg); in applyCombineShlOfExtend() 1807 Builder.buildShl(ExtSrcTy, ExtSrcReg, ShiftAmt, MI.getFlags()); in applyCombineShlOfExtend()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 11910 Register ExtSrcReg = RegInfo.createVirtualRegister(&PPC::G8RCRegClass); in EmitInstrWithCustomInserter() local 11916 BuildMI(*BB, MI, dl, TII->get(PPC::INSERT_SUBREG), ExtSrcReg) in EmitInstrWithCustomInserter() 11924 .addReg(ExtSrcReg) in EmitInstrWithCustomInserter()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 12699 Register ExtSrcReg = RegInfo.createVirtualRegister(&PPC::G8RCRegClass); in EmitInstrWithCustomInserter() local 12705 BuildMI(*BB, MI, dl, TII->get(PPC::INSERT_SUBREG), ExtSrcReg) in EmitInstrWithCustomInserter() 12713 .addReg(ExtSrcReg) in EmitInstrWithCustomInserter()
|