Home
last modified time | relevance | path

Searched refs:kernel_code_properties (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp228 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
231 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
234 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
238 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
241 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
245 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
249 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DAMDHSAKernelDescriptor.h147 uint16_t kernel_code_properties; member
176 offsetof(kernel_descriptor_t, kernel_code_properties) == 56,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2761 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
2766 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
2771 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
2776 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
2781 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
2786 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
2791 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp389 KernelDescriptor.kernel_code_properties = getAmdhsaKernelCodeProperties(MF); in getAmdhsaKernelDescriptor()