Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h125 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions) in MCEncodedFragment() argument
126 : MCFragment(FType, HasInstructions) {} in MCEncodedFragment()
183 MCEncodedFragmentWithContents(MCFragment::FragmentType FType, in MCEncodedFragmentWithContents() argument
185 : MCEncodedFragment(FType, HasInstructions) {} in MCEncodedFragmentWithContents()
203 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType, in MCEncodedFragmentWithFixups() argument
205 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions) {} in MCEncodedFragmentWithFixups()
/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.cpp1261 QualType FType; in collectDefaultElementTypesForBlockPointer() local
1271 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer()
1272 EltTys.push_back(CreateMemberType(Unit, FType, "__size", &FieldOffset)); in collectDefaultElementTypesForBlockPointer()
1273 EltTys.push_back(CreateMemberType(Unit, FType, "__align", &FieldOffset)); in collectDefaultElementTypesForBlockPointer()
1275 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in collectDefaultElementTypesForBlockPointer()
1276 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset)); in collectDefaultElementTypesForBlockPointer()
1277 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer()
1278 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset)); in collectDefaultElementTypesForBlockPointer()
1279 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset)); in collectDefaultElementTypesForBlockPointer()
1280 FType = CGM.getContext().getPointerType(Ty->getPointeeType()); in collectDefaultElementTypesForBlockPointer()
[all …]
H A DCGDebugInfo.h718 llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType FType,
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp876 if (auto FType = dyn_cast<FunctionType>(Ty)) { in createSPIRVType() local
877 SPIRVType *RetTy = findSPIRVType(FType->getReturnType(), MIRBuilder); in createSPIRVType()
879 for (const auto &t : FType->params()) { in createSPIRVType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5187 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
5189 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl()
5255 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
5271 DeclRefExpr(*Context, FD, false, FType, VK_PRValue, SourceLocation()); in SynthBlockInitExpr()
5386 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()
5400 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4871 FunctionType *FType = MF.getFunction().getFunctionType(); in analyzeInputArgs() local
4876 ArgTy = FType->getReturnType(); in analyzeInputArgs()
4878 ArgTy = FType->getParamType(Ins[i].getOrigArgIndex()); in analyzeInputArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2195 FunctionType *FType, in processPSInputArgs() argument
2803 FunctionType *FType = MF.getFunction().getFunctionType(); in LowerFormalArguments() local
2840 processPSInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments()
3034 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex())); in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19251 FunctionType *FType = MF.getFunction().getFunctionType(); in analyzeInputArgs()
19269 ArgTy = FType->getReturnType(); in analyzeInputArgs()
19271 ArgTy = FType->getParamType(Ins[i].getOrigArgIndex()); in analyzeInputArgs()
19248 FunctionType *FType = MF.getFunction().getFunctionType(); analyzeInputArgs() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7093 QualType FType = TInfo->getType(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
7122 FType, UDeclTy, /* OfBlockPointer */ false, in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()