Home
last modified time | relevance | path

Searched refs:StateTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1828 QualType StateTy = CGM.getObjCFastEnumerationStateType(); in EmitObjCForCollectionStmt() local
1829 Address StatePtr = CreateMemTemp(StateTy, "state.ptr"); in EmitObjCForCollectionStmt()
1830 EmitNullInitialization(StatePtr, StateTy); in EmitObjCForCollectionStmt()
1867 Args.add(RValue::get(StatePtr, *this), getContext().getPointerType(StateTy)); in EmitObjCForCollectionStmt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h3210 template <typename StateTy, typename BaseType, class... Ts>
3211 struct StateWrapper : public BaseType, public StateTy {
3213 using StateType = StateTy;
3216 : BaseType(IRP), StateTy(Args...) {}
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1008 LLT StateTy = MRI.getType(Dst); in createGetStateLibcall() local
1009 TypeSize StateSize = StateTy.getSizeInBytes(); in createGetStateLibcall()
1010 Align TempAlign = getStackTemporaryAlignment(StateTy); in createGetStateLibcall()
1028 TempPtrInfo, MachineMemOperand::MOLoad, StateTy, TempAlign); in createGetStateLibcall()
1048 LLT StateTy = MRI.getType(Src); in createSetStateLibcall() local
1049 TypeSize StateSize = StateTy.getSizeInBytes(); in createSetStateLibcall()
1050 Align TempAlign = getStackTemporaryAlignment(StateTy); in createSetStateLibcall()
1056 TempPtrInfo, MachineMemOperand::MOStore, StateTy, TempAlign); in createSetStateLibcall()