| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | ExternalFunctions.cpp | 113 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/include/llvm/TextAPI/ |
| H A D | TextAPIWriter.h | 42 static FileType parseFileType(const StringRef FT) { in parseFileType()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BasicBlockPathCloning.cpp | 76 if (auto FT = OrigBB.getFallThrough(/*JumpToFallThrough=*/false)) { in CloneMachineBasicBlock() local 185 if (auto FT = OrigBB->getFallThrough(/*JumpToFallThrough=*/false)) { in ApplyCloning() local
|
| H A D | FaultMaps.cpp | 95 const char *FaultMaps::faultTypeToString(FaultMaps::FaultKind FT) { in faultTypeToString()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Intrinsics.cpp | 89 } else if (FunctionType *FT = dyn_cast<FunctionType>(Ty)) { in getMangledTypeStr() local 155 Module *M, FunctionType *FT, in getIntrinsicNameImpl() 182 FunctionType *FT) { in getName() 755 auto *FT = getType(M->getContext(), id, Tys); in getOrInsertDeclaration() local 768 FunctionType *FT) { in getDeclarationIfExists() 1080 bool Intrinsic::getIntrinsicSignature(Intrinsic::ID ID, FunctionType *FT, in getIntrinsicSignature()
|
| H A D | Mangler.cpp | 180 FunctionType *FT = MSFunc->getFunctionType(); in getNameWithPrefix() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | FaultMapParser.cpp | 16 void printFaultType(FaultMapParser::FaultKind FT, raw_ostream &OS) { in printFaultType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 570 auto FT = F->getFunctionType(); in checkWFRetconPrototype() local 606 auto FT = F->getFunctionType(); in checkWFAlloc() local 621 auto FT = F->getFunctionType(); in checkWFDealloc() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| H A D | Context.h | 59 FileType FT = FileType::TBD_V5; member
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 250 QualType FT = FD->getType(); in isEmptyField() local 374 QualType FT = FD->getType(); in isSingleElementStruct() local 475 QualType FT = i->getType(); in isRecordWithSIMDVectorType() local
|
| H A D | CGPointerAuth.cpp | 500 CGPointerAuthInfo CodeGenModule::getMemberFunctionPointerAuthInfo(QualType FT) { in getMemberFunctionPointerAuthInfo() 517 QualType FT) { in getMemberFunctionPointer() 533 QualType FT = FD->getType(); in getMemberFunctionPointer() local
|
| H A D | CodeGenABITypes.cpp | 108 if (auto FT = dyn_cast<llvm::FunctionType>(T)) in convertFreeFunctionType() local
|
| H A D | CodeGenTypes.cpp | 217 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) { in isFuncTypeConvertible() 304 const FunctionType *FT = cast<FunctionType>(QFT.getTypePtr()); in ConvertFunctionTypeInternal() local
|
| H A D | TargetInfo.cpp | 194 auto *FT = llvm::FunctionType::get(llvm::Type::getVoidTy(C), in createEnqueuedBlockKernel() local
|
| H A D | ABIInfo.cpp | 98 QualType FT = FD->getType(); in isHomogeneousAggregate() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Arm64ECCallLowering.cpp | 113 FunctionType *FT, AttributeList AttrList, Arm64ECThunkType TT, in getThunkType() 145 FunctionType *FT, AttributeList AttrList, Arm64ECThunkType TT, in getThunkArgTypes() 224 FunctionType *FT, AttributeList AttrList, raw_ostream &Out, in getThunkRetType() 388 Function *AArch64Arm64ECCallLowering::buildExitThunk(FunctionType *FT, in buildExitThunk()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 175 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper() 417 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 549 if (const auto *FT = getFunctionType()) in getNumParams() local 578 if (const auto *FT = getFunctionType()) in getParamType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibFunc.cpp | 530 AMDGPUMangledLibFunc::AMDGPUMangledLibFunc(EFuncId id, FunctionType *FT, in AMDGPUMangledLibFunc() 1171 AMDGPULibFunc::AMDGPULibFunc(EFuncId Id, FunctionType *FT, bool SignedInts) { in AMDGPULibFunc() 1175 AMDGPULibFunc::AMDGPULibFunc(StringRef Name, FunctionType *FT) { in AMDGPULibFunc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Statepoint.h | 123 auto *FT = cast<FunctionType>(getParamElementType(CalledFunctionPos)); in getActualReturnType() local
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 296 const FunctionType *FT, in getSummaryForObjCOrCFObject() 511 const auto *FT = FD->getType()->castAs<FunctionType>(); in generateSummary() local 784 RetainSummaryManager::getUnarySummary(const FunctionType* FT, in getUnarySummary()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | XCore.cpp | 564 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/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachO.cpp | 185 auto FT = [&] { in loadLinkableSliceFromMachOUniversalBinary() local
|
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | ExecutionDriver.cpp | 381 Expected<CC::FileType> FT = in compileSharedObject() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Mangle.cpp | 106 const FunctionType *FT = T->castAs<FunctionType>(); in getCallingConvMangling() local 232 const FunctionType *FT = FD->getType()->castAs<FunctionType>(); in mangleName() local
|