Searched refs:SubclassData (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h353 /// SubclassData - This member is defined by this class, but is not used for
356 uint16_t SubclassData : 14;
744 SubclassData(0), NodeId(-1),
760 SubclassData(0), NodeId(-1), OperandList(nullptr), ValueList(VTs.VTs),
974 /// getRawSubclassData - Return the SubclassData value, which contains an
977 unsigned getRawSubclassData() const { return SubclassData; }
979 SubclassData = (SubclassData & ~NUW) | (b ? NUW : 0);
982 SubclassData = (SubclassData
[all...]
/external/llvm/include/llvm/IR/
H A DValue.h80 /// SubclassOptionalData - This member is similar to SubclassData, however it
87 /// SubclassData - This member is defined by this class, but is not used for
90 unsigned short SubclassData; member in class:llvm::Value
460 unsigned short getSubclassDataFromValue() const { return SubclassData; }
461 void setValueSubclassData(unsigned short D) { SubclassData = D; }
H A DInstructions.h150 /// SubclassData field in Value to store whether or not the load is volatile.
676 unsigned short SubclassData = getSubclassDataFromInstruction(); local
677 setInstructionSubclassData((SubclassData & 31) |
2267 /// SubclassData field in Value to store whether or not the landingpad is a
2948 /// InvokeInst - Invoke instruction. The SubclassData field is used to hold the
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h68 /// SubclassData - This field is initialized to zero and may be used in
70 unsigned short SubclassData; member in class:llvm::SCEV
77 /// NoWrapFlags are bitfield indices into SubclassData.
101 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
H A DScalarEvolutionExpressions.h165 return (NoWrapFlags)(SubclassData & Mask);
199 SubclassData |= Flags;
333 SubclassData |= Flags;
/external/llvm/lib/IR/
H A DValue.cpp47 HasValueHandle(0), SubclassOptionalData(0), SubclassData(0) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6215 SubclassData = encodeMemSDNodeFlags(0, ISD::UNINDEXED, MMO->isVolatile(),
6227 SubclassData = encodeMemSDNodeFlags(0, ISD::UNINDEXED, MMO->isVolatile(),

Completed in 77 milliseconds