Searched refs:VLEN (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/sendmmsg/ |
D | sendmmsg01.c | 21 #define VLEN 2 macro 33 retval = do_sendmmsg(send_sockfd, snd_msg, VLEN, 0); in run() 45 retval = do_recvmmsg(receive_sockfd, rcv_msg, VLEN, 0, &timeout); in run() 87 memset(snd_msg, 0, VLEN * sizeof(*snd_msg)); in setup() 93 memset(rcv_msg, 0, VLEN * sizeof(*rcv_msg)); in setup() 120 {&snd_msg, .size = VLEN * sizeof(*snd_msg)}, 121 {&rcv_msg, .size = VLEN * sizeof(*rcv_msg)},
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVRegisterInfo.td | 275 // Though the V extension allows that VLEN be as small as 8, 276 // this approach assumes that VLEN>=64. 278 // thus `vscale` can be defined as VLEN/64,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 11348 static void addAArch64VectorName(T VLEN, StringRef LMask, StringRef Prefix, in addAArch64VectorName() argument 11354 Out << Prefix << ISA << LMask << VLEN; in addAArch64VectorName() 11616 unsigned VLEN = VLENVal.getExtValue(); in emitDeclareSimdFunction() local 11619 emitAArch64DeclareSimdFunction(CGM, FD, VLEN, ParamAttrs, State, in emitDeclareSimdFunction() 11622 emitAArch64DeclareSimdFunction(CGM, FD, VLEN, ParamAttrs, State, in emitDeclareSimdFunction()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 6480 if (const Expr *VLEN = Attr->getSimdlen()) in emitDeclareSimdFunction() local 6481 VLENVal = VLEN->EvaluateKnownConstInt(C); in emitDeclareSimdFunction()
|