OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubclassData
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/IR/
Value.h
67
/// SubclassOptionalData - This member is similar to
SubclassData
, however it
74
///
SubclassData
- This member is defined by this class, but is not used for
77
unsigned short
SubclassData
;
328
unsigned short getSubclassDataFromValue() const { return
SubclassData
; }
329
void setValueSubclassData(unsigned short D) {
SubclassData
= D; }
Instructions.h
136
///
SubclassData
field in Value to store whether or not the load is volatile.
612
unsigned short
SubclassData
= getSubclassDataFromInstruction();
613
setInstructionSubclassData((
SubclassData
& 31) |
[
all
...]
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
321
///
SubclassData
- This member is defined by this class, but is not used for
324
uint16_t
SubclassData
: 14;
702
SubclassData
(0), NodeId(-1),
718
SubclassData
(0), NodeId(-1), OperandList(0),
[
all
...]
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h
160
return (NoWrapFlags)(
SubclassData
& Mask);
194
SubclassData
|= Flags;
328
SubclassData
|= Flags;
ScalarEvolution.h
68
///
SubclassData
- This field is initialized to zero and may be used in
70
unsigned short
SubclassData
;
77
/// NoWrapFlags are bitfield indices into
SubclassData
.
101
FastID(ID), SCEVType(SCEVTy),
SubclassData
(0) {}
[
all
...]
/external/llvm/lib/IR/
Value.cpp
46
SubclassOptionalData(0),
SubclassData
(0), VTy((Type*)checkType(ty)),
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
[
all
...]
Completed in 828 milliseconds