Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/Hexagon/
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}
Dvmpa-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
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
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h65 static void inputOne(
115 static void inputOne(IO &io, StringRef Key,
205 static void inputOne(IO &io, StringRef Key, GlobalValueSummaryMapTy &V) {
262 static void inputOne(IO &io, StringRef Key, TypeIdSummaryMapTy &V) {
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h66 static void inputOne(
116 static void inputOne(IO &io, StringRef Key,
206 static void inputOne(IO &io, StringRef Key, GlobalValueSummaryMapTy &V) {
265 static void inputOne(IO &io, StringRef Key, TypeIdSummaryMapTy &V) {
/external/llvm-project/llvm/lib/InterfaceStub/
DTBEHandler.cpp95 static void inputOne(IO &IO, StringRef Key, std::set<ELFSymbol> &Set) { in inputOne() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/ELF/
DTBEHandler.cpp117 static void inputOne(IO &IO, StringRef Key, std::set<ELFSymbol> &Set) { in inputOne() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackDocumentYAML.cpp210 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) { in inputOne() function
/external/llvm-project/llvm/lib/BinaryFormat/
DMsgPackDocumentYAML.cpp210 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) { in inputOne() function
/external/llvm-project/llvm/include/llvm/Support/
DYAMLTraits.h470 static char test(SameType<Signature_input, &U::inputOne>*);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLTraits.h470 static char test(SameType<Signature_input, &U::inputOne>*);
1938 static void inputOne(IO &io, StringRef key, map_type &v) {
/external/llvm-project/llvm/unittests/Support/
DYAMLIOTest.cpp2954 static void inputOne(IO &IO, StringRef Key, Map &M) { in inputOne() function
/external/expat/tests/
Druntests.c7502 const char *const inputOne = "<!DOCTYPE d [\n" in START_TEST() local
7521 const char *const inputs[] = {inputOne, inputTwo, inputThree, inputIssue317}; in START_TEST()