Searched refs:bbc (Results 1 – 22 of 22) sorted by relevance
/llvm-project/flang/tools/bbc/ |
H A D | CMakeLists.txt | 9 add_flang_tool(bbc bbc.cpp 14 llvm_update_compile_flags(bbc) 18 target_link_libraries(bbc PRIVATE 34 mlir_target_link_libraries(bbc PRIVATE
|
/llvm-project/flang/test/Driver/ |
H A D | bbc-cuda-macro.cuf | 1 ! Test -fcuda option for bbc 2 ! RUN: bbc -fcuda -o - %s | FileCheck %s
|
/llvm-project/flang/test/Lower/CUDA/ |
H A D | cuda-module-use.cuf | 1 ! RUN: bbc -emit-hlfir -fcuda %S/cuda-mod.cuf 2 ! RUN: bbc -emit-hlfir -fcuda %s -o - | FileCheck %s
|
H A D | cuda-proc-attribute.cuf | 1 ! RUN: bbc -emit-hlfir -fcuda %s -o - | FileCheck %s 2 ! RUN: bbc -emit-hlfir -fcuda %s -o - | fir-opt -convert-hlfir-to-fir | FileCheck %s
|
H A D | cuda-kernel-loop-directive.cuf | 1 ! RUN: bbc -emit-hlfir -fcuda %s -o - | FileCheck %s 2 ! RUN: bbc -emit-hlfir -fcuda %s -o - | fir-opt | FileCheck %s
|
H A D | cuda-mod.cuf | 1 ! RUN: bbc -emit-hlfir -fcuda %s -o - | FileCheck %s
|
H A D | cuda-kernel-calls.cuf | 1 ! RUN: bbc -emit-hlfir -fcuda %s -o - | FileCheck %s 2 ! RUN: bbc -emit-hlfir -fcuda %s -o - | fir-opt | FileCheck %s
|
H A D | cuda-program-global.cuf | 1 ! RUN: bbc -emit-hlfir -fcuda %s -o - | FileCheck %s
|
H A D | cuda-kernel-do-reduction.cuf | 2 ! RUN: bbc -emit-fir -fcuda -o - %s | FileCheck %s
|
H A D | cuda-device-proc.cuf | 1 ! RUN: bbc -emit-hlfir -fcuda %s -o - | FileCheck %s
|
H A D | cuda-data-attribute.cuf | 1 ! RUN: bbc -emit-hlfir -fcuda %s -o - | FileCheck %s 2 ! RUN: bbc -emit-hlfir -fcuda %s -o - | fir-opt -convert-hlfir-to-fir | FileCheck %s --check-prefix=FIR
|
H A D | cuda-allocatable.cuf | 1 ! RUN: bbc -emit-hlfir -fcuda %s -o - | FileCheck %s
|
H A D | cuda-data-transfer.cuf | 1 ! RUN: bbc -emit-hlfir -fopenacc -fcuda %s -o - | FileCheck %s
|
/llvm-project/bolt/test/X86/Inputs/ |
H A D | pre-aggregated.txt | 1 B X:7f36d18d60c0 400bbc 2 0
|
/llvm-project/flang/tools/ |
H A D | CMakeLists.txt | 9 add_subdirectory(bbc)
|
/llvm-project/llvm/test/MC/Xtensa/Core/ |
H A D | branch.s | 19 # CHECK-INST: bbc a8, a7, LBL0 21 bbc a8, a7, LBL0 label
|
/llvm-project/flang/test/Semantics/ |
H A D | cuf15.cuf | 1 ! RUN: bbc -emit-hlfir -fcuda -gpu=managed %s -o - | FileCheck %s
|
H A D | cuf14.cuf | 1 ! RUN: bbc -emit-hlfir -fcuda -gpu=unified %s -o - | FileCheck %s
|
/llvm-project/llvm/test/MC/Xtensa/Relocations/ |
H A D | relocations.s | 24 bbc a8, a7, func label 26 # INST: bbc a8, a7, func
|
/llvm-project/flang/test/ |
H A D | CMakeLists.txt | 69 bbc
|
/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaInstrInfo.td | 362 "bbc\t$s, $t, $target", []> {
|
/llvm-project/clang/docs/ |
H A D | ClangFormattedStatus.rst |
|