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.cpp1871 const CGFunctionInfo &CGFI = in createParallelDataSharingWrapper() local
1875 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in createParallelDataSharingWrapper()
1886 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in createParallelDataSharingWrapper()
1891 CGF.StartFunction(GlobalDecl(), Ctx.VoidTy, Fn, CGFI, WrapperArgs, in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp2159 const auto &CGFI = in emitCopyprivateCopyFunction() local
2163 auto *Fn = llvm::Function::Create(CGM.getTypes().GetFunctionType(CGFI), in emitCopyprivateCopyFunction()
2166 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitCopyprivateCopyFunction()
2169 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args, Loc, Loc); in emitCopyprivateCopyFunction()
4834 const auto &CGFI = in emitReductionFunction() local
4837 auto *Fn = llvm::Function::Create(CGM.getTypes().GetFunctionType(CGFI), in emitReductionFunction()
4840 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitReductionFunction()
4843 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args, Loc, Loc); in emitReductionFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td1602 def CGFI : CompareRIL<"cgfi", 0xC2C, z_scmp, GR64, imm64sx32>;