Home
last modified time | relevance | path

Searched refs:MMA_BUILTIN (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DBuiltinsPPC.def10 // this file must define the BUILTIN macro or the MMA_BUILTIN macro to make use
21 #if defined(BUILTIN) && !defined(MMA_BUILTIN)
22 # define MMA_BUILTIN(ID, TYPES, ACCUMULATE) BUILTIN(__builtin_mma_##ID, "i.", "t")
23 #elif defined(MMA_BUILTIN) && !defined(BUILTIN)
663 // All MMA built-ins are declared here using the MMA_BUILTIN macro. Because
666 // The first argument of the MMA_BUILTIN macro is the name of the built-in, the
681 MMA_BUILTIN(assemble_acc, "vW512*VVVV", false)
682 MMA_BUILTIN(disassemble_acc, "vv*W512*", false)
683 MMA_BUILTIN(assemble_pair, "vW256*VV", false)
684 MMA_BUILTIN(disassemble_pair, "vv*W256*", false)
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp14846 #define MMA_BUILTIN(Name, Types, Accumulate) \ in EmitPPCBuiltinExpr() macro
14878 #define MMA_BUILTIN(Name, Types, Acc) \ in EmitPPCBuiltinExpr() macro
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp3304 #define MMA_BUILTIN(Name, Types, Acc) \ in CheckPPCBuiltinFunctionCall() macro