Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dutil.rs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DFaultMaps.cpp105 const char *FaultMaps::faultTypeToString(FaultMaps::FaultKind FT) { in faultTypeToString() argument
H A DIfConversion.cpp907 MachineBasicBlock *FT = FalseBBI.TrueBB; in ValidForkedDiamond() local
976 MachineBasicBlock *FT = FalseBBI.TrueBB; in ValidDiamond() local
[all...]
H A DCodeGenPrepare.cpp6179 BasicBlock *TT, *FT; in optimizeSelectInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMangler.cpp169 FunctionType *FT = MSFunc->getFunctionType(); in getNameWithPrefix() local
H A DType.cpp305 FunctionType *FT; in get() local
H A DFunction.cpp302 auto *FT = getFunctionType(); in BuildLazyArguments() local
H A DAutoUpgrade.cpp747 const auto *FT = F->getFunctionType(); in UpgradeIntrinsicFunction1() local
H A DAsmWriter.cpp3452 FunctionType *FT = F->getFunctionType(); in printFunction() local
H A DVerifier.cpp1689 void Verifier::verifyFunctionAttrs(FunctionType *FT, AttributeList Attrs, in verifyFunctionAttrs() argument
2168 FunctionType *FT in visitFunction() local
[all...]
/third_party/lzma/C/
H A DAes.c176 #define FT(i, x) Sbox[gb(x, m[(i + x) & 3])] macro
/third_party/lzma/CPP/7zip/UI/Common/
H A DDirItem.h88 FILETIME FT; member
[all...]
/third_party/skia/third_party/externals/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() argument
320 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit() argument
326 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort() argument
335 static GenericValue lle_X_sprintf(FunctionType *FT, in lle_X_sprintf() argument
417 static GenericValue lle_X_printf(FunctionType *FT, in lle_X_printf() argument
429 static GenericValue lle_X_sscanf(FunctionType *FT, in lle_X_sscanf() argument
444 lle_X_scanf(FunctionType *FT, ArrayRef<GenericValue> args) lle_X_scanf() argument
459 lle_X_fprintf(FunctionType *FT, ArrayRef<GenericValue> Args) lle_X_fprintf() argument
472 lle_X_memset(FunctionType *FT, ArrayRef<GenericValue> Args) lle_X_memset() argument
484 lle_X_memcpy(FunctionType *FT, ArrayRef<GenericValue> Args) lle_X_memcpy() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp272 FunctionType *FT = F->getFunctionType(); in addImplicitArgs() local
H A DAMDGPULibFunc.h440 explicit AMDGPUUnmangledLibFunc(StringRef FName, FunctionType *FT) { in AMDGPUUnmangledLibFunc() argument
455 void setFunctionType(FunctionType *FT) { FuncTy = FT; } in setFunctionType() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp175 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper() argument
420 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLint.cpp238 FunctionType *FT = F->getFunctionType(); in visitCallSite() local
/third_party/skia/third_party/externals/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(); checkWFDealloc() local
[all...]
/third_party/mbedtls/library/
H A Daes.c117 #define FT \ macro
200 #undef FT macro
/third_party/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp240 FILETIME FT; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstrTypes.h1114 CallBase(AttributeList const &A, FunctionType *FT, ArgsTy &&... Args) in CallBase() argument
/third_party/skia/third_party/externals/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() argument
834 FunctionType *FT = F.getFunctionType(); runOnModule() local
1577 FunctionType *FT = F->getFunctionType(); visitCallSite() local
1676 FunctionType *FT = cast<FunctionType>( visitCallSite() local
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_common.c115 #define FT(t) ((sljit_ins)freg_map[t] << 16) macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp903 FunctionType *FT = cast<FunctionType>(T); in writeTypeTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4566 FunctionType *FT = Callee->getFunctionType(); in transformConstExprCastCall() local
[all...]

Completed in 69 milliseconds