OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SubclassID
(Results
1 - 8
of
8
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
VPlanValue.h
42
const unsigned char
SubclassID
; ///< Subclass identifier (for isa/dyn_cast).
51
:
SubclassID
(SC), UnderlyingVal(UV) {}
72
///
SubclassID
field of the VPValue objects. They are used for concrete
83
unsigned getVPValueID() const { return
SubclassID
; }
/external/swiftshader/third_party/LLVM/include/llvm/
Value.h
64
const unsigned char
SubclassID
; // Subclass identifier (for isa/dyn_cast)
196
/// Value classes
SubclassID
field. They are used for concrete type
239
return
SubclassID
;
/external/llvm/include/llvm/IR/
Value.h
78
const unsigned char
SubclassID
; // Subclass identifier (for isa/dyn_cast)
403
/// Value classes
SubclassID
field. They are used for concrete type
425
return
SubclassID
;
Metadata.h
48
const unsigned char
SubclassID
;
69
:
SubclassID
(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
83
unsigned getMetadataID() const { return
SubclassID
; }
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Value.h
82
const unsigned char
SubclassID
; // Subclass identifier (for isa/dyn_cast)
442
/// Value classes
SubclassID
field. They are used for concrete type
464
return
SubclassID
;
Metadata.h
62
const unsigned char
SubclassID
;
83
:
SubclassID
(ID), Storage(Storage) {
98
unsigned getMetadataID() const { return
SubclassID
; }
[
all
...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Value.h
78
const unsigned char
SubclassID
; // Subclass identifier (for isa/dyn_cast)
412
/// Value classes
SubclassID
field. They are used for concrete type
434
return
SubclassID
;
Metadata.h
59
const unsigned char
SubclassID
;
80
:
SubclassID
(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
95
unsigned getMetadataID() const { return
SubclassID
; }
[
all
...]
Completed in 1102 milliseconds