Searched refs:AMX (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrAMX.td | 1 //===---- X86InstrAMX.td - AMX Instruction Set Extension --*- tablegen -*--===// 9 // This file describes the instructions that make up the Intel AMX instruction 15 // AMX instructions 199 //AMX-FP16
|
H A D | X86InstrInfo.td | 79 // AMX instructions
|
H A D | X86.td | 260 "Support AMX-TILE instructions">; 262 "Support AMX-INT8 instructions", 265 "Support AMX-BF16 instructions", 268 "Support AMX amx-fp16 instructions", 271 "Support AMX-COMPLEX instructions",
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Intrinsics.h | 144 AMX, enumerator
|
H A D | IntrinsicsX86.td | 5222 // AMX - Intel AMX extensions 5262 // AMX-FP16 - Intel FP16 AMX extensions 5267 // AMX-COMPLEX 5277 // AMX - internal intrinsics 5335 // the vector size can be smaller than AMX register size (1024 bytes) 5338 // the vector size can be smaller than AMX register size (1024 bytes)
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 1146 OutputTable.push_back(IITDescriptor::get(IITDescriptor::AMX, 0)); in DecodeIITType() 1401 case IITDescriptor::AMX: return Type::getX86_AMXTy(Context); in DecodeFixedType() 1584 case IITDescriptor::AMX: return !Ty->isX86_AMXTy(); in matchIntrinsicType()
|
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_clk_per.c | 347 GATE(AMX, "amx", "pc_amx", W(25)),
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.td | 285 def x86amx : ValueType<8192, 197>; // X86 AMX value
|