/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | TextAPIWriter.h | 40 static FileType parseFileType(const StringRef FT) { in parseFileType()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BasicBlockPathCloning.cpp | 75 if (auto FT = OrigBB.getFallThrough(/*JumpToFallThrough=*/false)) { in CloneMachineBasicBlock() local 167 if (auto FT = OrigBB->getFallThrough(/*JumpToFallThrough=*/false)) { ApplyCloning() local
|
H A D | FaultMaps.cpp | 103 const char *FaultMaps::faultTypeToString(FaultMaps::FaultKind FT) { in faultTypeToString()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | FaultMapParser.cpp | 16 void printFaultType(FaultMapParser::FaultKind FT, raw_ostream &OS) { in printFaultType()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 514 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 D | AArch64Arm64ECCallLowering.cpp | 94 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 D | ABIInfoImpl.cpp | 253 QualType FT = FD->getType(); isEmptyField() local 342 QualType FT = FD->getType(); isSingleElementStruct() local 443 QualType FT = i->getType(); isRecordWithSIMDVectorType() local [all...] |
H A D | CodeGenABITypes.cpp | 101 if (auto FT = dyn_cast<llvm::FunctionType>(T)) in convertFreeFunctionType() local
|
H A D | ABIInfo.cpp | 98 QualType FT = FD->getType(); in isHomogeneousAggregate() local
|
H A D | TargetInfo.cpp | 182 auto *FT = llvm::FunctionType::get(llvm::Type::getVoidTy(C), createEnqueuedBlockKernel() local
|
H A D | CodeGenTypes.cpp | 152 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 D | Mips16HardFloat.cpp | 176 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 D | AMDGPULibFunc.cpp | 530 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 D | CodeCompleteConsumer.cpp | 553 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 D | Statepoint.h | 123 auto *FT = cast<FunctionType>(getParamElementType(CalledFunctionPos)); in getActualReturnType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | RetainSummaryManager.cpp | 297 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 D | XCore.cpp | 564 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 D | Mangler.cpp | 178 FunctionType *FT = MSFunc->getFunctionType(); getNameWithPrefix() local
|
H A D | Function.cpp | 463 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 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-src/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ExecutionDriver.cpp | 381 Expected<CC::FileType> FT = in compileSharedObject() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 191 if (const auto *FT = MethodDecl->getInstantiatedFromMemberFunction()) in addUSRsOfInstantiatedMethods() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DevelopmentModeInlineAdvisor.cpp | 276 std::vector<TensorSpec> FT(FeatureMap.begin(), FeatureMap.end()); local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 270 getOverloadTy(dxil::OpCode OpCode,FunctionType * FT,bool NoOpCodeParam) getOverloadTy() argument
|