Searched defs:FInfo (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp303 const CGFunctionInfo &FInfo = CGM.getTypes().arrangeCXXStructorDeclaration( local
H A DCGExprCXX.cpp321 const CGFunctionInfo *FInfo = nullptr; local
H A DMicrosoftCXXABI.cpp1927 const CGFunctionInfo *FInfo = local
H A DItaniumCXXABI.cpp1843 const CGFunctionInfo *FInfo = local
H A DCodeGenModule.cpp2954 const CGFunctionInfo &FInfo = getTypes().arrangeCXXMethodDeclaration(CXXFD); local
3635 auto FInfo = &getTypes().arrangeCXXMethodDeclaration( local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp471 getVecSize(const AMDGPULibFunc& FInfo) argument
475 getArgType(const AMDGPULibFunc& FInfo) argument
487 parseFunctionName(const StringRef& FMangledName, FuncInfo *FInfo) argument
512 sincosUseNative(CallInst *aCI, const FuncInfo &FInfo) argument
550 FuncInfo FInfo; local
579 fold_read_write_pipe(CallInst *CI, IRBuilder<> &B, FuncInfo &FInfo) argument
665 FuncInfo FInfo; local
736 TDOFold(CallInst *CI, const FuncInfo &FInfo) argument
800 replaceWithNative(CallInst *CI, const FuncInfo &FInfo) argument
822 fold_recip(CallInst *CI, IRBuilder<> &B, const FuncInfo &FInfo) argument
840 fold_divide(CallInst *CI, IRBuilder<> &B, const FuncInfo &FInfo) argument
870 fold_pow(CallInst *CI, IRBuilder<> &B, const FuncInfo &FInfo) argument
1155 fold_rootn(CallInst *CI, IRBuilder<> &B, const FuncInfo &FInfo) argument
1209 fold_fma_mad(CallInst *CI, IRBuilder<> &B, const FuncInfo &FInfo) argument
1254 getNativeFunction(Module *M, const FuncInfo &FInfo) argument
1264 fold_sqrt(CallInst *CI, IRBuilder<> &B, const FuncInfo &FInfo) argument
1428 evaluateScalarMathFunc(FuncInfo &FInfo, double& Res0, double& Res1, Constant *copr0, Constant *copr1, Constant *copr2) argument
1623 evaluateCall(CallInst *aCI, FuncInfo &FInfo) argument
[all...]

Completed in 219 milliseconds