Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp416 Elf_Word SIdx; in writeSectionContent() local
426 SIdx = sectionIndex; in writeSectionContent()
427 OS.write((const char *)&SIdx, sizeof(SIdx)); in writeSectionContent()
/external/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp731 unsigned SIdx = 0; in emitComposeSubRegIndexLaneMask() local
733 for (size_t s = 0, se = Sequences.size(); s != se; ++s, SIdx = NextSIdx) { in emitComposeSubRegIndexLaneMask()
735 NextSIdx = SIdx + Sequence.size() + 1; in emitComposeSubRegIndexLaneMask()
737 Found = SIdx; in emitComposeSubRegIndexLaneMask()
743 Found = SIdx; in emitComposeSubRegIndexLaneMask()
/external/llvm-project/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp790 unsigned SIdx = 0; in emitComposeSubRegIndexLaneMask() local
792 for (size_t s = 0, se = Sequences.size(); s != se; ++s, SIdx = NextSIdx) { in emitComposeSubRegIndexLaneMask()
794 NextSIdx = SIdx + Sequence.size() + 1; in emitComposeSubRegIndexLaneMask()
796 Found = SIdx; in emitComposeSubRegIndexLaneMask()
802 Found = SIdx; in emitComposeSubRegIndexLaneMask()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp2823 SMLoc SIdx = getLoc(); in tryParseVectorRegister() local
2843 Operands.push_back(AArch64Operand::CreateVectorIndex(MCE->getValue(), SIdx, in tryParseVectorRegister()
3045 SMLoc SIdx = getLoc(); in parseVectorList() local
3065 Operands.push_back(AArch64Operand::CreateVectorIndex(MCE->getValue(), SIdx, in parseVectorList()
/external/llvm-project/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3160 SMLoc SIdx = getLoc(); in tryParseVectorIndex() local
3176 Operands.push_back(AArch64Operand::CreateVectorIndex(MCE->getValue(), SIdx, in tryParseVectorIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3105 SMLoc SIdx = getLoc(); in tryParseVectorIndex() local
3121 Operands.push_back(AArch64Operand::CreateVectorIndex(MCE->getValue(), SIdx, in tryParseVectorIndex()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp3215 SMLoc SIdx = Parser.getTok().getLoc(); in tryParseRegisterWithWriteBack() local
3232 SIdx, E, in tryParseRegisterWithWriteBack()
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp4145 SMLoc SIdx = Parser.getTok().getLoc(); in tryParseRegisterWithWriteBack() local
4162 SIdx, E, in tryParseRegisterWithWriteBack()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp4072 SMLoc SIdx = Parser.getTok().getLoc(); in tryParseRegisterWithWriteBack() local
4089 SIdx, E, in tryParseRegisterWithWriteBack()