Home
last modified time | relevance | path

Searched refs:ExtSrcReg (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1800 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/
DPPCISelLowering.cpp11910 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/
DPPCISelLowering.cpp12699 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()