Home
last modified time | relevance | path

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

/llvm-project/llvm/test/CodeGen/Hexagon/
H A Dvdmpy-halide-test.ll10 define i32 @__testOne(ptr noalias nocapture readonly %inputOne.buffer, ptr noalias nocapture readonly %inputTwo.buffer, ptr noalias nocapture readonly %testOne.buffer) #0 {
12 %buf_host = getelementptr inbounds %struct.buffer_t, ptr %inputOne.buffer, i32 0, i32 1
13 %inputOne.host = load ptr, ptr %buf_host, align 4
14 %buf_min = getelementptr inbounds %struct.buffer_t, ptr %inputOne.buffer, i32 0, i32 4, i32 0
15 %inputOne.min.0 = load i32, ptr %buf_min, align 4
31 %2 = bitcast ptr %inputOne.host to ptr
42 %8 = sub nsw i32 %7, %inputOne.min.0
99 %57 = sub nsw i32 %56, %inputOne.min.0
101 %59 = bitcast ptr %inputOne.host to ptr
162 !6 = !{!"inputOne", !
[all...]
H A Dvmpa-halide-test.ll10 define i32 @__testOne(ptr noalias nocapture readonly %inputOne.buffer, ptr noalias nocapture readonly %inputTwo.buffer, ptr noalias nocapture readonly %testOne.buffer) #0 {
12 %buf_host = getelementptr inbounds %struct.buffer_t, ptr %inputOne.buffer, i32 0, i32 1
13 %inputOne.host = load ptr, ptr %buf_host, align 4
14 %buf_min = getelementptr inbounds %struct.buffer_t, ptr %inputOne.buffer, i32 0, i32 4, i32 0
15 %inputOne.min.0 = load i32, ptr %buf_min, align 4
40 %6 = sub nsw i32 %5, %inputOne.min.0
41 %7 = getelementptr inbounds i8, ptr %inputOne.host, i32 %6
45 %11 = getelementptr inbounds i8, ptr %inputOne.host, i32 %10
88 %45 = sub nsw i32 %44, %inputOne.min.0
90 %47 = getelementptr inbounds i8, ptr %inputOne
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h66 static void inputOne(
116 static void inputOne(IO &io, StringRef Key,
214 static void inputOne(IO &io, StringRef Key, GlobalValueSummaryMapTy &V) {
313 static void inputOne(IO &io, StringRef Key, TypeIdSummaryMapTy &V) {
/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTreeRecord.cpp
/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp209 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) { in inputOne() function
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h208 static void inputOne(IO &YamlIO, StringRef Key,
/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h279 // static void inputOne(IO &io, StringRef key, T &elem);
498 static char test(SameType<Signature_input, &U::inputOne>*);
1152 CustomMappingTraits<T>::inputOne(io, key, Val);
2053 static void inputOne(IO &io, StringRef key, map_type &v) {
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp197 static void inputOne(IO &Io, StringRef KeyStr,
199 static void inputOne(IO &Io, StringRef KeyStr, inputOne() function
/llvm-project/llvm/unittests/Support/
H A DYAMLIOTest.cpp3194 static void inputOne(IO &IO, StringRef Key, Map &M) { in TEST()
3122 static void inputOne(IO &IO, StringRef Key, Map &M) { inputOne() function