Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp94 FunctionType *FT = F->getFunctionType(); in lookupFunction() local
299 static GenericValue lle_X_atexit(FunctionType *FT, in lle_X_atexit()
309 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit()
315 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort()
324 static GenericValue lle_X_sprintf(FunctionType *FT, in lle_X_sprintf()
406 static GenericValue lle_X_printf(FunctionType *FT, in lle_X_printf()
418 static GenericValue lle_X_sscanf(FunctionType *FT, in lle_X_sscanf()
433 static GenericValue lle_X_scanf(FunctionType *FT, ArrayRef<GenericValue> args) { in lle_X_scanf()
448 static GenericValue lle_X_fprintf(FunctionType *FT, in lle_X_fprintf()
461 static GenericValue lle_X_memset(FunctionType *FT, in lle_X_memset()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp104 FunctionType *FT = F->getFunctionType(); in lookupFunction() local
310 static GenericValue lle_X_atexit(FunctionType *FT, in lle_X_atexit()
320 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit()
326 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort()
335 static GenericValue lle_X_sprintf(FunctionType *FT, in lle_X_sprintf()
417 static GenericValue lle_X_printf(FunctionType *FT, in lle_X_printf()
429 static GenericValue lle_X_sscanf(FunctionType *FT, in lle_X_sscanf()
444 static GenericValue lle_X_scanf(FunctionType *FT, ArrayRef<GenericValue> args) { in lle_X_scanf()
459 static GenericValue lle_X_fprintf(FunctionType *FT, in lle_X_fprintf()
472 static GenericValue lle_X_memset(FunctionType *FT, in lle_X_memset()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
349 static GenericValue lle_X_sprintf(FunctionType *FT, in lle_X_sprintf()
431 static GenericValue lle_X_printf(FunctionType *FT, in lle_X_printf()
443 static GenericValue lle_X_sscanf(FunctionType *FT, in lle_X_sscanf()
458 static GenericValue lle_X_scanf(FunctionType *FT, ArrayRef<GenericValue> args) { in lle_X_scanf()
473 static GenericValue lle_X_fprintf(FunctionType *FT, in lle_X_fprintf()
486 static GenericValue lle_X_memset(FunctionType *FT, in lle_X_memset()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/test/
Dstl_concept_covering.cpp367 assignable_archetype<> > FT; in main() typedef
376 convertible_to_archetype<PredArg> > FT; in main() typedef
406 typedef assignable_archetype<> FT; in main() typedef
424 typedef assignable_archetype<> FT; in main() typedef
431 typedef assignable_archetype<> FT; in main() typedef
439 typedef assignable_archetype< equality_comparable2_first_archetype<> > FT; in main() typedef
446 typedef assignable_archetype<> FT; in main() typedef
480 convertible_to_archetype<Arg2> > > FT; in main() typedef
519 typedef convertible_to_archetype<Tout> FT; in main() typedef
546 typedef sgi_assignable_archetype<convertible_to_archetype<PredArg> > FT; in main() typedef
[all …]
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_memplanning.cpp115 Tensor FT = in TEST() local
227 Tensor FT = in TEST() local
342 Tensor FT = in TEST() local
429 Tensor FT = in TEST() local
529 Tensor FT = in TEST() local
641 Tensor FT = Compute( in TEST() local
/aosp_15_r20/frameworks/av/media/module/extractors/amr/
H A DAMRExtractor.cpp73 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize()
111 unsigned FT = (header >> 3) & 0x0f; in getFrameSizeByOffset() local
337 unsigned FT = (header >> 3) & 0x0f; in read() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp518 auto FT = F->getFunctionType(); in checkWFRetconPrototype() local
554 auto FT = F->getFunctionType(); in checkWFAlloc() local
569 auto FT = F->getFunctionType(); in checkWFDealloc() local
/aosp_15_r20/external/rust/crates/openssl/src/
Dutil.rs78 impl<FT: ForeignType> ForeignTypeExt for FT {} implementation
93 impl<FT: ForeignTypeRef> ForeignTypeRefExt for FT {} implementation
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp407 FunctionType *FT; in getCustomFunctionType() local
537 FunctionType *FT = F->getFunctionType(); in buildWrapperFunction() local
571 Constant *DataFlowSanitizer::getOrBuildTrampolineFunction(FunctionType *FT, in getOrBuildTrampolineFunction()
707 FunctionType *FT = F.getFunctionType(); in runOnModule() local
1438 FunctionType *FT = F->getFunctionType(); in visitCallSite() local
1524 FunctionType *FT = cast<FunctionType>( in visitCallSite() local
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp80 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize()
164 unsigned FT = (toc >> 3) & 0x0f; in addPacket() local
H A DARTPWriter.cpp1520 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize()
1557 unsigned FT = (toc >> 3) & 0x0f; in sendAMRData() local
1606 unsigned FT = (toc >> 3) & 0x0f; in sendAMRData() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp560 auto FT = F->getFunctionType(); in checkWFRetconPrototype() local
596 auto FT = F->getFunctionType(); in checkWFAlloc() local
611 auto FT = F->getFunctionType(); in checkWFDealloc() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp522 FunctionType *FT; in getCustomFunctionType() local
653 FunctionType *FT = F->getFunctionType(); in buildWrapperFunction() local
684 Constant *DataFlowSanitizer::getOrBuildTrampolineFunction(FunctionType *FT, in getOrBuildTrampolineFunction()
834 FunctionType *FT = F.getFunctionType(); in runOnModule() local
1577 FunctionType *FT = F->getFunctionType(); in visitCallSite() local
1676 FunctionType *FT = cast<FunctionType>( in visitCallSite() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp56 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueStr() local
119 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueBitPattern() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dset_spec_constant_default_value_pass.cpp56 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueStr() local
119 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueBitPattern() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dset_spec_constant_default_value_pass.cpp56 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueStr() local
119 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueBitPattern() local
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_export_type.cpp324 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in TypeExportableHelper() local
563 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in ValidateTypeHelper() local
1065 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in IsStructureTypeWithRSObject() local
1384 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in Create() local
Dslang_rs_object_ref_count.cpp525 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in CountRSObjectTypes() local
544 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in CountRSObjectTypes() local
588 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in ClearStructRSObject() local
923 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in CreateStructRSSetObject() local
/aosp_15_r20/external/clang/lib/AST/
H A DMangle.cpp83 const FunctionType *FT = T->castAs<FunctionType>(); in getCallingConvMangling() local
164 const FunctionType *FT = FD->getType()->castAs<FunctionType>(); in mangleName() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DFunction.cpp437 auto *FT = getFunctionType(); in BuildLazyArguments() local
925 } else if (FunctionType *FT = dyn_cast<FunctionType>(Ty)) { in getMangledTypeStr() local
983 Module *M, FunctionType *FT, in getIntrinsicNameImpl()
1010 FunctionType *FT) { in getName()
1505 auto *FT = getType(M->getContext(), id, Tys); in getDeclaration() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp175 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper()
420 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp176 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper()
419 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp176 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper()
428 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp970 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){ in RewritePropertyImplDecl() local
1311 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)) { in RewriteObjCMethodDecl() local
2105 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in SynthesizeCallToFunctionDecl() local
2690 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in RewriteObjCBoxedExpr() local
2813 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in RewriteObjCArrayLiteralExpr() local
2967 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in RewriteObjCDictionaryLiteralExpr() local
3541 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in SynthMessageExpr() local
4068 const FunctionProtoType *FT = cast<FunctionProtoType>(AFT); in SynthesizeBlockFunc() local
4520 if (const FunctionType *FT = PointeeTy->getAs<FunctionType>()) { in convertObjCTypeToCStyleType() local
4535 QualType RewriteModernObjC::convertFunctionTypeOfBlocks(const FunctionType *FT) { in convertFunctionTypeOfBlocks()
[all …]
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp225 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) { in isFuncTypeConvertible()
312 const FunctionType *FT = cast<FunctionType>(QFT.getTypePtr()); in ConvertFunctionType() local

12345678