Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp27 enum MapKind { Operand, Imm, Reg }; enum
28 MapKind Kind;
H A DCompressInstEmitter.cpp87 enum MapKind { Operand, Imm, Reg }; enum
88 MapKind Kind;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4112 OpenMPMapClauseKind MapKind = isMapType(*this); in parseMapTypeModifiers() local
4135 } else if (getLangOpts().OpenMP >= 60 && MapKind != OMPC_MAP_unknown) { in parseMapTypeModifiers()
4138 Data.ExtraModifier = MapKind; in parseMapTypeModifiers()
4139 MapKind = OMPC_MAP_unknown; in parseMapTypeModifiers()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7799 enum MapKind { Present, Allocs, Other, Total }; in generateAllInfoForClauses() enum
7808 const ValueDecl *D, MapKind Kind, in generateAllInfoForClauses()
7832 MapKind Kind = Other; in generateAllInfoForClauses()
7852 MapKind Kind = Other; in generateAllInfoForClauses()
7868 MapKind Kind = Other; in generateAllInfoForClauses()