/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/lib/CodeGen/ |
H A D | BasicBlockPathCloning.cpp | 75 if (auto FT = OrigBB.getFallThrough(/*JumpToFallThrough=*/false)) { in CloneMachineBasicBlock() local 177 if (auto FT = OrigBB->getFallThrough(/*JumpToFallThrough=*/false)) { in ApplyCloning() local
|
H A D | FaultMaps.cpp | 103 const char *FaultMaps::faultTypeToString(FaultMaps::FaultKind FT) { in faultTypeToString()
|
/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 | 521 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 D | Context.h | 59 FileType FT = FileType::TBD_V5; member
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 256 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 D | CGPointerAuth.cpp | 368 CGPointerAuthInfo CodeGenModule::getMemberFunctionPointerAuthInfo(QualType FT) { in getMemberFunctionPointerAuthInfo() 385 QualType FT) { in getMemberFunctionPointer() 396 QualType FT = FD->getType(); in getMemberFunctionPointer() local
|
H A D | CodeGenABITypes.cpp | 101 if (auto FT = dyn_cast<llvm::FunctionType>(T)) in convertFreeFunctionType() local
|
H A D | TargetInfo.cpp | 183 auto *FT = llvm::FunctionType::get(llvm::Type::getVoidTy(C), in createEnqueuedBlockKernel() local
|
H A D | CodeGenTypes.cpp | 208 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) { in isFuncTypeConvertible() 295 const FunctionType *FT = cast<FunctionType>(QFT.getTypePtr()); in ConvertFunctionTypeInternal() 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 | 118 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 D | Mips16HardFloat.cpp | 176 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper() 419 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaSYCL.cpp | 165 const FunctionTemplateDecl *FT = FD->getDescribedFunctionTemplate(); in handleKernelAttr() local
|
H A D | CodeCompleteConsumer.cpp | 553 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 D | AMDGPULibFunc.cpp | 530 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 D | Function.cpp | 524 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 D | Mangler.cpp | 180 FunctionType *FT = MSFunc->getFunctionType(); in getNameWithPrefix() local
|
/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/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/clang/lib/AST/ |
H A D | Mangle.cpp | 90 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 D | ExecutionDriver.cpp | 381 Expected<CC::FileType> FT = in compileSharedObject() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DevelopmentModeInlineAdvisor.cpp | 276 std::vector<TensorSpec> FT(FeatureMap.begin(), FeatureMap.end()); local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 279 Type *DXILOpBuilder::getOverloadTy(dxil::OpCode OpCode, FunctionType *FT) { in getOverloadTy()
|