| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ReleaseModeModelRunner.h | 33 template <class FType> 34 ReleaseModeModelRunner(LLVMContext &Ctx, const FType &InputSpec,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 132 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions, in MCEncodedFragment() argument 134 : MCFragment(FType, HasInstructions, Sec) {} in MCEncodedFragment() 191 MCEncodedFragmentWithContents(MCFragment::FragmentType FType, in MCEncodedFragmentWithContents() argument 194 : MCEncodedFragment(FType, HasInstructions, Sec) {} in MCEncodedFragmentWithContents() 212 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType, in MCEncodedFragmentWithFixups() argument 215 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions, in MCEncodedFragmentWithFixups()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1242 QualType FType; in collectDefaultElementTypesForBlockPointer() local 1252 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer() 1258 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer() 1278 QualType FType; in CreateType() local 1283 FType = CGM.getContext().UnsignedLongTy; in CreateType() 3053 QualType FType = Field->getType(); in CreateTypeDefinition() local 3057 if (!FType->isIncompleteArrayType()) { in CreateTypeDefinition() 4526 QualType FType; in EmitTypeForVarWithBlocksAttr() local 4537 FType = CGM.getContext().IntTy; in EmitTypeForVarWithBlocksAttr() 4575 FType = Type; in EmitTypeForVarWithBlocksAttr() [all …]
|
| H A D | CGDebugInfo.h | 689 llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType FType,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 697 if (auto FType = dyn_cast<FunctionType>(Ty)) { in createSPIRVType() local 698 SPIRVType *RetTy = findSPIRVType(FType->getReturnType(), MIRBuilder); in createSPIRVType() 700 for (const auto &t : FType->params()) { in createSPIRVType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4343 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local 4345 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl() 4403 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local 4411 DeclRefExpr(*Context, FD, false, FType, VK_PRValue, SourceLocation()); in SynthBlockInitExpr() 4526 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr() 4532 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
|
| H A D | RewriteModernObjC.cpp | 5189 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local 5191 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl() 5257 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local 5273 DeclRefExpr(*Context, FD, false, FType, VK_PRValue, SourceLocation()); in SynthBlockInitExpr() 5388 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr() 5402 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 3690 FunctionType *FType = MF.getFunction().getFunctionType(); in analyzeInputArgs() local 3695 ArgTy = FType->getReturnType(); in analyzeInputArgs() 3697 ArgTy = FType->getParamType(Ins[i].getOrigArgIndex()); in analyzeInputArgs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 2133 FunctionType *FType, in processPSInputArgs() argument 2735 FunctionType *FType = MF.getFunction().getFunctionType(); in LowerFormalArguments() local 2770 processPSInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments() 2957 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex())); in LowerFormalArguments()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 17682 FunctionType *FType = MF.getFunction().getFunctionType(); in analyzeInputArgs() local 17694 ArgTy = FType->getReturnType(); in analyzeInputArgs() 17696 ArgTy = FType->getParamType(Ins[i].getOrigArgIndex()); in analyzeInputArgs()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7308 QualType FType = TInfo->getType(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local 7337 FType, UDeclTy, /* OfBlockPointer */ false, in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|