Searched refs:StateTy (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 1784 QualType StateTy = CGM.getObjCFastEnumerationStateType(); in EmitObjCForCollectionStmt() local 1785 Address StatePtr = CreateMemTemp(StateTy, "state.ptr"); in EmitObjCForCollectionStmt() 1786 EmitNullInitialization(StatePtr, StateTy); in EmitObjCForCollectionStmt() 1823 Args.add(RValue::get(StatePtr, *this), getContext().getPointerType(StateTy)); in EmitObjCForCollectionStmt()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 3163 template <typename StateTy, typename BaseType, class... Ts> 3164 struct StateWrapper : public BaseType, public StateTy { 3166 using StateType = StateTy; 3169 : BaseType(IRP), StateTy(Args...) {}
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 934 LLT StateTy = MRI.getType(Dst); in createGetStateLibcall() local 935 TypeSize StateSize = StateTy.getSizeInBytes(); in createGetStateLibcall() 936 Align TempAlign = getStackTemporaryAlignment(StateTy); in createGetStateLibcall() 954 TempPtrInfo, MachineMemOperand::MOLoad, StateTy, TempAlign); in createGetStateLibcall() 974 LLT StateTy = MRI.getType(Src); in createSetStateLibcall() local 975 TypeSize StateSize = StateTy.getSizeInBytes(); in createSetStateLibcall() 976 Align TempAlign = getStackTemporaryAlignment(StateTy); in createSetStateLibcall() 982 TempPtrInfo, MachineMemOperand::MOStore, StateTy, TempAlign); in createSetStateLibcall()
|