Searched refs:getConstantStringInfo (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 518 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrChr() 544 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrRChr() 567 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrCmp() 568 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrCmp() 644 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrNCmp() 645 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrNCmp() 786 if (!getConstantStringInfo(Src, Str, /*TrimAtNul=*/false)) in optimizeStrLCpy() 900 if (!getConstantStringInfo(Src, Str)) in optimizeStringNCpy() 1069 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrPBrk() 1070 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); in optimizeStrPBrk() [all …]
|
| H A D | AMDGPUEmitPrintf.cpp | 253 if (getConstantStringInfo(Args[i], ArgStr)) { in callBufferedPrintfStart() 435 if (getConstantStringInfo(Fmt, FmtStr)) in emitAMDGPUPrintfCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 124 if (!getConstantStringInfo(V, S)) in getAsConstantStr() 157 if (!getConstantStringInfo(Op, FormatStr)) { in lowerPrintfForGpu()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 1052 bool HasStr1 = getConstantStringInfo(Str1P, Str1, /*TrimAtNul=*/false); in optimizeStrNCmp() 1053 bool HasStr2 = getConstantStringInfo(Str2P, Str2, /*TrimAtNul=*/false); in optimizeStrNCmp() 1188 if (!getConstantStringInfo(Base, Str, /*TrimAtNul=*/false)) in foldMemChr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVPrepareFunctions.cpp | 162 if (getConstantStringInfo(C, Str)) in getAnnotation()
|
| H A D | SPIRVAsmPrinter.cpp | 594 getConstantStringInfo(GV, AnnotationString); in outputAnnotations()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 406 LLVM_ABI bool getConstantStringInfo(const Value *V, StringRef &Str,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 583 getConstantStringInfo(GV, AnnotationString); in EmitFunctionAttributes()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | AMDGPU.cpp | 229 if (llvm::getConstantStringInfo(Scope, scp)) { in ProcessOrderScopeAMDGCN() 284 if (llvm::getConstantStringInfo(V, AS)) { in AddAMDGPUFenceAddressSpaceMMRA()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 6457 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str, in getConstantStringInfo() function in llvm
|