Home
last modified time | relevance | path

Searched refs:FType (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DReleaseModeModelRunner.h33 template <class FType>
34 ReleaseModeModelRunner(LLVMContext &Ctx, const FType &InputSpec,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h132 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 DCGDebugInfo.cpp1242 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 DCGDebugInfo.h689 llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType FType,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp697 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 DRewriteObjC.cpp4343 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 DRewriteModernObjC.cpp5189 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 DLoongArchISelLowering.cpp3690 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 DSIISelLowering.cpp2133 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 DRISCVISelLowering.cpp17682 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 DSemaOpenMP.cpp7308 QualType FType = TInfo->getType(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
7337 FType, UDeclTy, /* OfBlockPointer */ false, in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()