Home
last modified time | relevance | path

Searched refs:DIRECTIVE (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dmicromips64r6-unsupported.s4 # RUN: %s 2>&1 | FileCheck %s -check-prefix=CHECK-MM-DIRECTIVE
6 # RUN: %s 2>&1 | FileCheck %s -check-prefix=CHECK-DIRECTIVE
11 # CHECK-MM-DIRECTIVE: :[[@LINE-1]]:6: error: .set micromips directive is not supported with MIPS64R6
15 # CHECK-DIRECTIVE: :[[@LINE-2]]:6: error: MIPS64R6 is not supported with microMIPS
16 # CHECK-DIRECTIVE: :[[@LINE-2]]:19: error: mips64r6 does not support microMIPS
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/X86/
H A Dmacho.ll1 …UN: opt < %s -passes=pgo-instr-gen,instrprof -S | llc | FileCheck %s --check-prefix=MACHO-DIRECTIVE
6 ; MACHO-DIRECTIVE: .weak_definition ___llvm_profile_raw_version
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfile-directive.ll1 ; RUN: llc -mtriple=x86_64-linux-gnu -filetype=asm < %s | FileCheck %s --check-prefix=DIRECTIVE
4 ; DIRECTIVE: .file "foobar"
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dpreserve-comments-crlf.s8 #if DIRECTIVE COMMENT
H A Dpreserve-comments.s9 #if DIRECTIVE COMMENT
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp328 #define PRINT_FIELD(STREAM, DIRECTIVE, KERNEL_DESC, MEMBER_NAME, FIELD_NAME) \ in EmitAmdhsaKernelDescriptor() argument
329 STREAM << "\t\t" << DIRECTIVE << " " \ in EmitAmdhsaKernelDescriptor()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1760 #define PRINT_DIRECTIVE(DIRECTIVE, MASK) \ argument
1762 KdStream << Indent << DIRECTIVE " " \
1923 #define PRINT_DIRECTIVE(DIRECTIVE, MASK) \ in decodeKernelDescriptorDirective() argument
1925 KdStream << Indent << DIRECTIVE " " \ in decodeKernelDescriptorDirective()