Home
last modified time | relevance | path

Searched refs:ctl (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Dkeylocker.c65 void test_loadiwkey(unsigned int ctl, __m128i intkey, __m128i enkey_lo, __m128i enkey_hi) { in test_loadiwkey() argument
66 _mm_loadiwkey(ctl, intkey, enkey_lo, enkey_hi); in test_loadiwkey()
/llvm-project-15.0.7/llvm/test/tools/llvm-rc/
H A Dtag-dialog.test663 ; RUN: not llvm-rc -no-preprocess /FO %t -- %p/Inputs/tag-dialog-ctl-large-coord.rc 2>&1 | FileChec…
670 ; RUN: not llvm-rc -no-preprocess /FO %t -- %p/Inputs/tag-dialog-ctl-large-coord-neg.rc 2>&1 | File…
677 ; RUN: not llvm-rc -no-preprocess /FO %t -- %p/Inputs/tag-dialog-ctl-large-size.rc 2>&1 | FileCheck…
684 ; RUN: not llvm-rc -no-preprocess /FO %t -- %p/Inputs/tag-dialog-ctl-negative-size.rc 2>&1 | FileCh…
691 ; RUN: not llvm-rc -no-preprocess /FO %t -- %p/Inputs/tag-dialog-ctl-large-id.rc 2>&1 | FileCheck %…
698 ; RUN: not llvm-rc -no-preprocess /FO %t -- %p/Inputs/tag-dialog-ctl-large-ref-id.rc 2>&1 | FileChe…
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DThreading.inc199 int ctl[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID | KERN_PROC_INC_THREAD,
203 error = sysctl(ctl, 4, kp, &len, nullptr, 0);
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dkeylocker-intrinsics-fast-isel.ll6 define void @test_loadiwkey(i32 %ctl, <2 x i64> %intkey, <2 x i64> %enkey_lo, <2 x i64> %enkey_hi) {
13 …all void @llvm.x86.loadiwkey(<2 x i64> %intkey, <2 x i64> %enkey_lo, <2 x i64> %enkey_hi, i32 %ctl)
H A Dkeylocker-intrinsics.ll19 define void @test_loadiwkey(i32 %ctl, <2 x i64> %intkey, <2 x i64> %enkey_lo, <2 x i64> %enkey_hi) {
32 …all void @llvm.x86.loadiwkey(<2 x i64> %intkey, <2 x i64> %enkey_lo, <2 x i64> %enkey_hi, i32 %ctl)
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp350 unsigned C = ctl(I, StartAt+L) == Switch; in getControls()
361 uint8_t ctl(ElemType Pos, unsigned Step) const { in ctl() function