Home
last modified time | relevance | path

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

1234567

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
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 …]
/external/llvm/lib/ExecutionEngine/Interpreter/
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 …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
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 …]
/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 …]
/external/rust/crates/openssl/src/
Dutil.rs78 impl<FT: ForeignType> ForeignTypeExt for FT {} implementation
93 impl<FT: ForeignTypeRef> ForeignTypeRefExt for FT {} implementation
/external/llvm/examples/ModuleMaker/
DModuleMaker.cpp39 FunctionType *FT = in main() local
/external/pytorch/test/cpp/tensorexpr/
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
/external/angle/third_party/spirv-tools/src/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
/external/swiftshader/third_party/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
/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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DFaultMapParser.cpp16 void printFaultType(FaultMapParser::FaultKind FT, raw_ostream &OS) { in printFaultType()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
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
/external/llvm/unittests/IR/
DWaymarkTest.cpp29 FunctionType *FT = FunctionType::get(Type::getVoidTy(Context), true); in TEST() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DFaultMaps.cpp103 const char *FaultMaps::faultTypeToString(FaultMaps::FaultKind FT) { in faultTypeToString()
/external/clang/lib/AST/
DMangle.cpp83 const FunctionType *FT = T->castAs<FunctionType>(); in getCallingConvMangling() local
164 const FunctionType *FT = FD->getType()->castAs<FunctionType>(); in mangleName() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
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
/external/llvm/lib/CodeGen/
DFaultMaps.cpp106 const char *FaultMaps::faultTypeToString(FaultMaps::FaultKind FT) { in faultTypeToString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DFaultMaps.cpp105 const char *FaultMaps::faultTypeToString(FaultMaps::FaultKind FT) { in faultTypeToString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp175 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper()
420 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp176 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper()
428 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp176 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper()
419 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
/external/llvm/lib/Transforms/Instrumentation/
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
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/automemcpy/lib/
DCodeGen.cpp137 static Context getCtx(FunctionType FT) { in getCtx()
519 static void Serialize(raw_ostream &Stream, FunctionType FT, in Serialize()
612 static StringRef getString(FunctionType FT) { in getString()
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/automemcpy/lib/
DCodeGen.cpp137 static Context getCtx(FunctionType FT) { in getCtx()
519 static void Serialize(raw_ostream &Stream, FunctionType FT, in Serialize()
612 static StringRef getString(FunctionType FT) { in getString()
/external/llvm/lib/IR/
DMangler.cpp161 FunctionType *FT = MSFunc->getFunctionType(); in getNameWithPrefix() local

1234567