Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1870 const CGFunctionInfo &CGFI = in createParallelDataSharingWrapper() local
1874 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in createParallelDataSharingWrapper()
1885 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in createParallelDataSharingWrapper()
1890 CGF.StartFunction(GlobalDecl(), Ctx.VoidTy, Fn, CGFI, WrapperArgs, in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp2135 const auto &CGFI = in emitCopyprivateCopyFunction() local
2139 auto *Fn = llvm::Function::Create(CGM.getTypes().GetFunctionType(CGFI), in emitCopyprivateCopyFunction()
2142 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitCopyprivateCopyFunction()
2145 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args, Loc, Loc); in emitCopyprivateCopyFunction()
4808 const auto &CGFI = in emitReductionFunction() local
4811 auto *Fn = llvm::Function::Create(CGM.getTypes().GetFunctionType(CGFI), in emitReductionFunction()
4814 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitReductionFunction()
4817 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args, Loc, Loc); in emitReductionFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td1628 def CGFI : CompareRIL<"cgfi", 0xC2C, z_scmp, GR64, imm64sx32>;