Searched refs:FType (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h123 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions, argument
125 : MCFragment(FType, HasInstructions, Sec) {}
181 MCEncodedFragmentWithContents(MCFragment::FragmentType FType, argument
184 : MCEncodedFragment(FType, HasInstructions, Sec) {}
202 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType, argument
205 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1094 QualType FType; local
1096 // Advanced by calls to CreateMemberType in increments of FType, then
1104 FType = CGM.getContext().IntTy;
1105 EltTys.push_back(CreateMemberType(Unit, FType, "__size", &FieldOffset));
1106 EltTys.push_back(CreateMemberType(Unit, FType, "__align", &FieldOffset));
1108 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
1109 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
1110 FType = CGM.getContext().IntTy;
1111 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
1112 EltTys.push_back(CreateMemberType(Unit, FType, "__reserve
1130 QualType FType; local
2679 QualType FType = Field->getType(); local
3411 CreateMemberType(llvm::DIFile *Unit, QualType FType, StringRef Name, uint64_t *Offset) argument
4063 QualType FType; local
[all...]
H A DCGDebugInfo.h609 /// Create new member and increase Offset by FType's size.
610 llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType FType,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5195 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); local
5197 SourceLocation(), ID, FType, nullptr, SC_Extern,
5263 QualType FType = Context->getPointerType(BFT); local
5279 DeclRefExpr(*Context, FD, false, FType, VK_RValue, SourceLocation());
5393 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue,
5407 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
H A DRewriteObjC.cpp4351 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); local
4353 SourceLocation(), ID, FType, nullptr, SC_Extern,
4411 QualType FType = Context->getPointerType(BFT); local
4419 DeclRefExpr(*Context, FD, false, FType, VK_RValue, SourceLocation());
4532 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue,
4538 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1720 FunctionType *FType = MF.getFunction().getFunctionType(); local
1728 ArgTy = FType->getReturnType();
1730 ArgTy = FType->getParamType(Ins[i].getOrigArgIndex());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1689 FunctionType *FType,
2139 FunctionType *FType = MF.getFunction().getFunctionType(); local
2160 processShaderInputArgs(Splits, CallConv, Ins, Skipped, FType, Info);
2262 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex()));
1685 processShaderInputArgs(SmallVectorImpl<ISD::InputArg> &Splits, CallingConv::ID CallConv, ArrayRef<ISD::InputArg> Ins, BitVector &Skipped, FunctionType *FType, SIMachineFunctionInfo *Info) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5530 if (const auto *FType = Candidate.getFunctionType())
5531 if (const auto *Proto = dyn_cast<FunctionProtoType>(FType))
H A DSemaOpenMP.cpp5817 QualType FType = TInfo->getType();
5836 FType, UDecl->getType(), /* OfBlockPointer */ false,

Completed in 198 milliseconds