/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | vdmpy-halide-test.ll | 10 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}
|
D | vmpa-halide-test.ll | 10 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/ |
D | ModuleSummaryIndexYAML.h | 65 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/ |
D | ModuleSummaryIndexYAML.h | 66 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/ |
D | TBEHandler.cpp | 95 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/ |
D | TBEHandler.cpp | 117 static void inputOne(IO &IO, StringRef Key, std::set<ELFSymbol> &Set) { in inputOne() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | MsgPackDocumentYAML.cpp | 210 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) { in inputOne() function
|
/external/llvm-project/llvm/lib/BinaryFormat/ |
D | MsgPackDocumentYAML.cpp | 210 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) { in inputOne() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 470 static char test(SameType<Signature_input, &U::inputOne>*);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 470 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/ |
D | YAMLIOTest.cpp | 2954 static void inputOne(IO &IO, StringRef Key, Map &M) { in inputOne() function
|
/external/expat/tests/ |
D | runtests.c | 7502 const char *const inputOne = "<!DOCTYPE d [\n" in START_TEST() local 7521 const char *const inputs[] = {inputOne, inputTwo, inputThree, inputIssue317}; in START_TEST()
|