Home
last modified time | relevance | path

Searched refs:inputOne (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dvdmpy-halide-test.ll10 define i32 @__testOne(%struct.buffer_t* noalias nocapture readonly %inputOne.buffer, %struct.buffer…
12 …%buf_host = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %inputOne.buffer, i32 0, i3…
13 %inputOne.host = load i8*, i8** %buf_host, align 4
14 …%buf_min = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %inputOne.buffer, i32 0, i32…
15 %inputOne.min.0 = load i32, i32* %buf_min, align 4
31 %2 = bitcast i8* %inputOne.host to i16*
42 %8 = sub nsw i32 %7, %inputOne.min.0
99 %57 = sub nsw i32 %56, %inputOne.min.0
101 %59 = bitcast i8* %inputOne.host to i16*
162 !6 = !{!"inputOne", !7}
H A Dvmpa-halide-test.ll12 …%buf_host = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %inputOne.buffer, i32 0, i3…
13 %inputOne.host = load i8*, i8** %buf_host, align 4
14 …%buf_min = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %inputOne.buffer, i32 0, i32…
15 %inputOne.min.0 = load i32, i32* %buf_min, align 4
40 %6 = sub nsw i32 %5, %inputOne.min.0
41 %7 = getelementptr inbounds i8, i8* %inputOne.host, i32 %6
45 %11 = getelementptr inbounds i8, i8* %inputOne.host, i32 %10
88 %45 = sub nsw i32 %44, %inputOne.min.0
90 %47 = getelementptr inbounds i8, i8* %inputOne.host, i32 %46
94 %51 = getelementptr inbounds i8, i8* %inputOne.host, i32 %50
[all …]
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h66 static void inputOne(
116 static void inputOne(IO &io, StringRef Key,
207 static void inputOne(IO &io, StringRef Key, GlobalValueSummaryMapTy &V) {
267 static void inputOne(IO &io, StringRef Key, TypeIdSummaryMapTy &V) {
/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp209 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) { in inputOne() function
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h224 static void inputOne(IO &YamlIO, StringRef Key,
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DYAMLTraits.h496 static char test(SameType<Signature_input, &U::inputOne>*);
/llvm-project-15.0.7/llvm/unittests/Support/
H A DYAMLIOTest.cpp3017 static void inputOne(IO &IO, StringRef Key, Map &M) { in inputOne() function