Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DReleaseModeModelRunner.h59 template <class FType>
60 ReleaseModeModelRunner(LLVMContext &Ctx, const FType &InputSpec,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1440 QualType FType; in collectDefaultElementTypesForBlockPointer() local
1450 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer()
1451 EltTys.push_back(CreateMemberType(Unit, FType, "__size", &FieldOffset)); in collectDefaultElementTypesForBlockPointer()
1452 EltTys.push_back(CreateMemberType(Unit, FType, "__align", &FieldOffset)); in collectDefaultElementTypesForBlockPointer()
1454 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in collectDefaultElementTypesForBlockPointer()
1455 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset)); in collectDefaultElementTypesForBlockPointer()
1456 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer()
1457 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset)); in collectDefaultElementTypesForBlockPointer()
1458 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset)); in collectDefaultElementTypesForBlockPointer()
1459 FType = CGM.getContext().getPointerType(Ty->getPointeeType()); in collectDefaultElementTypesForBlockPointer()
[all …]
H A DCGDebugInfo.h773 llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType FType,
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h307 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions) in MCEncodedFragment() argument
308 : MCFragment(FType, HasInstructions) {} in MCEncodedFragment()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4326 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
4328 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl()
4384 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
4392 DeclRefExpr(*Context, FD, false, FType, VK_PRValue, SourceLocation()); in SynthBlockInitExpr()
4507 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()
4513 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
H A DRewriteModernObjC.cpp5163 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
5165 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl()
5227 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
5243 DeclRefExpr(*Context, FD, false, FType, VK_PRValue, SourceLocation()); in SynthBlockInitExpr()
5354 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()
5368 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp1068 if (auto FType = dyn_cast<FunctionType>(Ty)) { in createSPIRVType() local
1069 SPIRVType *RetTy = findSPIRVType(FType->getReturnType(), MIRBuilder, in createSPIRVType()
1072 for (const auto &ParamTy : FType->params()) in createSPIRVType()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp6873 FunctionType *FType = MF.getFunction().getFunctionType(); in analyzeInputArgs() local
6878 ArgTy = FType->getReturnType(); in analyzeInputArgs()
6880 ArgTy = FType->getParamType(Ins[i].getOrigArgIndex()); in analyzeInputArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2300 FunctionType *FType, in processPSInputArgs() argument
2909 FunctionType *FType = MF.getFunction().getFunctionType(); in LowerFormalArguments() local
2946 processPSInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments()
3153 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex())); in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp22028 FunctionType *FType = MF.getFunction().getFunctionType(); in analyzeInputArgs() local
22036 ArgTy = FType->getReturnType(); in analyzeInputArgs()
22038 ArgTy = FType->getParamType(In.getOrigArgIndex()); in analyzeInputArgs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7041 QualType FType = TInfo->getType(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
7070 FType, UDeclTy, /*OfBlockPointer=*/false, in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()