Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dfunclet.ll29 %load_c = load i8, i8* %c
30 %add = add i8 %load_b, %load_c
38 ; CHECK-NEXT: %[[load_c:.*]] = load i8, i8* %c
39 ; CHECK-NEXT: %[[add:.*]] = add i8 %[[load_b]], %[[load_c]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
Dfunclet.ll29 %load_c = load i8, i8* %c
30 %add = add i8 %load_b, %load_c
38 ; CHECK-NEXT: %[[load_c:.*]] = load i8, i8* %c
39 ; CHECK-NEXT: %[[add:.*]] = add i8 %[[load_b]], %[[load_c]]
/external/llvm/test/Transforms/GVN/
Dfunclet.ll29 %load_c = load i8, i8* %c
30 %add = add i8 %load_b, %load_c
38 ; CHECK-NEXT: %[[load_c:.*]] = load i8, i8* %c
39 ; CHECK-NEXT: %[[add:.*]] = add i8 %[[load_b]], %[[load_c]]
/external/bcc/src/cc/
Dbpf_module.h83 int load_c(const std::string &filename, const char *cflags[], int ncflags);
Dbpf_common.cc31 if (mod->load_c(filename, cflags, ncflags) != 0) { in bpf_module_create_c()
Dbpf_module.cc999 int BPFModule::load_c(const string &filename, const char *cflags[], int ncflags) { in load_c() function in ebpf::BPFModule
/external/bcc/src/cc/includes/
Dbpf_module.h83 int load_c(const std::string &filename, const char *cflags[], int ncflags);