Searched refs:getConstantStringInfo (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 501 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrChr() 527 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrRChr() 550 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrCmp() 551 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrCmp() 632 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrNCmp() 633 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrNCmp() 898 if (!getConstantStringInfo(Src, Str)) in optimizeStringNCpy() 2855 if (!getConstantStringInfo(CI->getArgOperand(0), Str)) in optimizeAtoi() 2874 if (!getConstantStringInfo(CI->getArgOperand(0), Str)) in optimizeStrToInt() 3240 if (!getConstantStringInfo(FmtArg, FormatStr)) in optimizeSnPrintFString() [all …]
|
| H A D | AMDGPUEmitPrintf.cpp | 253 if (getConstantStringInfo(Args[i], ArgStr)) { in callBufferedPrintfStart() 437 if (getConstantStringInfo(Fmt, FmtStr)) in emitAMDGPUPrintfCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 129 if (!getConstantStringInfo(V, S)) in getAsConstantStr() 163 if (!getConstantStringInfo(Op, FormatStr)) { in lowerPrintfForGpu()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVAsmPrinter.cpp | 514 getConstantStringInfo(GV, AnnotationString); in outputAnnotations()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 582 getConstantStringInfo(GV, AnnotationString); in EmitFunctionAttributes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 647 bool getConstantStringInfo(const Value *V, StringRef &Str,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 5723 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str, in getConstantStringInfo() function in llvm
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 17844 llvm::getConstantStringInfo(Scope, scp); in ProcessOrderScopeAMDGCN()
|