Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp126 Constant *OpenMPIRBuilder::getOrCreateSrcLocStr(StringRef LocStr) { in getOrCreateSrcLocStr() function in OpenMPIRBuilder
145 return getOrCreateSrcLocStr(";unknown;unknown;0;0;;"); in getOrCreateDefaultSrcLocStr()
149 OpenMPIRBuilder::getOrCreateSrcLocStr(const LocationDescription &Loc) { in getOrCreateSrcLocStr() function in OpenMPIRBuilder
163 return getOrCreateSrcLocStr(SrcLocStr.str()); in getOrCreateSrcLocStr()
205 Constant *SrcLocStr = getOrCreateSrcLocStr(Loc); in emitBarrierImpl()
252 Constant *SrcLocStr = getOrCreateSrcLocStr(Loc); in CreateCancel()
311 Constant *SrcLocStr = getOrCreateSrcLocStr(Loc); in CreateParallel()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp594 Constant *OpenMPIRBuilder::getOrCreateSrcLocStr(StringRef LocStr, in getOrCreateSrcLocStr() function in OpenMPIRBuilder
615 Constant *OpenMPIRBuilder::getOrCreateSrcLocStr(StringRef FunctionName, in getOrCreateSrcLocStr() function in OpenMPIRBuilder
630 return getOrCreateSrcLocStr(Buffer.str(), SrcLocStrSize); in getOrCreateSrcLocStr()
636 return getOrCreateSrcLocStr(UnknownLoc, SrcLocStrSize); in getOrCreateDefaultSrcLocStr()
639 Constant *OpenMPIRBuilder::getOrCreateSrcLocStr(DebugLoc DL, in getOrCreateSrcLocStr() function in OpenMPIRBuilder
652 return getOrCreateSrcLocStr(Function, FileName, DIL->getLine(), in getOrCreateSrcLocStr()
656 Constant *OpenMPIRBuilder::getOrCreateSrcLocStr(const LocationDescription &Loc, in getOrCreateSrcLocStr() function in OpenMPIRBuilder
658 return getOrCreateSrcLocStr(Loc.DL, SrcLocStrSize, in getOrCreateSrcLocStr()
702 Constant *SrcLocStr = getOrCreateSrcLocStr(Loc, SrcLocStrSize); in emitBarrierImpl()
752 Constant *SrcLocStr = getOrCreateSrcLocStr(Loc, SrcLocStrSize); in createCancel()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h185 Constant *getOrCreateSrcLocStr(StringRef LocStr);
191 Constant *getOrCreateSrcLocStr(const LocationDescription &Loc);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h921 Constant *getOrCreateSrcLocStr(StringRef LocStr, uint32_t &SrcLocStrSize);
928 Constant *getOrCreateSrcLocStr(StringRef FunctionName, StringRef FileName,
934 Constant *getOrCreateSrcLocStr(DebugLoc DL, uint32_t &SrcLocStrSize,
938 Constant *getOrCreateSrcLocStr(const LocationDescription &Loc,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h1368 Constant *getOrCreateSrcLocStr(StringRef LocStr, uint32_t &SrcLocStrSize);
1375 Constant *getOrCreateSrcLocStr(StringRef FunctionName, StringRef FileName,
1381 Constant *getOrCreateSrcLocStr(DebugLoc DL, uint32_t &SrcLocStrSize,
1385 Constant *getOrCreateSrcLocStr(const LocationDescription &Loc,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h1355 Constant *getOrCreateSrcLocStr(StringRef LocStr, uint32_t &SrcLocStrSize);
1362 Constant *getOrCreateSrcLocStr(StringRef FunctionName, StringRef FileName,
1368 Constant *getOrCreateSrcLocStr(DebugLoc DL, uint32_t &SrcLocStrSize,
1372 Constant *getOrCreateSrcLocStr(const LocationDescription &Loc,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h1368 Constant *getOrCreateSrcLocStr(StringRef LocStr, uint32_t &SrcLocStrSize);
1375 Constant *getOrCreateSrcLocStr(StringRef FunctionName, StringRef FileName,
1381 Constant *getOrCreateSrcLocStr(DebugLoc DL, uint32_t &SrcLocStrSize,
1385 Constant *getOrCreateSrcLocStr(const LocationDescription &Loc,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h1368 Constant *getOrCreateSrcLocStr(StringRef LocStr, uint32_t &SrcLocStrSize);
1375 Constant *getOrCreateSrcLocStr(StringRef FunctionName, StringRef FileName,
1381 Constant *getOrCreateSrcLocStr(DebugLoc DL, uint32_t &SrcLocStrSize,
1385 Constant *getOrCreateSrcLocStr(const LocationDescription &Loc,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3785 OMPInfoCache.OMPBuilder.getOrCreateSrcLocStr(Loc, SrcLocStrSize); in insertInstructionGuardsHelper()