Home
last modified time | relevance | path

Searched defs:FT (Results 1 – 25 of 136) sorted by relevance

123456

/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp113 FunctionType *FT = F->getFunctionType(); in lookupFunction() local
324 static GenericValue lle_X_atexit(FunctionType *FT, in lle_X_atexit()
334 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit()
340 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort()
355 static GenericValue lle_X_sprintf(FunctionType *FT, in lle_X_sprintf()
440 static GenericValue lle_X_printf(FunctionType *FT, in lle_X_printf()
452 static GenericValue lle_X_sscanf(FunctionType *FT, in lle_X_sscanf()
467 static GenericValue lle_X_scanf(FunctionType *FT, ArrayRef<GenericValue> args) { in lle_X_scanf()
482 static GenericValue lle_X_fprintf(FunctionType *FT, in lle_X_fprintf()
495 static GenericValue lle_X_memset(FunctionType *FT, in lle_X_memset()
[all …]
/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIWriter.h40 static FileType parseFileType(const StringRef FT) { in parseFileType()
/llvm-project/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp38 FunctionType *FT = in main() local
/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockPathCloning.cpp75 if (auto FT = OrigBB.getFallThrough(/*JumpToFallThrough=*/false)) { in CloneMachineBasicBlock() local
177 if (auto FT = OrigBB->getFallThrough(/*JumpToFallThrough=*/false)) { in ApplyCloning() local
H A DFaultMaps.cpp103 const char *FaultMaps::faultTypeToString(FaultMaps::FaultKind FT) { in faultTypeToString()
/llvm-project/clang/test/AST/Interp/
H A Dswitch.cpp
/llvm-project/llvm/lib/Object/
H A DFaultMapParser.cpp16 void printFaultType(FaultMapParser::FaultKind FT, raw_ostream &OS) { in printFaultType()
/llvm-project/clang/include/clang/InstallAPI/
H A DContext.h59 FileType FT = FileType::TBD_V5; member
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp521 auto FT = F->getFunctionType(); checkWFRetconPrototype() local
557 auto FT = F->getFunctionType(); checkWFAlloc() local
572 auto FT = F->getFunctionType(); checkWFDealloc() local
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp111 getThunkType(FunctionType * FT,AttributeList AttrList,Arm64ECThunkType TT,raw_ostream & Out,FunctionType * & Arm64Ty,FunctionType * & X64Ty,SmallVector<ThunkArgTranslation> & ArgTranslations) getThunkType() argument
143 getThunkArgTypes(FunctionType * FT,AttributeList AttrList,Arm64ECThunkType TT,raw_ostream & Out,SmallVectorImpl<Type * > & Arm64ArgTypes,SmallVectorImpl<Type * > & X64ArgTypes,SmallVectorImpl<ThunkArgTranslation> & ArgTranslations,bool HasSretPtr) getThunkArgTypes() argument
222 getThunkRetType(FunctionType * FT,AttributeList AttrList,raw_ostream & Out,Type * & Arm64RetTy,Type * & X64RetTy,SmallVectorImpl<Type * > & Arm64ArgTypes,SmallVectorImpl<Type * > & X64ArgTypes,SmallVector<ThunkArgTranslation> & ArgTranslations,bool & HasSretPtr) getThunkRetType() argument
386 buildExitThunk(FunctionType * FT,AttributeList Attrs) buildExitThunk() argument
[all...]
/llvm-project/clang/test/Sema/
H A Dfp-eval-pragma-with-float-double_t-2.c79 typedef float_t FT; in foo4() typedef
H A Dfp-eval-pragma-with-float-double_t-1.c78 typedef float_t FT; in foo4() typedef
H A Dfp-eval-pragma-with-float-double_t-3.c78 typedef float_t FT; in foo4() typedef
/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp256 FT = AT->getElementType(); in isEmptyField() local
345 QualType FT = FD->getType(); isSingleElementStruct() local
446 QualType FT = i->getType(); isRecordWithSIMDVectorType() local
[all...]
H A DCodeGenABITypes.cpp101 if (auto FT = dyn_cast<llvm::FunctionType>(T)) convertFreeFunctionType() local
H A DTargetInfo.cpp182 auto *FT = llvm::FunctionType::get(llvm::Type::getVoidTy(C), createEnqueuedBlockKernel() local
/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp176 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper()
419 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp165 const FunctionTemplateDecl *FT = FD->getDescribedFunctionTemplate(); handleKernelAttr() local
H A DCodeCompleteConsumer.cpp553 if (const auto *FT = getFunctionType()) getNumParams() local
582 if (const auto *FT = getFunctionType()) getParamType() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp530 AMDGPUMangledLibFunc::AMDGPUMangledLibFunc(EFuncId id, FunctionType *FT, in AMDGPUMangledLibFunc() argument
1108 AMDGPULibFunc(EFuncId Id,FunctionType * FT,bool SignedInts) AMDGPULibFunc() argument
1112 AMDGPULibFunc(StringRef Name,FunctionType * FT) AMDGPULibFunc() argument
/llvm-project/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp
/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h123 auto *FT = cast<FunctionType>(getParamElementType(CalledFunctionPos)); in getActualReturnType() local
/llvm-project/polly/lib/CodeGen/
H A DLoopGeneratorsGOMP.cpp63 FunctionType *FT = prepareSubFnDefinition() local
/llvm-project/llvm/lib/IR/
H A DFunction.cpp495 auto *FT = getFunctionType(); BuildLazyArguments() local
992 } else if (FunctionType *FT = dyn_cast<FunctionType>(Ty)) { getMangledTypeStr() local
1050 getIntrinsicNameImpl(Intrinsic::ID Id,ArrayRef<Type * > Tys,Module * M,FunctionType * FT,bool EarlyModuleCheck) getIntrinsicNameImpl() argument
1077 getName(ID Id,ArrayRef<Type * > Tys,Module * M,FunctionType * FT) getName() argument
1487 auto *FT = getType(M->getContext(), id, Tys); getDeclaration() local
1780 getIntrinsicSignature(Intrinsic::ID ID,FunctionType * FT,SmallVectorImpl<Type * > & ArgTys) getIntrinsicSignature() argument
/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp564 static bool appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, in appendFunctionType() argument
626 if (const FunctionType *FT = QT->getAs<FunctionType>()) in appendType() local

123456