Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp942 Type *StatePtrTy = PointerType::get(Ctx, TempAddrSpace); in createGetStateLibcall() local
947 CallLowering::ArgInfo({Temp.getReg(0), StatePtrTy, 0}), in createGetStateLibcall()
987 Type *StatePtrTy = PointerType::get(Ctx, TempAddrSpace); in createSetStateLibcall() local
991 CallLowering::ArgInfo({Temp.getReg(0), StatePtrTy, 0}), in createSetStateLibcall()
1010 Type *StatePtrTy = PointerType::get(Ctx, AddrSpace); in createResetStateLibcall() local
1020 CallLowering::ArgInfo({Dest.getReg(), StatePtrTy, 0}), in createResetStateLibcall()