/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ErrorOr.h | 60 static const bool isRef = std::is_reference<T>::value; variable 65 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
D | Error.h | 431 static const bool isRef = std::is_reference<T>::value; variable 438 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ErrorOr.h | 70 static const bool isRef = std::is_reference<T>::value; variable 74 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
|
D | Error.h | 633 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/ |
D | ErrorOr.h | 70 static const bool isRef = std::is_reference<T>::value; variable 74 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
|
D | Error.h | 602 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/ |
D | LangIntro.rst | 334 bit isRef = MR.Value{1}; 353 bit isRef = 0; 357 bit isRef = 1; 361 bit isRef = 1;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 201 bool isRef() const { return Access & RefAccess; } in isRef() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | AliasSetTracker.h | 157 bool isRef() const { return AccessTy & Refs; } in isRef() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/ |
D | LangIntro.rst | 414 bit isRef = MR.Value{1}; 433 bit isRef = 0; 437 bit isRef = 1; 441 bit isRef = 1;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | VirtRegMap.h | 48 enum ModRef { isRef = 1, isMod = 2, isModRef = 3 }; enumerator
|
D | VirtRegRewriter.cpp | 1470 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()
|
D | LiveIntervalAnalysis.cpp | 1069 MRInfo |= (unsigned)VirtRegMap::isRef; in FilterFoldedOps()
|
/external/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 170 bool isRef() const { return Access & RefAccess; } in isRef() function
|
/external/libxml2/ |
D | xmlschemas.c | 554 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 …]
|