Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1819 Type *ByValTy = nullptr; in insertSpills() local
1830 ByValTy = Arg->getParamByValType(); in insertSpills()
1865 if (ByValTy) { in insertSpills()
1868 auto *Value = Builder.CreateLoad(ByValTy, Def); in insertSpills()
1887 if (ByValTy) in insertSpills()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1885 Type *ByValTy = CB.getParamByValType(ArgNo); in processByValArgument() local
1886 TypeSize ByValSize = DL.getTypeAllocSize(ByValTy); in processByValArgument()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp195 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType() local
196 return ByValTy; in getMemoryParamAllocType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1131 llvm::Type *ByValTy = CGM.getTypes().ConvertType(PtrTy->getPointeeType()); in addX86InterruptAttrs() local
1133 Fn->getContext(), ByValTy); in addX86InterruptAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4215 Type *ByValTy = getPtrElementTypeByID(ParamTypeID); in parseFunctionRecord() local
4216 if (!ByValTy) in parseFunctionRecord()
4218 Attribute NewAttr = Attribute::getWithByValType(Context, ByValTy); in parseFunctionRecord()