| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ReleaseModeModelRunner.h | 33 template <class FType> 34 ReleaseModeModelRunner(LLVMContext &Ctx, const FType &InputSpec,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 131 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions, in MCEncodedFragment() argument 133 : MCFragment(FType, HasInstructions, Sec) {} in MCEncodedFragment() 190 MCEncodedFragmentWithContents(MCFragment::FragmentType FType, in MCEncodedFragmentWithContents() argument 193 : MCEncodedFragment(FType, HasInstructions, Sec) {} in MCEncodedFragmentWithContents() 211 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType, in MCEncodedFragmentWithFixups() argument 214 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions, in MCEncodedFragmentWithFixups()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1202 QualType FType; in collectDefaultElementTypesForBlockPointer() local 1212 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer() 1213 EltTys.push_back(CreateMemberType(Unit, FType, "__size", &FieldOffset)); in collectDefaultElementTypesForBlockPointer() 1214 EltTys.push_back(CreateMemberType(Unit, FType, "__align", &FieldOffset)); in collectDefaultElementTypesForBlockPointer() 1216 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in collectDefaultElementTypesForBlockPointer() 1217 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset)); in collectDefaultElementTypesForBlockPointer() 1218 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer() 1219 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset)); in collectDefaultElementTypesForBlockPointer() 1220 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset)); in collectDefaultElementTypesForBlockPointer() 1221 FType = CGM.getContext().getPointerType(Ty->getPointeeType()); in collectDefaultElementTypesForBlockPointer() [all …]
|
| H A D | CGDebugInfo.h | 668 llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType FType,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 676 if (auto FType = dyn_cast<FunctionType>(Ty)) { in createSPIRVType() local 677 SPIRVType *RetTy = findSPIRVType(FType->getReturnType(), MIRBuilder); in createSPIRVType() 679 for (const auto &t : FType->params()) { in createSPIRVType()
|
| /openbsd-src/gnu/llvm/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 | 5190 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local 5192 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl() 5258 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local 5274 DeclRefExpr(*Context, FD, false, FType, VK_PRValue, SourceLocation()); in SynthBlockInitExpr() 5389 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr() 5403 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 2039 FunctionType *FType = MF.getFunction().getFunctionType(); in analyzeInputArgs() local 2044 ArgTy = FType->getReturnType(); in analyzeInputArgs() 2046 ArgTy = FType->getParamType(Ins[i].getOrigArgIndex()); in analyzeInputArgs()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 1873 FunctionType *FType, in processPSInputArgs() argument 2388 FunctionType *FType = MF.getFunction().getFunctionType(); in LowerFormalArguments() local 2420 processPSInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments() 2523 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex())); in LowerFormalArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 12226 FunctionType *FType = MF.getFunction().getFunctionType(); in analyzeInputArgs() local 12238 ArgTy = FType->getReturnType(); in analyzeInputArgs() 12240 ArgTy = FType->getParamType(Ins[i].getOrigArgIndex()); in analyzeInputArgs()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7157 QualType FType = TInfo->getType(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local 7186 FType, UDeclTy, /* OfBlockPointer */ false, in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|