Searched refs:TyStr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 1715 !strconcat("ldu.global.", TyStr), 1718 !strconcat("ldu.global.", TyStr), 1721 !strconcat("ldu.global.", TyStr), 1724 !strconcat("ldu.global.", TyStr), 1727 !strconcat("ldu.global.", TyStr), 1766 !strconcat("ldu.global.", TyStr), []>; 1826 !strconcat("ld.global.nc.", TyStr), 1829 !strconcat("ld.global.nc.", TyStr), 1832 !strconcat("ld.global.nc.", TyStr), 1835 !strconcat("ld.global.nc.", TyStr), [all …]
|
| H A D | NVPTXInstrInfo.td | 1348 multiclass BFE<string TyStr, RegisterClass RC> { 1352 !strconcat("bfe.", TyStr, " \t$d, $a, $b, $c;"), []>; 1356 !strconcat("bfe.", TyStr, " \t$d, $a, $b, $c;"), []>; 1360 !strconcat("bfe.", TyStr, " \t$d, $a, $b, $c;"), []>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1848 SmallString<256> TyStr; in getBlockCaptureStr() local 1849 llvm::raw_svector_ostream Out(TyStr); in getBlockCaptureStr() 1851 Str += llvm::to_string(TyStr.size()) + TyStr.c_str(); in getBlockCaptureStr()
|