HomeSort by relevance Sort by last modified time
    Searched refs:FType (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/CodeGen/
regparm.c 11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall));
12 FType bar;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileVerifierPass.cpp 34 template<class FType, class BType>
46 ProfileInfoT<FType, BType> *PI;
48 std::set<const FType*> FisVisited;
73 AU.addRequired<ProfileInfoT<FType, BType> >();
81 bool runOnFunction(FType &F);
84 bool exitReachable(const FType*);
85 double ReadOrAssert(typename ProfileInfoT<FType, BType>::Edge);
91 template<class FType, class BType>
92 void ProfileVerifierPassT<FType, BType>::printDebugInfo(const BType *BB) {
97 if (BBWeight == ProfileInfoT<FType, BType>::MissingValue) { BBWeight = 0;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfo.h 53 template<class FType, class BType>
68 std::map<const FType*, EdgeWeights> EdgeInformation;
71 std::map<const FType*, BlockCounts> BlockInformation;
74 std::map<const FType*, double> FunctionInformation;
87 static const FType* getFunction(Edge e) {
94 return (const FType*)0;
105 double getExecutionCount(const FType *F);
114 typename std::map<const FType*, EdgeWeights>::const_iterator J =
133 EdgeWeights &getEdgeWeights (const FType *F) {
168 void transfer(const FType *Old, const FType *New)
    [all...]
  /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/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeHeader.cpp 57 const char *NaClBitcodeHeaderField::TypeName(FieldType FType) {
58 return FType > kFieldType_MAX ? "???" : FieldTypeName[FType];
62 : ID(kInvalid), FType(kBufferType), Len(0), Data(0) {}
65 : ID(MyID), FType(kFlagType), Len(0), Data(0) {
70 : ID(MyID), FType(kUInt32Type), Len(4), Data(new uint8_t[4]) {
79 assert(FType == kUInt32Type && "Header field must be uint32");
88 : ID(MyID), FType(kBufferType), Len(MyLen), Data(new uint8_t[MyLen]) {
132 DecodeTypedID(IdField, ID, FType);
141 switch (FType) {
    [all...]
  /external/llvm/include/llvm/MC/
MCFragment.h 147 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
149 : MCFragment(FType, HasInstructions, 0, Sec) {}
173 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
176 : MCEncodedFragment(FType, HasInstructions, Sec) {}
194 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
197 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 149 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCFragment.h 149 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCFragment.h 149 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCFragment.h 149 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCFragment.h 149 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCFragment.h 149 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCFragment.h 149 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 149 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCFragment.h 149 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCFragment.h 149 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCFragment.h 149 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCFragment.h 149 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCFragment.h 149 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCFragment.h 149 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
151 : MCFragment(FType, HasInstructions, 0, Sec) {}
175 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
178 : MCEncodedFragment(FType, HasInstructions, Sec) {}
196 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /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...]
CGDebugInfo.h 443 /// Create new member and increase Offset by FType's size.
444 llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType FType,
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /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...]

Completed in 1863 milliseconds

1 2