Home
last modified time | relevance | path

Searched refs:getConstantStringInfo (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp501 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 DAMDGPUEmitPrintf.cpp253 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 DAMDGPUPrintfRuntimeBinding.cpp129 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 DSPIRVAsmPrinter.cpp514 getConstantStringInfo(GV, AnnotationString); in outputAnnotations()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp582 getConstantStringInfo(GV, AnnotationString); in EmitFunctionAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h647 bool getConstantStringInfo(const Value *V, StringRef &Str,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5723 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str, in getConstantStringInfo() function in llvm
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp17844 llvm::getConstantStringInfo(Scope, scp); in ProcessOrderScopeAMDGCN()