Home
last modified time | relevance | path

Searched refs:NND (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp535 if (const auto *NND = in hasNestedSPMDDirective() local
537 DKind = NND->getDirectiveKind(); in hasNestedSPMDDirective()
H A DCGOpenMPRuntime.cpp8949 if (const auto *NND = in getNestedDistributeDirective() local
8951 DKind = NND->getDirectiveKind(); in getNestedDistributeDirective()
8953 return NND; in getNestedDistributeDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp695 NCINSTRKIND(NND); in foldImmediate()
H A DVEInstrInfo.td1279 // Section 8.5.5 - NND (Negate AND)
1282 defm NND : RRNCm<"nnd", 0x54, I64, i64, and_not>;