Searched refs:TyStr (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | NotNullTerminatedResultCheck.cpp | 388 StringRef TyStr = TempTyStr; in isDestExprFix() local 389 if (TyStr.startswith("char") || TyStr.startswith("wchar_t")) in isDestExprFix()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 2117 !strconcat("ldu.global.", TyStr), 2120 !strconcat("ldu.global.", TyStr), 2123 !strconcat("ldu.global.", TyStr), 2126 !strconcat("ldu.global.", TyStr), 2129 !strconcat("ldu.global.", TyStr), 2168 !strconcat("ldu.global.", TyStr), []>; 2228 !strconcat("ld.global.nc.", TyStr), 2231 !strconcat("ld.global.nc.", TyStr), 2234 !strconcat("ld.global.nc.", TyStr), 2237 !strconcat("ld.global.nc.", TyStr), [all …]
|
| H A D | NVPTXInstrInfo.td | 1433 multiclass BFE<string TyStr, RegisterClass RC> { 1437 !strconcat("bfe.", TyStr, " \t$d, $a, $b, $c;"), []>; 1441 !strconcat("bfe.", TyStr, " \t$d, $a, $b, $c;"), []>; 1445 !strconcat("bfe.", TyStr, " \t$d, $a, $b, $c;"), []>;
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1745 SmallString<256> TyStr; in getBlockCaptureStr() local 1746 llvm::raw_svector_ostream Out(TyStr); in getBlockCaptureStr() 1748 Str += llvm::to_string(TyStr.size()) + TyStr.c_str(); in getBlockCaptureStr()
|
| H A D | CGOpenMPRuntime.cpp | 9902 SmallString<64> TyStr; in emitUserDefinedMapper() local 9903 llvm::raw_svector_ostream Out(TyStr); in emitUserDefinedMapper() 9905 std::string Name = getName({"omp_mapper", TyStr, D->getName()}); in emitUserDefinedMapper()
|