Home
last modified time | relevance | path

Searched defs:TypeFlags (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp247 struct TypeFlags { struct in __anon27f8003c0111::OpenCLBuiltinFileEmitterBase
248 TypeFlags() : IsConst(false), IsVolatile(false), IsPointer(false) {} in TypeFlags() argument
249 bool IsConst : 1;
250 bool IsVolatile : 1;
251 bool IsPointer : 1;
252 StringRef AddrSpace;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp360 NeonTypeFlags TypeFlags, in GetNeonType()
3736 llvm::Type *CodeGenFunction::SVEBuiltinMemEltTy(const SVETypeFlags &TypeFlags) { in SVEBuiltinMemEltTy()
3752 llvm::Type *CodeGenFunction::getEltType(const SVETypeFlags &TypeFlags) { in getEltType()
3790 CodeGenFunction::getSVEPredType(const SVETypeFlags &TypeFlags) { in getSVEPredType()
3825 CodeGenFunction::getSVEType(const SVETypeFlags &TypeFlags) { in getSVEType()
3862 CodeGenFunction::EmitSVEAllTruePred(const SVETypeFlags &TypeFlags) { in EmitSVEAllTruePred()
3928 Value *CodeGenFunction::EmitSVEGatherLoad(const SVETypeFlags &TypeFlags, in EmitSVEGatherLoad()
3982 Value *CodeGenFunction::EmitSVEScatterStore(const SVETypeFlags &TypeFlags, in EmitSVEScatterStore()
4039 Value *CodeGenFunction::EmitSVEGatherPrefetch(const SVETypeFlags &TypeFlags, in EmitSVEGatherPrefetch()
4072 Value *CodeGenFunction::EmitSVEStructLoad(const SVETypeFlags &TypeFlags, in EmitSVEStructLoad()
[all …]
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1344 TypeFlags section in Enumerators
1342 .. _TypeFlags: global() target
1361 CommandFlagsTypeFlags global() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1131 FLAGS_ENUM(TypeFlags){ in FLAGS_ENUM() argument