Home
last modified time | relevance | path

Searched refs:SIdx (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp196 SlotIndex SIdx = LIS.InsertMachineInstrInMaps(*NewMI); in INITIALIZE_PASS_DEPENDENCY() local
197 LIS.extendToIndices(LIS.getInterval(R), {SIdx.getRegSlot()}); in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp768 unsigned SIdx = 0; in emitComposeSubRegIndexLaneMask() local
770 for (size_t s = 0, se = Sequences.size(); s != se; ++s, SIdx = NextSIdx) { in emitComposeSubRegIndexLaneMask()
772 NextSIdx = SIdx + Sequence.size() + 1; in emitComposeSubRegIndexLaneMask()
774 Found = SIdx; in emitComposeSubRegIndexLaneMask()
780 Found = SIdx; in emitComposeSubRegIndexLaneMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp191 int SIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::saddr); in frameIndexMayFold() local
192 if (OpNo == SIdx) in frameIndexMayFold()
196 return OpNo == VIdx && SIdx == -1; in frameIndexMayFold()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4143 SMLoc SIdx = getLoc(); in tryParseVectorIndex() local
4157 Operands.push_back(AArch64Operand::CreateVectorIndex(MCE->getValue(), SIdx, in tryParseVectorIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4409 SMLoc SIdx = Parser.getTok().getLoc(); in tryParseRegisterWithWriteBack() local
4425 Operands.push_back(ARMOperand::CreateVectorIndex(MCE->getValue(), SIdx, E, in tryParseRegisterWithWriteBack()