Searched refs:LLVMCreateDisasmCPUFeatures (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 46 LLVMCreateDisasmCPUFeatures(const char *TT, const char *CPU, in LLVMCreateDisasmCPUFeatures() function 118 return LLVMCreateDisasmCPUFeatures(TT, CPU, "", DisInfo, TagType, GetOpInfo, in LLVMCreateDisasmCPU() 125 return LLVMCreateDisasmCPUFeatures(TT, "", "", DisInfo, TagType, GetOpInfo, in LLVMCreateDisasm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Disassembler.h | 63 LLVMCreateDisasmCPUFeatures(const char *Triple, const char *CPU,
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_print_asm.cpp | 227 LLVMCreateDisasmCPUFeatures("amdgcn-mesa-mesa3d", ac_get_llvm_processor_name(program->family), in print_asm_llvm()
|