/external/llvm-project/llvm/lib/MCA/HardwareUnits/ |
D | ResourceManager.cpp | 215 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in use() local 216 ResourceState &CurrentUser = *Resources[GroupIndex]; in use() 218 Strategies[GroupIndex]->used(RR.first); in use() 237 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in release() local 238 ResourceState &CurrentUser = *Resources[GroupIndex]; in release()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | ResourceManager.cpp | 215 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in use() local 216 ResourceState &CurrentUser = *Resources[GroupIndex]; in use() 218 Strategies[GroupIndex]->used(RR.first); in use() 237 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in release() local 238 ResourceState &CurrentUser = *Resources[GroupIndex]; in release()
|
/external/llvm-project/clang/tools/clang-refactor/ |
D | TestSupport.cpp | 144 size_t GroupIndex = Results.size() - 1; in handleResult() local 146 TestRanges.GroupedRanges[GroupIndex].Ranges.size()) { in handleResult() 147 ++GroupIndex; in handleResult() 148 if (GroupIndex >= TestRanges.GroupedRanges.size()) { in handleResult()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | InputFile.cpp | 130 SymbolGroup::SymbolGroup(InputFile *File, uint32_t GroupIndex) : File(File) { in SymbolGroup() argument 135 initializeForPdb(GroupIndex); in SymbolGroup() 147 if (I == GroupIndex) in SymbolGroup()
|
D | InputFile.h | 92 explicit SymbolGroup(InputFile *File, uint32_t GroupIndex = 0);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AggressiveAntiDepBreaker.cpp | 949 const unsigned GroupIndex = State->GetGroup(AntiDepReg); in BreakAntiDependencies() local 950 if (GroupIndex == 0) { in BreakAntiDependencies() 959 if (FindSuitableFreeRegisters(GroupIndex, RenameOrder, RenameMap)) { in BreakAntiDependencies()
|
/external/llvm/lib/CodeGen/ |
D | AggressiveAntiDepBreaker.cpp | 932 const unsigned GroupIndex = State->GetGroup(AntiDepReg); in BreakAntiDependencies() local 933 if (GroupIndex == 0) { in BreakAntiDependencies() 942 if (FindSuitableFreeRegisters(GroupIndex, RenameOrder, RenameMap)) { in BreakAntiDependencies()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | AggressiveAntiDepBreaker.cpp | 944 const unsigned GroupIndex = State->GetGroup(AntiDepReg); in BreakAntiDependencies() local 945 if (GroupIndex == 0) { in BreakAntiDependencies() 954 if (FindSuitableFreeRegisters(GroupIndex, RenameOrder, RenameMap)) { in BreakAntiDependencies()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 3316 int GroupIndex = -1; member 3339 Objects[Index].GroupIndex = NextGroupIndex; in EndCurrentGroup() 3367 return std::make_tuple(!A.IsValid, A.ObjectFirst, A.GroupFirst, A.GroupIndex, in FrameObjectCompare() 3369 std::make_tuple(!B.IsValid, B.ObjectFirst, B.GroupFirst, B.GroupIndex, in FrameObjectCompare() 3439 int FirstGroupIndex = FrameObjects[*TBPI].GroupIndex; in orderFrameObjects() 3442 if (Object.GroupIndex == FirstGroupIndex) in orderFrameObjects() 3460 dbgs() << " " << Obj.ObjectIndex << ": group " << Obj.GroupIndex; in orderFrameObjects()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 305 unsigned GroupIndex; member 1935 filters[i].GroupIndex = i; in Update() 1978 const CSolidGroup &group = groups[filterMode.GroupIndex]; in Update()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 3591 for (size_t GroupIndex = 0; GroupIndex < GroupsNum && !FoundOpcodesGroup; in getFMA3OpcodeToCommuteOperands() local 3592 ++GroupIndex) { in getFMA3OpcodeToCommuteOperands() 3594 if (OpcodeGroups[GroupIndex][FormIndex] == Opc) { in getFMA3OpcodeToCommuteOperands() 3595 FoundOpcodesGroup = OpcodeGroups[GroupIndex]; in getFMA3OpcodeToCommuteOperands()
|