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

12345

/external/freetype/builds/amiga/
H A Dmakefile.os438 #include "FT:src/base/ftinit.c"
48 assign FT: //
54 DIRFLAGS = -Iinclude -I/FT/src -I/FT/include -I/SDK/include
67 ftbase.ppc.o: FT:src/base/ftbase.c
68 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbase.c
70 ftinit.ppc.o: FT:src/base/ftinit.c
71 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftinit.c
73 ftsystem.ppc.o: FT:src/base/ftsystem.c
74 $(CC) -c $(CFLAGS) -o $@ /FT/sr
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp137 FunctionType *FT = Callee->getFunctionType(); local
138 if (FT->getNumParams() != 2 ||
139 FT->getReturnType() != B.getInt8PtrTy() ||
140 FT->getParamType(0) != FT->getReturnType() ||
141 FT->getParamType(1) != FT->getReturnType())
187 FunctionType *FT = Callee->getFunctionType(); local
188 if (FT->getNumParams() != 3 ||
189 FT
235 FunctionType *FT = Callee->getFunctionType(); local
285 FunctionType *FT = Callee->getFunctionType(); local
326 FunctionType *FT = Callee->getFunctionType(); local
375 FunctionType *FT = Callee->getFunctionType(); local
434 FunctionType *FT = Callee->getFunctionType(); local
470 FunctionType *FT = Callee->getFunctionType(); local
519 FunctionType *FT = Callee->getFunctionType(); local
545 FunctionType *FT = Callee->getFunctionType(); local
583 FunctionType *FT = Callee->getFunctionType(); local
605 FunctionType *FT = Callee->getFunctionType(); local
634 FunctionType *FT = Callee->getFunctionType(); local
666 FunctionType *FT = Callee->getFunctionType(); local
730 FunctionType *FT = Callee->getFunctionType(); local
848 FunctionType *FT = Callee->getFunctionType(); local
903 FunctionType *FT = Callee->getFunctionType(); local
954 FunctionType *FT = Callee->getFunctionType(); local
981 FunctionType *FT = Callee->getFunctionType(); local
1017 FunctionType *FT = Callee->getFunctionType(); local
1036 FunctionType *FT = Callee->getFunctionType(); local
1054 FunctionType *FT = Callee->getFunctionType(); local
1075 FunctionType *FT = Callee->getFunctionType(); local
1155 FunctionType *FT = Callee->getFunctionType(); local
1249 FunctionType *FT = Callee->getFunctionType(); local
1280 FunctionType *FT = Callee->getFunctionType(); local
1387 FunctionType *FT = Callee->getFunctionType(); local
1418 FunctionType *FT = Callee->getFunctionType(); local
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DBuildLibCalls.cpp364 FunctionType *FT = Callee->getFunctionType(); local
370 if (FT->getNumParams() != 4 || FT->getReturnType() != FT->getParamType(0) ||
371 !FT->getParamType(0)->isPointerTy() ||
372 !FT->getParamType(1)->isPointerTy() ||
373 FT->getParamType(2) != TD->getIntPtrType(Context) ||
374 FT->getParamType(3) != TD->getIntPtrType(Context))
393 if (FT->getNumParams() != 4 || FT
[all...]
/external/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp39 FunctionType *FT = local
44 Function *F = Function::Create(FT, Function::ExternalLinkage, "main", M);
/external/swiftshader/third_party/LLVM/examples/ModuleMaker/
H A DModuleMaker.cpp33 FunctionType *FT = local
38 Function *F = Function::Create(FT, Function::ExternalLinkage, "main", M);
/external/llvm/include/llvm/CodeGen/
H A DParallelCG.h43 TargetMachine::CodeGenFileType FT = TargetMachine::CGFT_ObjectFile,
/external/llvm/unittests/IR/
H A DWaymarkTest.cpp29 FunctionType *FT = FunctionType::get(Type::getVoidTy(Context), true); local
31 Function::Create(FT, GlobalValue::ExternalLinkage));
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp94 FunctionType *FT = F->getFunctionType(); local
95 for (unsigned i = 0, e = FT->getNumContainedTypes(); i != e; ++i)
96 ExtName += getTypeID(FT->getContainedType(i));
307 GenericValue lle_X_atexit(FunctionType *FT, argument
317 GenericValue lle_X_exit(FunctionType *FT, argument
324 GenericValue lle_X_abort(FunctionType *FT, argument
334 GenericValue lle_X_sprintf(FunctionType *FT, argument
416 GenericValue lle_X_printf(FunctionType *FT, argument
422 GenericValue GV = lle_X_sprintf(FT, NewArgs);
428 GenericValue lle_X_sscanf(FunctionType *FT, argument
443 lle_X_scanf(FunctionType *FT, const std::vector<GenericValue> &args) argument
459 lle_X_fprintf(FunctionType *FT, const std::vector<GenericValue> &Args) argument
[all...]
/external/spirv-llvm/lib/SPIRV/
H A DOCLTypeToSPIRV.cpp176 auto FT = F->getFunctionType();
177 FT = FunctionType::get(FT->getReturnType(), ArgTys, FT->isVarArg());
178 addAdaptedType(F, FT);
286 auto FT = F->getFunctionType(); local
287 auto PI = FT->param_begin();
/external/llvm/lib/IR/
H A DMangler.cpp161 FunctionType *FT = MSFunc->getFunctionType(); local
164 (!FT->isVarArg() || FT->getNumParams() == 0 ||
165 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr())))
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp94 FunctionType *FT = F->getFunctionType(); local
95 for (unsigned i = 0, e = FT->getNumContainedTypes(); i != e; ++i)
96 ExtName += getTypeID(FT->getContainedType(i));
299 static GenericValue lle_X_atexit(FunctionType *FT, argument
309 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { argument
315 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { argument
324 static GenericValue lle_X_sprintf(FunctionType *FT, argument
406 static GenericValue lle_X_printf(FunctionType *FT, argument
412 GenericValue GV = lle_X_sprintf(FT, NewArgs);
418 static GenericValue lle_X_sscanf(FunctionType *FT, argument
433 lle_X_scanf(FunctionType *FT, ArrayRef<GenericValue> args) argument
448 lle_X_fprintf(FunctionType *FT, ArrayRef<GenericValue> Args) argument
461 lle_X_memset(FunctionType *FT, ArrayRef<GenericValue> Args) argument
473 lle_X_memcpy(FunctionType *FT, ArrayRef<GenericValue> Args) argument
[all...]
/external/python/cpython2/Modules/
H A Dshamodule.c155 #define FT(n) \ macro
182 FA(1); FB(1); FC(1); FD(1); FE(1); FT(1); FA(1); FB(1); FC(1); FD(1);
183 FE(1); FT(1); FA(1); FB(1); FC(1); FD(1); FE(1); FT(1); FA(1); FB(1);
184 FC(2); FD(2); FE(2); FT(2); FA(2); FB(2); FC(2); FD(2); FE(2); FT(2);
185 FA(2); FB(2); FC(2); FD(2); FE(2); FT(2); FA(2); FB(2); FC(2); FD(2);
186 FE(3); FT(3); FA(3); FB(3); FC(3); FD(3); FE(3); FT(3); FA(3); FB(3);
187 FC(3); FD(3); FE(3); FT(
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp272 Constant *getOrBuildTrampolineFunction(FunctionType *FT, StringRef FName);
407 FunctionType *FT; local
408 if (isa<PointerType>(*i) && (FT = dyn_cast<FunctionType>(cast<PointerType>(
410 ArgTypes.push_back(getTrampolineFunctionType(FT)->getPointerTo());
537 FunctionType *FT = F->getFunctionType(); local
558 unsigned n = FT->getNumParams();
562 if (FT->getReturnType()->isVoidTy())
571 Constant *DataFlowSanitizer::getOrBuildTrampolineFunction(FunctionType *FT, argument
573 FunctionType *FTT = getTrampolineFunctionType(FT);
581 for (unsigned N = FT
707 FunctionType *FT = F.getFunctionType(); local
1438 FunctionType *FT = F->getFunctionType(); local
1524 FunctionType *FT = cast<FunctionType>( local
[all...]
/external/clang/lib/AST/
H A DMangle.cpp83 const FunctionType *FT = T->castAs<FunctionType>(); local
85 CallingConv CC = FT->getCallConv();
164 const FunctionType *FT = FD->getType()->castAs<FunctionType>(); local
165 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FT);
H A DDeclPrinter.cpp484 const FunctionProtoType *FT = nullptr; local
486 FT = dyn_cast<FunctionProtoType>(AFT);
489 if (FT) {
497 if (FT->isVariadic()) {
511 if (FT) {
512 if (FT->isConst())
514 if (FT->isVolatile())
516 if (FT->isRestrict())
519 switch (FT->getRefQualifier()) {
531 if (FT
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/
H A DMangler.cpp217 FunctionType *FT = F->getFunctionType(); local
220 (!FT->isVarArg() || FT->getNumParams() == 0 ||
221 (FT->getNumParams() == 1 && F->hasStructRetAttr())))
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp225 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) { argument
226 if (!isFuncParamTypeConvertible(FT->getReturnType()))
229 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT))
312 const FunctionType *FT = cast<FunctionType>(QFT.getTypePtr()); local
316 if (!isFuncTypeConvertible(FT)) {
321 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>())
323 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT))
345 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) {
349 const FunctionNoProtoType *FNPT = cast<FunctionNoProtoType>(FT);
/external/clang/utils/ABITest/
H A DABITestGen.py103 def writeFunction(self, i, FT):
104 args = ', '.join(['%s arg%d'%(self.getTypeName(t),i) for i,t in enumerate(FT.argTypes)])
108 if FT.returnType is None:
112 retvalTypeName = self.getTypeName(FT.returnType)
114 retvalName = self.getTestReturnValue(FT.returnType)
116 fnName = 'fn%d'%(FT.index,)
126 for i,t in enumerate(FT.argTypes):
149 retvalTests = self.getTestValuesArray(FT.returnType)
150 tests = map(self.getTestValuesArray, FT.argTypes)
160 self.printValueOfType(' %s_RV'%fnName, 'RV', FT
[all...]
/external/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h86 void setFileType(TargetMachine::CodeGenFileType FT) { FileType = FT; } argument
/external/llvm/lib/CodeGen/
H A DFaultMaps.cpp106 const char *FaultMaps::faultTypeToString(FaultMaps::FaultKind FT) { argument
107 switch (FT) {
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLImageTypeLoweringPass.cpp256 FunctionType *FT = F->getFunctionType(); local
264 for (unsigned i = 0; i < FT->getNumParams(); ++i) {
265 ArgTypes.push_back(FT->getParamType(i));
289 auto NewFT = FunctionType::get(FT->getReturnType(), ArgTypes, false);
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1010 FunctionType *FT = Callee->getFunctionType(); local
1012 Type *NewRetTy = FT->getReturnType();
1054 unsigned NumCommonArgs = std::min(FT->getNumParams(), NumActualArgs);
1058 Type *ParamTy = FT->getParamType(i);
1093 if (FT->getNumParams() < NumActualArgs && !FT->isVarArg())
1100 if (FT->isVarArg()!=cast<FunctionType>(APTy->getElementType())->isVarArg())
1104 if (FT->getNumParams() < NumActualArgs && FT->isVarArg() &&
1110 if (CallerPAL.getSlot(i - 1).Index <= FT
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DFunction.cpp199 FunctionType *FT = getFunctionType(); local
200 for (unsigned i = 0, e = FT->getNumParams(); i != e; ++i) {
201 assert(!FT->getParamType(i)->isVoidTy() &&
203 ArgumentList.push_back(new Argument(FT->getParamType(i)));
/external/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp74 Constant* createIRTypedAddress(FunctionType &FT, TargetAddress Addr) {
76 ConstantInt::get(Type::getInt64Ty(FT.getContext()), Addr);
79 PointerType::get(&FT, 0));
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp895 const FunctionProtoType *FT; local
896 if ((FT = T->getAs<FunctionProtoType>())) {
898 FT = PT->getPointeeType()->getAs<FunctionProtoType>();
900 FT = RT->getPointeeType()->getAs<FunctionProtoType>();
902 FT = MT->getPointeeType()->getAs<FunctionProtoType>();
904 FT = BT->getPointeeType()->getAs<FunctionProtoType>();
906 if (!FT)
909 FT = S.ResolveExceptionSpec(E->getLocStart(), FT);
910 if (!FT)
[all...]

Completed in 712 milliseconds

12345