Searched refs:OpIndices (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPURegisterBankInfo.h | 54 ArrayRef<unsigned> OpIndices) const; 68 ArrayRef<unsigned> OpIndices) const; 71 ArrayRef<unsigned> OpIndices) const;
|
| D | AMDGPURegisterBankInfo.cpp | 974 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()
|
| D | SIInstrInfo.h | 142 Register findUsedSGPR(const MachineInstr &MI, int OpIndices[3]) const;
|
| D | SIInstrInfo.cpp | 7397 int OpIndices[3]) const { in findUsedSGPR() 7417 int Idx = OpIndices[i]; in findUsedSGPR()
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | CodeGenSchedule.cpp | 338 std::vector<int64_t> OpIndices = in processSTIPredicate() local 340 APInt OperandMask = constructOperandMask(OpIndices); in processSTIPredicate()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
| D | AMDGPUAsmParser.cpp | 3492 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/ |
| D | AArch64TargetTransformInfo.cpp | 1302 auto *OpIndices = II.getOperand(1); in instCombineSVETBL() local 1307 auto *SplatValue = dyn_cast_or_null<ConstantInt>(getSplatValue(OpIndices)); in instCombineSVETBL()
|