Searched refs:CurInfo (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingPlatformAIX.c | 49 struct ld_xinfo *CurInfo = (struct ld_xinfo *)BufPtr; in FindBinaryId() local 51 unsigned long CurTextStart = (uint64_t)CurInfo->ldinfo_textorg; in FindBinaryId() 52 unsigned long CurTextEnd = CurTextStart + CurInfo->ldinfo_textsize; in FindBinaryId() 55 char *p = (char *)CurInfo->ldinfo_textorg; in FindBinaryId() 79 if (CurInfo->ldinfo_next == 0u) in FindBinaryId() 81 CurInfo = (struct ld_xinfo *)((char *)CurInfo + CurInfo->ldinfo_next); in FindBinaryId()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertVSETVLI.cpp | 903 const VSETVLIInfo &CurInfo) const; 1179 const VSETVLIInfo &CurInfo) const { in needVSETVLI() 1180 if (!CurInfo.isValid() || CurInfo.isUnknown() || CurInfo.hasSEWLMULRatioOnly()) in needVSETVLI() 1183 if (CurInfo.isCompatible(Used, Require, LIS)) in needVSETVLI() 1411 VSETVLIInfo CurInfo = BlockInfo[MBB.getNumber()].Pred; in emitVSETVLIs() local 1416 const VSETVLIInfo PrevInfo = CurInfo; in emitVSETVLIs() 1417 transferBefore(CurInfo, MI); in emitVSETVLIs() 1432 if (!PrevInfo.isCompatible(DemandedFields::all(), CurInfo, LIS)) { in emitVSETVLIs() 1440 if (!PrefixTransparent || needVSETVLIPHI(CurInfo, MBB)) in emitVSETVLIs() 1441 insertVSETVLI(MBB, MI, MI.getDebugLoc(), CurInfo, PrevInfo); in emitVSETVLIs() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2283 void append(MapInfosTy &CurInfo) { in append() 2284 BasePointers.append(CurInfo.BasePointers.begin(), in append() 2285 CurInfo.BasePointers.end()); in append() 2286 Pointers.append(CurInfo.Pointers.begin(), CurInfo.Pointers.end()); in append() 2287 DevicePointers.append(CurInfo.DevicePointers.begin(), in append() 2288 CurInfo.DevicePointers.end()); in append() 2289 Sizes.append(CurInfo.Sizes.begin(), CurInfo.Sizes.end()); in append() 2290 Types.append(CurInfo.Types.begin(), CurInfo.Types.end()); in append() 2291 Names.append(CurInfo.Names.begin(), CurInfo.Names.end()); in append() 2292 NonContigInfo.Dims.append(CurInfo.NonContigInfo.Dims.begin(), in append() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGPointerAuth.cpp | 579 CGPointerAuthInfo CurInfo = getPointerAuthInfo(); in getResignedAddress() local 583 if (!CurInfo.isSigned() && !NewInfo.isSigned()) in getResignedAddress() 592 if (CurInfo == NewInfo && !hasOffset()) in getResignedAddress() 595 Val = CGF.emitPointerAuthResign(getBasePointer(), QualType(), CurInfo, in getResignedAddress()
|
H A D | CGOpenMPRuntime.cpp | 6563 void append(MapCombinedInfoTy &CurInfo) { in append() 6564 Exprs.append(CurInfo.Exprs.begin(), CurInfo.Exprs.end()); in append() 6565 DevicePtrDecls.append(CurInfo.DevicePtrDecls.begin(), in append() 6566 CurInfo.DevicePtrDecls.end()); in append() 6567 Mappers.append(CurInfo.Mappers.begin(), CurInfo.Mappers.end()); in append() 6568 llvm::OpenMPIRBuilder::MapInfosTy::append(CurInfo); in append() 8044 MapCombinedInfoTy CurInfo; in generateAllInfoForClauses() local 8070 unsigned CurrentBasePointersIdx = CurInfo.BasePointers.size(); in generateAllInfoForClauses() 8073 CurInfo.NonContigInfo.IsNonContiguous = in generateAllInfoForClauses() 8077 CurInfo, StructBaseCurInfo, PartialStruct, in generateAllInfoForClauses() [all …]
|
H A D | CodeGenFunction.h | 4453 const CGPointerAuthInfo &CurInfo,
|