Searched refs:StatePtrTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 923 Type *StatePtrTy = PointerType::get(Ctx, TempAddrSpace); in createGetStateLibcall() local 928 CallLowering::ArgInfo({Temp.getReg(0), StatePtrTy, 0}), in createGetStateLibcall() 968 Type *StatePtrTy = PointerType::get(Ctx, TempAddrSpace); in createSetStateLibcall() local 972 CallLowering::ArgInfo({Temp.getReg(0), StatePtrTy, 0}), in createSetStateLibcall() 991 Type *StatePtrTy = PointerType::get(Ctx, AddrSpace); in createResetStateLibcall() local 1001 CallLowering::ArgInfo({Dest.getReg(), StatePtrTy, 0}), in createResetStateLibcall()
|