Home
last modified time | relevance | path

Searched refs:hasIndex (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSlotIndexes.cpp185 while (Begin != MBB->begin() && !hasIndex(*Begin)) in repairIndexesInRange()
187 while (End != MBB->end() && !hasIndex(*End)) in repairIndexesInRange()
H A DMachineBasicBlock.cpp412 if (Indexes->hasIndex(MI))
976 if (Indexes->hasIndex(MI))
H A DLiveIntervals.cpp1593 while (Begin != MBB->begin() && !Indexes->hasIndex(*Begin)) in repairIntervalsInRange()
1595 while (End != MBB->end() && !Indexes->hasIndex(*End)) in repairIntervalsInRange()
H A DMachineVerifier.cpp505 if (Indexes && Indexes->hasIndex(*MI)) in report()
827 if (Indexes && Indexes->hasIndex(*MI)) { in visitMachineBundleBefore()
/third_party/protobuf/objectivec/
H A DGPBDescriptor_PackagePrivate.h103 int32_t hasIndex; member
321 return field->description_->hasIndex; in GPBFieldHasIndex()
H A DGPBUtilities_PackagePrivate.h207 return GPBGetHasIvar(self, fieldDesc->hasIndex, fieldDesc->number); in GPBGetHasIvarField()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dutilities.cpp901 bool hasIndex = true; in ParseResourceName() local
902 while (hasIndex) in ParseResourceName()
906 hasIndex = (open != std::string::npos) && (close == baseNameLength - 1); in ParseResourceName()
907 if (hasIndex) in ParseResourceName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h222 return !Indexes->hasIndex(Instr); in isNotInMIMap()
H A DSlotIndexes.h380 bool hasIndex(const MachineInstr &instr) const { in hasIndex() function in llvm::SlotIndexes
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp736 bool hasIndex = false; in parseFallbackItem() local
742 hasIndex = true; in parseFallbackItem()
779 if (hasIndex) { in parseFallbackItem()
/third_party/glslang/glslang/Include/
H A DTypes.h997 hasIndex();
1016 bool hasIndex() const
2132 if (qualifier.hasIndex()) {
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp1974 bool hasIndex = (open != std::string::npos) && (close == name.length() - 1); in ParseUniformName() local
1975 if(!hasIndex) in ParseUniformName()
/third_party/glslang/glslang/MachineIndependent/
H A DlinkValidate.cpp1728 TIoRange range(locationRange, componentRange, basicTy, qualifier.hasIndex() ? qualifier.getIndex() : 0); in addUsedLocation()
H A DParseHelper.cpp6309 if (src.hasIndex()) in mergeObjectLayoutQualifiers()
6765 if (qualifier.hasIndex()) { in layoutQualifierCheck()
9244 if (qualifier.hasIndex()) { in fixBlockLocations()
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp7510 if (src.hasIndex()) in mergeObjectLayoutQualifiers()
8960 if (qualifier.hasIndex()) { in fixBlockLocations()
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp9498 if (symbol->getQualifier().hasIndex()) in getSymbolId()

Completed in 78 milliseconds