Home
last modified time | relevance | path

Searched refs:IsReserved (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h296 CycleSegment(unsigned StartCycle, unsigned EndCycle, bool IsReserved = false)
297 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp277 bool IsReserved = false; in computeRegUnitRange() local
290 IsReserved |= IsRootReserved; in computeRegUnitRange()
292 assert(IsReserved == MRI->isReservedRegUnit(Unit) && in computeRegUnitRange()
297 if (!IsReserved) { in computeRegUnitRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp536 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() local
569 IsReserved); in writeSymbol()
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc89 bool IsReserved(const std::string& ident) { in IsReserved() function
507 if (IsReserved(name)) { in JSObjectFieldName()