Searched refs:load_c (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | funclet.ll | 29 %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/ |
D | funclet.ll | 29 %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/ |
D | funclet.ll | 29 %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/ |
D | bpf_module.h | 83 int load_c(const std::string &filename, const char *cflags[], int ncflags);
|
D | bpf_common.cc | 31 if (mod->load_c(filename, cflags, ncflags) != 0) { in bpf_module_create_c()
|
D | bpf_module.cc | 999 int BPFModule::load_c(const string &filename, const char *cflags[], int ncflags) { in load_c() function in ebpf::BPFModule
|
/external/bcc/src/cc/includes/ |
D | bpf_module.h | 83 int load_c(const std::string &filename, const char *cflags[], int ncflags);
|