Home
last modified time | relevance | path

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

1234

/freebsd/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/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DFaultMapParser.cpp16 void printFaultType(FaultMapParser::FaultKind FT, raw_ostream &OS) { in printFaultType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp521 auto FT = F->getFunctionType(); in checkWFRetconPrototype() local
557 auto FT = F->getFunctionType(); in checkWFAlloc() local
572 auto FT = F->getFunctionType(); in checkWFDealloc() local
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DContext.h59 FileType FT = FileType::TBD_V5; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp256 QualType FT = FD->getType(); in isEmptyField() local
380 QualType FT = FD->getType(); in isSingleElementStruct() local
481 QualType FT = i->getType(); in isRecordWithSIMDVectorType() local
H A DCGPointerAuth.cpp368 CGPointerAuthInfo CodeGenModule::getMemberFunctionPointerAuthInfo(QualType FT) { in getMemberFunctionPointerAuthInfo()
385 QualType FT) { in getMemberFunctionPointer()
396 QualType FT = FD->getType(); in getMemberFunctionPointer() local
H A DCodeGenABITypes.cpp101 if (auto FT = dyn_cast<llvm::FunctionType>(T)) in convertFreeFunctionType() local
H A DTargetInfo.cpp183 auto *FT = llvm::FunctionType::get(llvm::Type::getVoidTy(C), in createEnqueuedBlockKernel() local
H A DCodeGenTypes.cpp208 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) { in isFuncTypeConvertible()
295 const FunctionType *FT = cast<FunctionType>(QFT.getTypePtr()); in ConvertFunctionTypeInternal() local
H A DABIInfo.cpp98 QualType FT = FD->getType(); in isHomogeneousAggregate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp118 FunctionType *FT, AttributeList AttrList, Arm64ECThunkType TT, in getThunkType()
150 FunctionType *FT, AttributeList AttrList, Arm64ECThunkType TT, in getThunkArgTypes()
229 FunctionType *FT, AttributeList AttrList, raw_ostream &Out, in getThunkRetType()
393 Function *AArch64Arm64ECCallLowering::buildExitThunk(FunctionType *FT, in buildExitThunk()
/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp165 const FunctionTemplateDecl *FT = FD->getDescribedFunctionTemplate(); in handleKernelAttr() local
H A DCodeCompleteConsumer.cpp553 if (const auto *FT = getFunctionType()) in getNumParams() local
582 if (const auto *FT = getFunctionType()) in getParamType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp530 AMDGPUMangledLibFunc::AMDGPUMangledLibFunc(EFuncId id, FunctionType *FT, in AMDGPUMangledLibFunc()
1108 AMDGPULibFunc::AMDGPULibFunc(EFuncId Id, FunctionType *FT, bool SignedInts) { in AMDGPULibFunc()
1112 AMDGPULibFunc::AMDGPULibFunc(StringRef Name, FunctionType *FT) { in AMDGPULibFunc()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp524 auto *FT = getFunctionType(); in BuildLazyArguments() local
1021 } else if (FunctionType *FT = dyn_cast<FunctionType>(Ty)) { in getMangledTypeStr() local
1079 Module *M, FunctionType *FT, in getIntrinsicNameImpl()
1106 FunctionType *FT) { in getName()
1516 auto *FT = getType(M->getContext(), id, Tys); in getDeclaration() local
1809 bool Intrinsic::getIntrinsicSignature(Intrinsic::ID ID, FunctionType *FT, in getIntrinsicSignature()
H A DMangler.cpp180 FunctionType *FT = MSFunc->getFunctionType(); in getNameWithPrefix() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h123 auto *FT = cast<FunctionType>(getParamElementType(CalledFunctionPos)); in getActualReturnType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp564 static bool appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, in appendFunctionType()
626 if (const FunctionType *FT = QT->getAs<FunctionType>()) in appendType() local
/freebsd/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/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp381 Expected<CC::FileType> FT = in compileSharedObject() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp276 std::vector<TensorSpec> FT(FeatureMap.begin(), FeatureMap.end()); local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp279 Type *DXILOpBuilder::getOverloadTy(dxil::OpCode OpCode, FunctionType *FT) { in getOverloadTy()

1234