Home
last modified time | relevance | path

Searched refs:OpIndices (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.h54 ArrayRef<unsigned> OpIndices) const;
68 ArrayRef<unsigned> OpIndices) const;
71 ArrayRef<unsigned> OpIndices) const;
DAMDGPURegisterBankInfo.cpp974 MachineRegisterInfo &MRI, ArrayRef<unsigned> OpIndices) const { in collectWaterfallOperands()
975 for (unsigned Op : OpIndices) { in collectWaterfallOperands()
989 ArrayRef<unsigned> OpIndices) const { in executeInWaterfallLoop()
994 if (!collectWaterfallOperands(SGPROperandRegs, MI, MRI, OpIndices)) in executeInWaterfallLoop()
1004 ArrayRef<unsigned> OpIndices) const { in executeInWaterfallLoop()
1006 return executeInWaterfallLoop(B, MI, MRI, OpIndices); in executeInWaterfallLoop()
DSIInstrInfo.h142 Register findUsedSGPR(const MachineInstr &MI, int OpIndices[3]) const;
DSIInstrInfo.cpp7397 int OpIndices[3]) const { in findUsedSGPR()
7417 int Idx = OpIndices[i]; in findUsedSGPR()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeGenSchedule.cpp338 std::vector<int64_t> OpIndices = in processSTIPredicate() local
340 APInt OperandMask = constructOperandMask(OpIndices); in processSTIPredicate()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3492 OperandIndices OpIndices = getSrcOperandIndices(Opcode); in validateConstantBusLimitations() local
3494 for (int OpIdx : OpIndices) { in validateConstantBusLimitations()
4185 const int OpIndices[] = { Src0Idx, Src1Idx }; in validateSOPLiteral() local
4191 for (int OpIdx : OpIndices) { in validateSOPLiteral()
4288 OperandIndices OpIndices = getSrcOperandIndices(Opcode, HasMandatoryLiteral); in validateVOPLiteral() local
4294 for (int OpIdx : OpIndices) { in validateVOPLiteral()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp1302 auto *OpIndices = II.getOperand(1); in instCombineSVETBL() local
1307 auto *SplatValue = dyn_cast_or_null<ConstantInt>(getSplatValue(OpIndices)); in instCombineSVETBL()