Searched refs:StateTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 1780 QualType StateTy = CGM.getObjCFastEnumerationStateType(); in EmitObjCForCollectionStmt() local 1781 Address StatePtr = CreateMemTemp(StateTy, "state.ptr"); in EmitObjCForCollectionStmt() 1782 EmitNullInitialization(StatePtr, StateTy); in EmitObjCForCollectionStmt() 1821 getContext().getPointerType(StateTy)); in EmitObjCForCollectionStmt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 3170 template <typename StateTy, typename BaseType, class... Ts> 3171 struct StateWrapper : public BaseType, public StateTy { 3173 using StateType = StateTy; 3176 : BaseType(IRP), StateTy(Args...) {}
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 915 LLT StateTy = MRI.getType(Dst); in createGetStateLibcall() local 916 TypeSize StateSize = StateTy.getSizeInBytes(); in createGetStateLibcall() 917 Align TempAlign = getStackTemporaryAlignment(StateTy); in createGetStateLibcall() 935 TempPtrInfo, MachineMemOperand::MOLoad, StateTy, TempAlign); in createGetStateLibcall() 955 LLT StateTy = MRI.getType(Src); in createSetStateLibcall() local 956 TypeSize StateSize = StateTy.getSizeInBytes(); in createSetStateLibcall() 957 Align TempAlign = getStackTemporaryAlignment(StateTy); in createSetStateLibcall() 963 TempPtrInfo, MachineMemOperand::MOStore, StateTy, TempAlign); in createSetStateLibcall()
|