Home
last modified time | relevance | path

Searched refs:IdTy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h87 using IdTy = typename ClauseTy::IdTy; member
90 using ObjectTy = tomp::ObjectT<IdTy, ExprTy>;
146 void addClauseSymsToMap(const tomp::ObjectListT<IdTy, ExprTy> &objects,
150 void addClauseSymsToMap(const tomp::clause::MapT<TypeTy, IdTy, ExprTy> &item,
210 bool applyClause(const tomp::clause::CollapseT<TypeTy, IdTy, ExprTy> &clause,
212 bool applyClause(const tomp::clause::PrivateT<TypeTy, IdTy, ExprTy> &clause,
215 applyClause(const tomp::clause::FirstprivateT<TypeTy, IdTy, ExprTy> &clause,
218 applyClause(const tomp::clause::LastprivateT<TypeTy, IdTy, ExprTy> &clause,
220 bool applyClause(const tomp::clause::SharedT<TypeTy, IdTy, ExprTy> &clause,
222 bool applyClause(const tomp::clause::DefaultT<TypeTy, IdTy, ExprTy> &clause,
[all …]
H A DConstructCompositionT.h37 using IdTy = typename ClauseTy::IdTy; member
186 using IfTy = tomp::clause::IfT<TypeTy, IdTy, ExprTy>; in mergeIf()
223 using ReductionTy = tomp::clause::ReductionT<TypeTy, IdTy, ExprTy>; in mergeReduction()
287 using ObjectTy = tomp::type::ObjectT<IdTy, ExprTy>; in mergeDSA()
311 using SharedTy = tomp::clause::SharedT<TypeTy, IdTy, ExprTy>; in mergeDSA()
312 using PrivateTy = tomp::clause::PrivateT<TypeTy, IdTy, ExprTy>; in mergeDSA()
313 using FirstprivateTy = tomp::clause::FirstprivateT<TypeTy, IdTy, ExprTy>; in mergeDSA()
314 using LastprivateTy = tomp::clause::LastprivateT<TypeTy, IdTy, ExprTy>; in mergeDSA()
348 using InReductionTy = tomp::clause::InReductionT<TypeTy, IdTy, ExprTy>; in mergeDSA()
354 using LinearTy = tomp::clause::LinearT<TypeTy, IdTy, ExprTy>; in mergeDSA()
[all …]
H A DClauseT.h1293 using IdTy = IdType;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp130 llvm::PointerType *IdTy; member in __anonbab9bb100111::CGObjCGNU
696 EnforceType(Builder, Receiver, IdTy), in LookupIMP()
715 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCGCC()
772 self = llvm::ConstantPointerNull::get(IdTy); in LookupIMP()
782 EnforceType(Builder, self, IdTy)}; in LookupIMP()
824 SelectorTy, IdTy); in CGObjCGNUstep()
850 EnterCatchFn.init(&CGM, "objc_begin_catch", IdTy, PtrTy); in CGObjCGNUstep()
856 SetPropertyAtomic.init(&CGM, "objc_setProperty_atomic", VoidTy, IdTy, in CGObjCGNUstep()
857 SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
859 IdTy, SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
[all …]
H A DCGObjC.cpp136 QualType IdTy(CGM.getContext().getObjCIdType()); in EmitObjCCollectionLiteral() local
138 CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName); in EmitObjCCollectionLiteral()
139 LValue LV = MakeNaturalAlignAddrLValue(Constant, IdTy); in EmitObjCCollectionLiteral()
1732 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod() local
1734 Builder.CreateBitCast(LoadObjCSelf(), Types.ConvertType(IdTy)); in GenerateObjCCtorDtorMethod()
1735 EmitReturnOfRValue(RValue::get(SelfAsId), IdTy); in GenerateObjCCtorDtorMethod()