/llvm-project/clang/test/CodeGen/ |
H A D | regparm.c | 11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall)); typedef
|
/llvm-project/llvm/unittests/Target/AMDGPU/ |
H A D | PALMetadata.cpp | 57 auto *FType = FunctionType::get(Type::getVoidTy(*Ctx), false); in PALMetadata() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 125 MCEncodedFragment(MCFragment::FragmentType FType,bool HasInstructions) MCEncodedFragment() argument 183 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,bool HasInstructions) MCEncodedFragmentWithContents() argument 203 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,bool HasInstructions) MCEncodedFragmentWithFixups() argument
|
/llvm-project/llvm/unittests/Target/RISCV/ |
H A D | RISCVInstrInfoTest.cpp | 57 auto *FType = FunctionType::get(Type::getVoidTy(*Ctx), false); in RISCVInstrInfoTest() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1261 QualType FType; collectDefaultElementTypesForBlockPointer() local 1297 QualType FType; CreateType() local 3179 QualType FType = Field->getType(); CreateTypeDefinition() local 3975 CreateMemberType(llvm::DIFile * Unit,QualType FType,StringRef Name,uint64_t * Offset) CreateMemberType() argument 4679 QualType FType; EmitTypeForVarWithBlocksAttr() local [all...] |
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 876 if (auto FType = dyn_cast<FunctionType>(Ty)) { createSPIRVType() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 4343 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); SynthBlockInitFunctionDecl() local 4403 QualType FType = Context->getPointerType(BFT); SynthBlockInitExpr() local
|
H A D | RewriteModernObjC.cpp | 5187 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); SynthBlockInitFunctionDecl() local 5255 QualType FType = Context->getPointerType(BFT); SynthBlockInitExpr() local
|
/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 3785 FunctionType *FType = MF.getFunction().getFunctionType(); analyzeInputArgs() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 2182 processPSInputArgs(SmallVectorImpl<ISD::InputArg> & Splits,CallingConv::ID CallConv,ArrayRef<ISD::InputArg> Ins,BitVector & Skipped,FunctionType * FType,SIMachineFunctionInfo * Info) processPSInputArgs() argument 2790 FunctionType *FType = MF.getFunction().getFunctionType(); LowerFormalArguments() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 19186 FunctionType *FType = MF.getFunction().getFunctionType(); analyzeInputArgs() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 7088 QualType FType = TInfo->getType(); ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
|