Searched refs:load_b (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | funclet.ll | 28 %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/ |
D | funclet.ll | 28 %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/ |
D | funclet.ll | 28 %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/ |
D | bpf_module.h | 82 int load_b(const std::string &filename, const std::string &proto_filename);
|
D | bpf_common.cc | 22 if (mod->load_b(filename, proto_filename) != 0) { in bpf_module_create_b()
|
D | bpf_module.cc | 962 int BPFModule::load_b(const string &filename, const string &proto_filename) { in load_b() function in ebpf::BPFModule
|
/external/bcc/src/cc/includes/ |
D | bpf_module.h | 82 int load_b(const std::string &filename, const std::string &proto_filename);
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_api.py | 84 def load_b(): function 87 code = {'a': load_a, 'a.b': load_b}
|