/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 …]
|
/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | TextAPIWriter.h | 40 static FileType parseFileType(const StringRef FT) { in parseFileType()
|
/llvm-project/llvm/examples/ModuleMaker/ |
H A D | ModuleMaker.cpp | 38 FunctionType *FT = in main() local
|
/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()
|
/llvm-project/clang/test/AST/Interp/ |
H A D | switch.cpp |
|
/llvm-project/llvm/lib/Object/ |
H A D | FaultMapParser.cpp | 16 void printFaultType(FaultMapParser::FaultKind FT, raw_ostream &OS) { in printFaultType()
|
/llvm-project/clang/include/clang/InstallAPI/ |
H A D | Context.h | 59 FileType FT = FileType::TBD_V5; member
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 521 auto FT = F->getFunctionType(); checkWFRetconPrototype() local 557 auto FT = F->getFunctionType(); checkWFAlloc() local 572 auto FT = F->getFunctionType(); checkWFDealloc() local [all...] |
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 111 getThunkType(FunctionType * FT,AttributeList AttrList,Arm64ECThunkType TT,raw_ostream & Out,FunctionType * & Arm64Ty,FunctionType * & X64Ty,SmallVector<ThunkArgTranslation> & ArgTranslations) getThunkType() argument 143 getThunkArgTypes(FunctionType * FT,AttributeList AttrList,Arm64ECThunkType TT,raw_ostream & Out,SmallVectorImpl<Type * > & Arm64ArgTypes,SmallVectorImpl<Type * > & X64ArgTypes,SmallVectorImpl<ThunkArgTranslation> & ArgTranslations,bool HasSretPtr) getThunkArgTypes() argument 222 getThunkRetType(FunctionType * FT,AttributeList AttrList,raw_ostream & Out,Type * & Arm64RetTy,Type * & X64RetTy,SmallVectorImpl<Type * > & Arm64ArgTypes,SmallVectorImpl<Type * > & X64ArgTypes,SmallVector<ThunkArgTranslation> & ArgTranslations,bool & HasSretPtr) getThunkRetType() argument 386 buildExitThunk(FunctionType * FT,AttributeList Attrs) buildExitThunk() argument [all...] |
/llvm-project/clang/test/Sema/ |
H A D | fp-eval-pragma-with-float-double_t-2.c | 79 typedef float_t FT; in foo4() typedef
|
H A D | fp-eval-pragma-with-float-double_t-1.c | 78 typedef float_t FT; in foo4() typedef
|
H A D | fp-eval-pragma-with-float-double_t-3.c | 78 typedef float_t FT; in foo4() typedef
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 256 FT = AT->getElementType(); in isEmptyField() local 345 QualType FT = FD->getType(); isSingleElementStruct() local 446 QualType FT = i->getType(); isRecordWithSIMDVectorType() local [all...] |
H A D | CodeGenABITypes.cpp | 101 if (auto FT = dyn_cast<llvm::FunctionType>(T)) convertFreeFunctionType() local
|
H A D | TargetInfo.cpp | 182 auto *FT = llvm::FunctionType::get(llvm::Type::getVoidTy(C), createEnqueuedBlockKernel() local
|
/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
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaSYCL.cpp | 165 const FunctionTemplateDecl *FT = FD->getDescribedFunctionTemplate(); handleKernelAttr() local
|
H A D | CodeCompleteConsumer.cpp | 553 if (const auto *FT = getFunctionType()) getNumParams() local 582 if (const auto *FT = getFunctionType()) getParamType() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 530 AMDGPUMangledLibFunc::AMDGPUMangledLibFunc(EFuncId id, FunctionType *FT, in AMDGPUMangledLibFunc() argument 1108 AMDGPULibFunc(EFuncId Id,FunctionType * FT,bool SignedInts) AMDGPULibFunc() argument 1112 AMDGPULibFunc(StringRef Name,FunctionType * FT) AMDGPULibFunc() argument
|
/llvm-project/libc/benchmarks/automemcpy/lib/ |
H A D | CodeGen.cpp |
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Statepoint.h | 123 auto *FT = cast<FunctionType>(getParamElementType(CalledFunctionPos)); in getActualReturnType() local
|
/llvm-project/polly/lib/CodeGen/ |
H A D | LoopGeneratorsGOMP.cpp | 63 FunctionType *FT = prepareSubFnDefinition() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 495 auto *FT = getFunctionType(); BuildLazyArguments() local 992 } else if (FunctionType *FT = dyn_cast<FunctionType>(Ty)) { getMangledTypeStr() local 1050 getIntrinsicNameImpl(Intrinsic::ID Id,ArrayRef<Type * > Tys,Module * M,FunctionType * FT,bool EarlyModuleCheck) getIntrinsicNameImpl() argument 1077 getName(ID Id,ArrayRef<Type * > Tys,Module * M,FunctionType * FT) getName() argument 1487 auto *FT = getType(M->getContext(), id, Tys); getDeclaration() local 1780 getIntrinsicSignature(Intrinsic::ID ID,FunctionType * FT,SmallVectorImpl<Type * > & ArgTys) getIntrinsicSignature() argument
|
/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
|