Searched refs:InputRegs (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 1285 SmallVectorImpl<RegSubRegPairAndIdx> &InputRegs) const { in getRegSequenceInputs() 1290 return getRegSequenceLikeInputs(MI, DefIdx, InputRegs); in getRegSequenceInputs() 1304 InputRegs.push_back(RegSubRegPairAndIdx(MOReg.getReg(), MOReg.getSubReg(), in getRegSequenceInputs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 523 SmallVectorImpl<RegSubRegPairAndIdx> &InputRegs) const; 1237 SmallVectorImpl<RegSubRegPairAndIdx> &InputRegs) const { in getRegSequenceLikeInputs() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.cpp | 766 AMDGPUFunctionArgInfo::PreloadedValue InputRegs[] = { in passSpecialInputs() local 782 for (auto InputID : InputRegs) { in passSpecialInputs()
|
| H A D | SIISelLowering.cpp | 2750 AMDGPUFunctionArgInfo::PreloadedValue InputRegs[] = { in passSpecialInputs() local 2760 for (auto InputID : InputRegs) { in passSpecialInputs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 62 SmallVectorImpl<RegSubRegPairAndIdx> &InputRegs) const override;
|
| H A D | ARMBaseInstrInfo.cpp | 5328 SmallVectorImpl<RegSubRegPairAndIdx> &InputRegs) const { in getRegSequenceLikeInputs() 5341 InputRegs.push_back(RegSubRegPairAndIdx(MOReg->getReg(), in getRegSequenceLikeInputs() 5346 InputRegs.push_back(RegSubRegPairAndIdx(MOReg->getReg(), in getRegSequenceLikeInputs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 4214 SmallVector<SrcOp, 4> InputRegs(NumSrcOps, Register()); in reduceOperationWidth() local 4237 InputRegs[J] = ExtractedRegs[J][I]; in reduceOperationWidth() 4241 Inst = MIRBuilder.buildInstr(Opc, {NarrowDstTy}, InputRegs, Flags); in reduceOperationWidth() 4243 Inst = MIRBuilder.buildInstr(Opc, {NarrowDstTy, NarrowDstTy}, InputRegs, in reduceOperationWidth()
|