Home
last modified time | relevance | path

Searched refs:cpp_string (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
D2008-03-17-RegScavengerCrash.ll4 %struct.cpp_string = type { i32, i8* }
8 define i32 @cpp_interpret_string(i32 %pfile, %struct.cpp_string* %from, i32 %wide) nounwind {
26 …%tmp134 = getelementptr %struct.cpp_string, %struct.cpp_string* %from, i32 0, i32 1 ; <i8**> [#us…
/external/pytorch/tools/jit/
Dgen_unboxing.py19 from torchgen.gen import cpp_string, get_custom_build_selector, parse_native_yaml
108 schema = cpp_string(str(sig.func))[1:-1]
/external/pytorch/tools/autograd/
Dgen_python_functions.py62 from torchgen.gen import cpp_string, parse_native_yaml, parse_tags_yaml
/external/pytorch/torchgen/
Dgen.py297 def cpp_string(s: str) -> str: function