Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A 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/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp807 if (!CurInfo.isValid() || CurInfo.isUnknown() || CurInfo.hasSEWLMULRatioOnly()) in needVSETVLI()
839 if (DefInfo.hasSameAVL(CurInfo) && DefInfo.hasSameVLMAX(CurInfo)) in needVSETVLI()
1052 const VSETVLIInfo PrevInfo = CurInfo; in emitVSETVLIs()
1053 transferBefore(CurInfo, MI); in emitVSETVLIs()
1068 if (PrevInfo != CurInfo) { in emitVSETVLIs()
1099 transferAfter(CurInfo, MI); in emitVSETVLIs()
1107 CurInfo != ExitInfo) { in emitVSETVLIs()
1112 CurInfo); in emitVSETVLIs()
1113 CurInfo = ExitInfo; in emitVSETVLIs()
1119 if (CurInfo != Info.Exit) { in emitVSETVLIs()
[all …]
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6870 Exprs.append(CurInfo.Exprs.begin(), CurInfo.Exprs.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()
8291 MapCombinedInfoTy CurInfo; in generateAllInfoForClauses() local
10008 CurInfo.Types.push_back( in emitTargetCall()
10032 assert(CurInfo.BasePointers.size() == CurInfo.Pointers.size() && in emitTargetCall()
10033 CurInfo.BasePointers.size() == CurInfo.Sizes.size() && in emitTargetCall()
10034 CurInfo.BasePointers.size() == CurInfo.Types.size() && in emitTargetCall()
[all …]