Searched defs:FType (Results  1 – 12 of 12) sorted by relevance
| /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ | 
| D | NaClBitcodeHeader.h | 126   void DecodeTypedID(FixedSubfield Subfield, Tag &ID, FieldType &FType) {  in DecodeTypedID() 144   FieldType FType;  variable
  | 
| /external/clang/test/CodeGen/ | 
| D | regparm.c | 11 typedef void (*FType)(int, int)      __attribute ((regparm (3), stdcall));  typedef
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ | 
| D | MCFragment.h | 120   MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,  in MCEncodedFragment() 178   MCEncodedFragmentWithContents(MCFragment::FragmentType FType,  in MCEncodedFragmentWithContents() 199   MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,  in MCEncodedFragmentWithFixups()
  | 
| /external/swiftshader/third_party/subzero/pnacl-llvm/ | 
| D | NaClBitcodeHeader.cpp | 57 const char *NaClBitcodeHeaderField::TypeName(FieldType FType) {  in TypeName()
  | 
| /external/ComputeLibrary/arm_compute/graph/backends/ | 
| D | FunctionHelpers.h | 248     using FType = FusedConvolutionBatchNormalizationFunction<TargetInfo, FusedLayerTypes>;  in create_fused_convolution_batch_normalization_layer()  local 304     using FType = FusedDepthwiseConvolutionBatchNormalizationFunction<TargetInfo, FusedLayerTypes>;  in create_fused_depthwise_convolution_batch_normalization_layer()  local 701 …  using FType = FusedConvolutionBatchNormalizationWithPostOpsFunction<TargetInfo, FusedLayerTypes>;  in create_fused_convolution_batch_normalization_with_post_op()  local
  | 
| /external/clang/lib/CodeGen/ | 
| D | CGDebugInfo.cpp | 780   QualType FType;  in CreateType()  local 1977     QualType FType = Field->getType();  in CreateTypeDefinition()  local 2593 llvm::DIType *CGDebugInfo::CreateMemberType(llvm::DIFile *Unit, QualType FType,  in CreateMemberType() 3051   QualType FType;  in EmitTypeForVarWithBlocksAttr()  local
  | 
| /external/clang/lib/Frontend/Rewrite/ | 
| D | RewriteObjC.cpp | 4346   QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);  in SynthBlockInitFunctionDecl()  local 4406   QualType FType = Context->getPointerType(BFT);  in SynthBlockInitExpr()  local
  | 
| D | RewriteModernObjC.cpp | 5202   QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);  in SynthBlockInitFunctionDecl()  local 5270   QualType FType = Context->getPointerType(BFT);  in SynthBlockInitExpr()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ | 
| D | RISCVISelLowering.cpp | 1634   FunctionType *FType = MF.getFunction().getFunctionType();  in analyzeInputArgs()  local
  | 
| /external/llvm/lib/Target/AMDGPU/ | 
| D | SIISelLowering.cpp | 595   FunctionType *FType = MF.getFunction()->getFunctionType();  in LowerFormalArguments()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | SIISelLowering.cpp | 1577                                    FunctionType *FType,  in processShaderInputArgs() 2035   FunctionType *FType = MF.getFunction().getFunctionType();  in LowerFormalArguments()  local
  | 
| /external/clang/lib/Sema/ | 
| D | SemaCodeComplete.cpp | 3979     if (auto FType = Candidate.getFunctionType())  in getParamType()  local
  |