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