Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/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 …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIWriter.h40 static FileType parseFileType(const StringRef FT) { in parseFileType()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockPathCloning.cpp75 if (auto FT = OrigBB.getFallThrough(/*JumpToFallThrough=*/false)) { in CloneMachineBasicBlock() local
167 if (auto FT = OrigBB->getFallThrough(/*JumpToFallThrough=*/false)) { ApplyCloning() local
H A DFaultMaps.cpp103 const char *FaultMaps::faultTypeToString(FaultMaps::FaultKind FT) { in faultTypeToString()
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DFaultMapParser.cpp16 void printFaultType(FaultMapParser::FaultKind FT, raw_ostream &OS) { in printFaultType()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp514 auto FT = F->getFunctionType(); checkWFRetconPrototype() local
550 auto FT = F->getFunctionType(); checkWFAlloc() local
565 auto FT = F->getFunctionType(); checkWFDealloc() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp94 getThunkType(FunctionType * FT,AttributeList AttrList,ThunkType TT,raw_ostream & Out,FunctionType * & Arm64Ty,FunctionType * & X64Ty) getThunkType() argument
128 getThunkArgTypes(FunctionType * FT,AttributeList AttrList,ThunkType TT,raw_ostream & Out,SmallVectorImpl<Type * > & Arm64ArgTypes,SmallVectorImpl<Type * > & X64ArgTypes,bool HasSretPtr) getThunkArgTypes() argument
202 getThunkRetType(FunctionType * FT,AttributeList AttrList,raw_ostream & Out,Type * & Arm64RetTy,Type * & X64RetTy,SmallVectorImpl<Type * > & Arm64ArgTypes,SmallVectorImpl<Type * > & X64ArgTypes,bool & HasSretPtr) getThunkRetType() argument
347 buildExitThunk(FunctionType * FT,AttributeList Attrs) buildExitThunk() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp253 QualType FT = FD->getType(); isEmptyField() local
342 QualType FT = FD->getType(); isSingleElementStruct() local
443 QualType FT = i->getType(); isRecordWithSIMDVectorType() local
[all...]
H A DCodeGenABITypes.cpp101 if (auto FT = dyn_cast<llvm::FunctionType>(T)) in convertFreeFunctionType() local
H A DABIInfo.cpp98 QualType FT = FD->getType(); in isHomogeneousAggregate() local
H A DTargetInfo.cpp182 auto *FT = llvm::FunctionType::get(llvm::Type::getVoidTy(C), createEnqueuedBlockKernel() local
H A DCodeGenTypes.cpp152 isFuncTypeConvertible(const FunctionType * FT) isFuncTypeConvertible() argument
239 const FunctionType *FT = cast<FunctionType>(QFT.getTypePtr()); ConvertFunctionTypeInternal() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp176 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper() argument
419 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp530 AMDGPUMangledLibFunc::AMDGPUMangledLibFunc(EFuncId id, FunctionType *FT, in AMDGPUMangledLibFunc() argument
1108 AMDGPULibFunc::AMDGPULibFunc(EFuncId Id, FunctionType *FT, bool SignedInts) { in AMDGPULibFunc() argument
1112 AMDGPULibFunc::AMDGPULibFunc(StringRef Name, FunctionType *FT) { in AMDGPULibFunc() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp553 if (const auto *FT = getFunctionType()) in getNumParams() local
582 if (const auto *FT = getFunctionType()) in getParamType() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h123 auto *FT = cast<FunctionType>(getParamElementType(CalledFunctionPos)); in getActualReturnType() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp297 const FunctionType *FT, in getSummaryForObjCOrCFObject()
512 const auto *FT = FD->getType()->castAs<FunctionType>(); in generateSummary() local
785 RetainSummaryManager::getUnarySummary(const FunctionType* FT, in getUnarySummary()
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp178 FunctionType *FT = MSFunc->getFunctionType(); getNameWithPrefix() local
H A DFunction.cpp463 auto *FT = getFunctionType(); BuildLazyArguments() local
960 } else if (FunctionType *FT = dyn_cast<FunctionType>(Ty)) { getMangledTypeStr() local
1018 getIntrinsicNameImpl(Intrinsic::ID Id,ArrayRef<Type * > Tys,Module * M,FunctionType * FT,bool EarlyModuleCheck) getIntrinsicNameImpl() argument
1045 getName(ID Id,ArrayRef<Type * > Tys,Module * M,FunctionType * FT) getName() argument
1447 auto *FT = getType(M->getContext(), id, Tys); getDeclaration() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp90 const FunctionType *FT = T->castAs<FunctionType>(); in getCallingConvMangling() local
216 const FunctionType *FT = FD->getType()->castAs<FunctionType>(); in mangleName() local
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp381 Expected<CC::FileType> FT = in compileSharedObject() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp191 if (const auto *FT = MethodDecl->getInstantiatedFromMemberFunction()) in addUSRsOfInstantiatedMethods() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp276 std::vector<TensorSpec> FT(FeatureMap.begin(), FeatureMap.end()); local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp270 getOverloadTy(dxil::OpCode OpCode,FunctionType * FT,bool NoOpCodeParam) getOverloadTy() argument

1234