/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableCollection.cpp | 37 CVType TypeTableCollection::getType(TypeIndex Index) { in getType() 42 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName() 54 bool TypeTableCollection::contains(TypeIndex Index) { in contains()
|
D | AppendingTypeTableBuilder.cpp | 52 CVType AppendingTypeTableBuilder::getType(TypeIndex Index){ in getType() 56 StringRef AppendingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() 60 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { in contains()
|
D | LazyRandomTypeCollection.cpp | 83 uint32_t LazyRandomTypeCollection::getOffsetOfType(TypeIndex Index) { in getOffsetOfType() 90 CVType LazyRandomTypeCollection::getType(TypeIndex Index) { in getType() 100 Optional<CVType> LazyRandomTypeCollection::tryGetType(TypeIndex Index) { in tryGetType() 113 StringRef LazyRandomTypeCollection::getTypeName(TypeIndex Index) { in getTypeName() 135 bool LazyRandomTypeCollection::contains(TypeIndex Index) { in contains() 157 void LazyRandomTypeCollection::ensureCapacityFor(TypeIndex Index) { in ensureCapacityFor()
|
D | GlobalTypeTableBuilder.cpp | 54 CVType GlobalTypeTableBuilder::getType(TypeIndex Index) { in getType() 59 StringRef GlobalTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() 63 bool GlobalTypeTableBuilder::contains(TypeIndex Index) { in contains()
|
D | MergingTypeTableBuilder.cpp | 54 CVType MergingTypeTableBuilder::getType(TypeIndex Index) { in getType() 59 StringRef MergingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() 63 bool MergingTypeTableBuilder::contains(TypeIndex Index) { in contains()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | ResourceManager.cpp | 65 ResourceState::ResourceState(const MCProcResourceDesc &Desc, unsigned Index, in ResourceState() 123 unsigned Index = getResourceStateIndex(ProcResID2Mask[I]); in ResourceManager() local 129 unsigned Index = getResourceStateIndex(Mask); in ResourceManager() local 137 unsigned Index = getResourceStateIndex(Mask); in ResourceManager() local 160 unsigned Index = getResourceStateIndex(ResourceMask); in setCustomStrategyImpl() local 178 unsigned Index = getResourceStateIndex(ResourceID); in selectPipe() local 286 unsigned Index = getResourceStateIndex(E.first); in checkAvailability() local 344 const unsigned Index = getResourceStateIndex(ResourceID); in reserveResource() local 353 const unsigned Index = getResourceStateIndex(ResourceID); in releaseResource() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceLiveness.h | 86 SizeT Index = Node->getIndex(); in getLiveIn() local 91 SizeT Index = Node->getIndex(); in getLiveOut() local 97 SizeT Index = Node->getIndex(); in getLiveBegin() local 102 SizeT Index = Node->getIndex(); in getLiveEnd() local 106 bool getRangeMask(SizeT Index) const { return RangeMask[Index]; } in getRangeMask() 130 void resize(SizeT Index) { in resize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopPass.cpp | 100 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in cloneBasicBlockSimpleAnalysis() local 113 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in deleteSimpleAnalysisValue() local 121 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in deleteSimpleAnalysisLoop() local 191 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 211 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 295 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 306 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 317 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
|
D | RegionPass.cpp | 68 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 82 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 139 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 155 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 171 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGAddressAnalysis.h | 35 SDValue Index; variable 41 BaseIndexOffset(SDValue Base, SDValue Index, bool IsIndexSignExt) in BaseIndexOffset() 43 BaseIndexOffset(SDValue Base, SDValue Index, int64_t Offset, in BaseIndexOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ShuffleDecodeConstantPool.cpp | 146 int Index = Base + (Element & 0xf); in DecodePSHUFBMask() local 176 int Index = i & ~(NumEltsPerLane - 1); in DecodeVPERMILPMask() local 231 int Index = i & ~(NumEltsPerLane - 1); in DecodeVPERMIL2PMask() local 280 uint64_t Index = Element & 0x1F; in DecodeVPPERMMask() local 316 int Index = RawMask[i] & (NumElts - 1); in DecodeVPERMVMask() local 342 int Index = RawMask[i] & (NumElts*2 - 1); in DecodeVPERMV3Mask() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 177 selectCallee(const ModuleSummaryIndex &Index, in selectCallee() 270 updateValueInfoForIndirectCalls(const ModuleSummaryIndex &Index, ValueInfo VI) { in updateValueInfoForIndirectCalls() 285 const FunctionSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForReferencedGlobals() 363 const FunctionSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForFunction() 539 const GVSummaryMapTy &DefinedGVSummaries, const ModuleSummaryIndex &Index, in ComputeImportForModule() 607 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, ValueInfo VI) { in isGlobalVarSummary() 614 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, in isGlobalVarSummary() 622 static unsigned numGlobalVarSummaries(const ModuleSummaryIndex &Index, in numGlobalVarSummaries() 634 checkVariableImport(const ModuleSummaryIndex &Index, in checkVariableImport() 667 const ModuleSummaryIndex &Index, in ComputeCrossModuleImport() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.h | 188 bool inRange(MCInst const &MCI, size_t Index) { in inRange() 192 bool inSRange(MCInst const &MCI, size_t Index) { in inSRange() 195 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange()
|
/third_party/boost/libs/pfr/include/boost/pfr/detail/ |
D | core14_classic.hpp | 135 #define BOOST_MAGIC_GET_REGISTER_TYPE(Type, Index) \ argument 268 constexpr auto id_to_type(size_t_<Index >, if_extension<Index, native_ptr_type>) noexcept { in id_to_type() 274 constexpr auto id_to_type(size_t_<Index >, if_extension<Index, native_const_ptr_type>) noexcept { in id_to_type() 280 constexpr auto id_to_type(size_t_<Index >, if_extension<Index, native_const_volatile_ptr_type>) noe… in id_to_type() 287 constexpr auto id_to_type(size_t_<Index >, if_extension<Index, native_volatile_ptr_type>) noexcept { in id_to_type() 294 constexpr auto id_to_type(size_t_<Index >, if_extension<Index, native_ref_type>) noexcept { in id_to_type()
|
/third_party/boost/boost/pfr/detail/ |
D | core14_classic.hpp | 135 #define BOOST_MAGIC_GET_REGISTER_TYPE(Type, Index) \ argument 268 constexpr auto id_to_type(size_t_<Index >, if_extension<Index, native_ptr_type>) noexcept { in id_to_type() 274 constexpr auto id_to_type(size_t_<Index >, if_extension<Index, native_const_ptr_type>) noexcept { in id_to_type() 280 constexpr auto id_to_type(size_t_<Index >, if_extension<Index, native_const_volatile_ptr_type>) noe… in id_to_type() 287 constexpr auto id_to_type(size_t_<Index >, if_extension<Index, native_volatile_ptr_type>) noexcept { in id_to_type() 294 constexpr auto id_to_type(size_t_<Index >, if_extension<Index, native_ref_type>) noexcept { in id_to_type()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430MachineFunctionInfo.h | 53 void setRAIndex(int Index) { ReturnAddrIndex = Index; } in setRAIndex() 56 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; } in setVarArgsFrameIndex()
|
/third_party/boost/boost/multi_array/ |
D | index_range.hpp | 161 operator<=(Index s, const index_range<Index,SizeType>& r) in operator <=() 169 operator<(Index s, const index_range<Index,SizeType>& r) in operator <() 177 operator<(const index_range<Index,SizeType>& r, Index f) in operator <() 185 operator<=(const index_range<Index,SizeType>& r, Index f) in operator <=()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | Arg.cpp | 21 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const Arg *BaseArg) in Arg() 25 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() 32 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg()
|
D | ArgList.cpp | 174 const char *ArgList::GetOrMakeJoinedArgString(unsigned Index, in GetOrMakeJoinedArgString() 209 unsigned Index = ArgStrings.size(); in MakeIndex() local 251 unsigned Index = BaseArgs.MakeIndex(Value); in MakePositionalArg() local 260 unsigned Index = BaseArgs.MakeIndex(Opt.getName(), Value); in MakeSeparateArg() local 269 unsigned Index = BaseArgs.MakeIndex((Opt.getName() + Value).str()); in MakeJoinedArg() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 130 const ModuleSummaryIndex &Index, in computePrevailingCopies() 154 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) { in promoteModule() 206 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule() 231 ModuleSummaryIndex *Index) { in optimizeModule() 315 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() 400 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule() 450 auto Index = buildModuleSummaryIndex(TheModule, nullptr, &PSI); in ProcessThinLTOModule() local 465 ModuleSummaryIndex &Index, in resolvePrevailingInIndex() 617 ModuleSummaryIndex &Index, in computeDeadSymbolsInIndex() 633 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 143 unsigned &Index) { in isDeInterleaveMaskOfFactor() 167 unsigned &Index, unsigned MaxFactor, in isDeInterleaveMask() 309 unsigned Factor, Index; in lowerInterleavedLoad() local 369 auto Index = IndexOperand->getSExtValue(); in tryReplaceExtracts() local 409 auto Index = Replacement.second.second; in tryReplaceExtracts() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 899 static constexpr unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx() 994 unsigned Index = I->first; in get() local 1080 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get() 1090 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get() 1098 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get() 1132 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute() 1140 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute() 1148 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute() 1155 AttributeList AttributeList::addAttributes(LLVMContext &C, unsigned Index, in addAttributes() 1195 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | TapiUniversal.h | 30 int Index; variable 33 ObjectForArch(const TapiUniversal *Parent, int Index) in ObjectForArch()
|
/third_party/gn/src/base/win/ |
D | registry.h | 177 int Index() const { return index_; } in Index() function 229 int Index() const { return index_; } in Index() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 84 void DbgValueHistoryMap::Entry::endEntry(EntryIndex Index) { in endEntry() 144 for (auto Index : LiveEntries[Var]) { in clobberRegEntries() local 154 for (auto Index : IndicesToErase) in clobberRegEntries() local 171 for (auto Index : LiveEntries[Var]) { in handleNewDebugValue() local 199 for (auto Index : IndicesToErase) in handleNewDebugValue() local
|