Home
last modified time | relevance | path

Searched refs:SubclassID (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h45 const unsigned char SubclassID; ///< Subclass identifier (for isa/dyn_cast).
54 : SubclassID(SC), UnderlyingVal(UV) {} in SubclassID() function
86 unsigned getVPValueID() const { return SubclassID; } in getVPValueID()
DVPlan.h347 const unsigned char SubclassID; ///< Subclass identifier (for isa/dyn_cast).
396 : SubclassID(SC), Name(N) {} in VPBlockBase()
416 unsigned getVPBlockID() const { return SubclassID; } in getVPBlockID()
583 const unsigned char SubclassID; ///< Subclass identifier (for isa/dyn_cast).
607 VPRecipeBase(const unsigned char SC) : SubclassID(SC) {} in VPRecipeBase()
613 unsigned getVPRecipeID() const { return SubclassID; } in getVPRecipeID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp54 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid), in Value()
61 if (SubclassID == Instruction::Call || SubclassID == Instruction::Invoke || in Value()
62 SubclassID == Instruction::CallBr) in Value()
65 else if (SubclassID != BasicBlockVal && in Value()
66 (/*SubclassID < ConstantFirstVal ||*/ SubclassID > ConstantLastVal)) in Value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h73 unsigned SubclassID; variable
82 : Entity(N), InlinedAt(IA), SubclassID(ID) {} in DbgEntity()
90 unsigned getDbgEntityID() const { return SubclassID; } in getDbgEntityID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h78 const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast) variable
434 return SubclassID; in getValueID()
DMetadata.h59 const unsigned char SubclassID; variable
80 : SubclassID(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) { in Metadata()
95 unsigned getMetadataID() const { return SubclassID; } in getMetadataID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h83 const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast) variable
485 return SubclassID; in getValueID()
DMetadata.h62 const unsigned char SubclassID; variable
85 : SubclassID(ID), Storage(Storage), ImplicitCode(false) { in Metadata()
100 unsigned getMetadataID() const { return SubclassID; } in getMetadataID()