Home
last modified time | relevance | path

Searched refs:CurInfo (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/clang/tools/libclang/
DCIndexer.cpp77 ld_xinfo *CurInfo = reinterpret_cast<ld_xinfo *>(Buf.get()); in getClangResourcesPathImplAIX() local
79 uint64_t CurTextStart = (uint64_t)CurInfo->ldinfo_textorg; in getClangResourcesPathImplAIX()
80 uint64_t CurTextEnd = CurTextStart + CurInfo->ldinfo_textsize; in getClangResourcesPathImplAIX()
84 if (CurInfo->ldinfo_next == 0u) in getClangResourcesPathImplAIX()
87 CurInfo = reinterpret_cast<ld_xinfo *>(reinterpret_cast<char *>(CurInfo) + in getClangResourcesPathImplAIX()
88 CurInfo->ldinfo_next); in getClangResourcesPathImplAIX()
91 LibClangPath += reinterpret_cast<char *>(CurInfo) + CurInfo->ldinfo_filename; in getClangResourcesPathImplAIX()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVInsertVSETVLI.cpp609 const VSETVLIInfo &CurInfo) const;
804 const VSETVLIInfo &CurInfo) const { in needVSETVLI()
807 if (!CurInfo.isValid() || CurInfo.isUnknown() || CurInfo.hasSEWLMULRatioOnly()) in needVSETVLI()
821 CurInfo.getSEW() >= Require.getSEW()) { in needVSETVLI()
827 if (CurInfo.isCompatible(Used, Require)) in needVSETVLI()
835 CurInfo.hasCompatibleVTYPE(Used, Require)) { in needVSETVLI()
839 if (DefInfo.hasSameAVL(CurInfo) && DefInfo.hasSameVLMAX(CurInfo)) in needVSETVLI()
1047 VSETVLIInfo CurInfo = BlockInfo[MBB.getNumber()].Pred; in emitVSETVLIs() local
1052 const VSETVLIInfo PrevInfo = CurInfo; in emitVSETVLIs()
1053 transferBefore(CurInfo, MI); in emitVSETVLIs()
[all …]
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6869 void append(MapCombinedInfoTy &CurInfo) { in append()
6870 Exprs.append(CurInfo.Exprs.begin(), CurInfo.Exprs.end()); in append()
6871 BasePointers.append(CurInfo.BasePointers.begin(), in append()
6872 CurInfo.BasePointers.end()); in append()
6873 Pointers.append(CurInfo.Pointers.begin(), CurInfo.Pointers.end()); in append()
6874 Sizes.append(CurInfo.Sizes.begin(), CurInfo.Sizes.end()); in append()
6875 Types.append(CurInfo.Types.begin(), CurInfo.Types.end()); in append()
6876 Mappers.append(CurInfo.Mappers.begin(), CurInfo.Mappers.end()); in append()
6877 NonContigInfo.Dims.append(CurInfo.NonContigInfo.Dims.begin(), in append()
6878 CurInfo.NonContigInfo.Dims.end()); in append()
[all …]