Searched refs:SIdx (Results 1 - 4 of 4) sorted by relevance

/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp416 Elf_Word SIdx; local
426 SIdx = sectionIndex;
427 OS.write((const char *)&SIdx, sizeof(SIdx));
/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp714 unsigned SIdx = 0; local
716 for (size_t s = 0, se = Sequences.size(); s != se; ++s, SIdx = NextSIdx) {
718 NextSIdx = SIdx + Sequence.size() + 1;
720 Found = SIdx;
726 Found = SIdx;
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2858 SMLoc SIdx = getLoc(); local
2878 Operands.push_back(AArch64Operand::CreateVectorIndex(MCE->getValue(), SIdx,
3080 SMLoc SIdx = getLoc(); local
3100 Operands.push_back(AArch64Operand::CreateVectorIndex(MCE->getValue(), SIdx,
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp3096 SMLoc SIdx = Parser.getTok().getLoc(); local
3113 SIdx, E,

Completed in 192 milliseconds