Home
last modified time | relevance | path

Searched refs:isRef (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h70 static const bool isRef = std::is_reference<T>::value; variable
74 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
DError.h633 static const bool isRef = std::is_reference<T>::value; variable
639 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
/external/llvm/include/llvm/Support/
DErrorOr.h70 static const bool isRef = std::is_reference<T>::value; variable
74 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
DError.h602 static const bool isRef = std::is_reference<T>::value; variable
608 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
/external/llvm/docs/TableGen/
DLangIntro.rst334 bit isRef = MR.Value{1};
353 bit isRef = 0;
357 bit isRef = 1;
361 bit isRef = 1;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasSetTracker.h157 bool isRef() const { return AccessTy & Refs; } in isRef() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegMap.h48 enum ModRef { isRef = 1, isMod = 2, isModRef = 3 }; enumerator
DVirtRegRewriter.cpp1470 VRM->virtFolded(VirtReg, FoldedMI, VirtRegMap::isRef); in OptimizeByUnfold()
1567 VRM->virtFolded(VirtReg, FoldedMI, VirtRegMap::isRef); in CommuteToFoldReload()
2353 if ((MR & VirtRegMap::isRef) && !(MR & VirtRegMap::isMod)) { in RewriteMBB()
2405 bool isDead = !(MR & VirtRegMap::isRef); in RewriteMBB()
2468 if (!(MR & VirtRegMap::isRef)) { in RewriteMBB()
DLiveIntervalAnalysis.cpp1069 MRInfo |= (unsigned)VirtRegMap::isRef; in FilterFoldedOps()
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h170 bool isRef() const { return Access & RefAccess; } in isRef() function
/external/libxml2/
Dxmlschemas.c554 int isRef; member
7153 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; in xmlSchemaParseLocalAttribute() local
7173 isRef = 1; in xmlSchemaParseLocalAttribute()
7182 if (isRef) { in xmlSchemaParseLocalAttribute()
7295 if (! isRef) { in xmlSchemaParseLocalAttribute()
7436 if (! isRef) { in xmlSchemaParseLocalAttribute()
7474 if (isRef) { in xmlSchemaParseLocalAttribute()
7489 if (isRef) { in xmlSchemaParseLocalAttribute()
8504 int min, max, isRef = 0; in xmlSchemaParseElement() local
8530 isRef = 1; in xmlSchemaParseElement()
[all …]