Home
last modified time | relevance | path

Searched refs:load_b (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
Dfunclet.ll28 %load_b = load i8, i8* %b
30 %add = add i8 %load_b, %load_c
37 ; CHECK: %[[load_b:.*]] = load i8, i8* %b
39 ; CHECK-NEXT: %[[add:.*]] = add i8 %[[load_b]], %[[load_c]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dfunclet.ll28 %load_b = load i8, i8* %b
30 %add = add i8 %load_b, %load_c
37 ; CHECK: %[[load_b:.*]] = load i8, i8* %b
39 ; CHECK-NEXT: %[[add:.*]] = add i8 %[[load_b]], %[[load_c]]
/external/llvm/test/Transforms/GVN/
Dfunclet.ll28 %load_b = load i8, i8* %b
30 %add = add i8 %load_b, %load_c
37 ; CHECK: %[[load_b:.*]] = load i8, i8* %b
39 ; CHECK-NEXT: %[[add:.*]] = add i8 %[[load_b]], %[[load_c]]
/external/bcc/src/cc/
Dbpf_module.h82 int load_b(const std::string &filename, const std::string &proto_filename);
Dbpf_common.cc22 if (mod->load_b(filename, proto_filename) != 0) { in bpf_module_create_b()
Dbpf_module.cc962 int BPFModule::load_b(const string &filename, const string &proto_filename) { in load_b() function in ebpf::BPFModule
/external/bcc/src/cc/includes/
Dbpf_module.h82 int load_b(const std::string &filename, const std::string &proto_filename);
/external/python/cpython3/Lib/test/test_importlib/
Dtest_api.py84 def load_b(): function
87 code = {'a': load_a, 'a.b': load_b}