HomeSort by relevance Sort by last modified time
    Searched defs:FType (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeHeader.h 96 static const char *TypeName(FieldType FType);
98 return TypeName(FType);
114 FieldType GetType() const { return FType; }
128 FixedSubfield EncodeTypedID() const { return (ID << 4) | FType; }
130 void DecodeTypedID(FixedSubfield Subfield, Tag &ID, FieldType &FType) {
134 FType = (PossibleFType > kFieldType_MAX
147 FieldType FType;
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 595 FunctionType *FType = MF.getFunction()->getFunctionType();
646 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex());
756 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex()));
792 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex());
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 780 QualType FType;
786 FType = CGM.getContext().UnsignedLongTy;
787 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
788 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
806 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
807 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
808 FType = CGM.getContext().IntTy;
809 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
810 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
811 FType = CGM.getContext().getPointerType(Ty->getPointeeType())
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 112 milliseconds