Searched refs:InputRegs (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 510 SmallVectorImpl<RegSubRegPairAndIdx> &InputRegs) const; 1224 SmallVectorImpl<RegSubRegPairAndIdx> &InputRegs) const { in getRegSequenceLikeInputs() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.cpp | 765 AMDGPUFunctionArgInfo::PreloadedValue InputRegs[] = { in passSpecialInputs() local 781 for (auto InputID : InputRegs) { in passSpecialInputs()
|
| H A D | SIISelLowering.cpp | 2710 AMDGPUFunctionArgInfo::PreloadedValue InputRegs[] = { in passSpecialInputs() local 2720 for (auto InputID : InputRegs) { in passSpecialInputs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 62 SmallVectorImpl<RegSubRegPairAndIdx> &InputRegs) const override;
|
| H A D | ARMBaseInstrInfo.cpp | 5338 SmallVectorImpl<RegSubRegPairAndIdx> &InputRegs) const { in getRegSequenceLikeInputs() 5351 InputRegs.push_back(RegSubRegPairAndIdx(MOReg->getReg(), in getRegSequenceLikeInputs() 5356 InputRegs.push_back(RegSubRegPairAndIdx(MOReg->getReg(), in getRegSequenceLikeInputs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 4008 SmallVector<SrcOp, 4> InputRegs(NumSrcOps, Register()); in reduceOperationWidth() local 4031 InputRegs[J] = ExtractedRegs[J][I]; in reduceOperationWidth() 4035 Inst = MIRBuilder.buildInstr(Opc, {NarrowDstTy}, InputRegs, Flags); in reduceOperationWidth() 4037 Inst = MIRBuilder.buildInstr(Opc, {NarrowDstTy, NarrowDstTy}, InputRegs, in reduceOperationWidth()
|