/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 228 auto StackID = MFI->getStackID(FI); in InitializeSlots() local 229 if (StackID != 0) { in InitializeSlots() 230 AllColors.resize(StackID + 1); in InitializeSlots() 231 UsedColors.resize(StackID + 1); in InitializeSlots() 232 AllColors[StackID].resize(LastFI); in InitializeSlots() 233 UsedColors[StackID].resize(LastFI); in InitializeSlots() 236 AllColors[StackID].set(FI); in InitializeSlots() 268 uint8_t StackID = MFI->getStackID(FI); in ColorSlot() local 273 Color = UsedColors[StackID].find_first(); in ColorSlot() 280 Color = UsedColors[StackID].find_next(Color); in ColorSlot() [all …]
|
D | MachineFrameInfo.cpp | 54 uint8_t StackID) { in CreateStackObject() argument 58 !IsSpillSlot, StackID)); in CreateStackObject() 61 if (contributesToMaxAlignment(StackID)) in CreateStackObject() 224 if (SO.StackID != 0) in print() 225 OS << "id=" << static_cast<unsigned>(SO.StackID) << ' '; in print()
|
D | MIRPrinter.cpp | 402 YamlObject.StackID = (TargetStackID::Value)MFI.getStackID(I); in convertStackObjects() 437 YamlObject.StackID = (TargetStackID::Value)MFI.getStackID(I); in convertStackObjects()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 233 auto StackID = MFI->getStackID(FI); in InitializeSlots() local 234 if (StackID != 0) { in InitializeSlots() 235 AllColors.resize(StackID + 1); in InitializeSlots() 236 UsedColors.resize(StackID + 1); in InitializeSlots() 237 AllColors[StackID].resize(LastFI); in InitializeSlots() 238 UsedColors[StackID].resize(LastFI); in InitializeSlots() 241 AllColors[StackID].set(FI); in InitializeSlots() 273 uint8_t StackID = MFI->getStackID(FI); in ColorSlot() local 278 Color = UsedColors[StackID].find_first(); in ColorSlot() 285 Color = UsedColors[StackID].find_next(Color); in ColorSlot() [all …]
|
D | MachineFrameInfo.cpp | 53 uint8_t StackID) { in CreateStackObject() argument 57 !IsSpillSlot, StackID)); in CreateStackObject() 60 if (StackID == 0) in CreateStackObject() 226 if (SO.StackID != 0) in print() 227 OS << "id=" << static_cast<unsigned>(SO.StackID) << ' '; in print()
|
D | MIRPrinter.cpp | 376 YamlObject.StackID = (TargetStackID::Value)MFI.getStackID(I); in convertStackObjects() 403 YamlObject.StackID = (TargetStackID::Value)MFI.getStackID(I); in convertStackObjects()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.h | 317 void dumpTimers(TimerStackIdT StackID = TSK_Default, 320 TimerStackIdT StackID = TSK_Default, 323 TimerIdT getTimerID(TimerStackIdT StackID, const std::string &Name); 324 void pushTimer(TimerIdT ID, TimerStackIdT StackID); 325 void popTimer(TimerIdT ID, TimerStackIdT StackID); 326 void resetTimer(TimerStackIdT StackID); 327 std::string getTimerName(TimerStackIdT StackID); 328 void setTimerName(TimerStackIdT StackID, const std::string &NewName); 578 TimerStackIdT StackID = GlobalContext::TSK_Default) 579 : ID(ID), Ctx(Ctx), StackID(StackID) { in ID() [all …]
|
D | IceGlobalContext.cpp | 837 TimerIdT GlobalContext::getTimerID(TimerStackIdT StackID, in getTimerID() argument 840 assert(StackID < Timers->size()); in getTimerID() 841 return Timers->at(StackID).getTimerID(Name); in getTimerID() 844 void GlobalContext::pushTimer(TimerIdT ID, TimerStackIdT StackID) { in pushTimer() argument 846 assert(StackID < Timers->size()); in pushTimer() 847 Timers->at(StackID).push(ID); in pushTimer() 850 void GlobalContext::popTimer(TimerIdT ID, TimerStackIdT StackID) { in popTimer() argument 852 assert(StackID < Timers->size()); in popTimer() 853 Timers->at(StackID).pop(ID); in popTimer() 856 void GlobalContext::resetTimer(TimerStackIdT StackID) { in resetTimer() argument [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 45 uint8_t StackID; member 51 : V(v), Offset(offset), StackID(ID) { in V() 57 : V(v), Offset(offset), StackID(ID) { in V() 62 : V((const Value *)nullptr), Offset(0), StackID(0), 69 : V(v), Offset(offset), StackID(ID) { in V() 82 return MachinePointerInfo(V.get<const Value*>(), Offset+O, StackID); in getWithOffset() 84 StackID); in getWithOffset()
|
D | MachineFrameInfo.h | 160 uint8_t StackID; member 186 bool IsAliased, uint8_t StackID = 0) 188 isImmutable(IsImmutable), isSpillSlot(IsSpillSlot), StackID(StackID), in SPOffset() 701 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID() 708 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
|
D | MIRYamlMapping.h | 216 TargetStackID::Value StackID; 228 StackID == Other.StackID && 256 YamlIO.mapOptional("stack-id", Object.StackID, TargetStackID::Default); 282 TargetStackID::Value StackID; 294 StackID == Other.StackID && 331 YamlIO.mapOptional("stack-id", Object.StackID, TargetStackID::Default);
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 160 uint8_t StackID; member 186 bool IsAliased, uint8_t StackID = 0) 188 isImmutable(IsImmutable), isSpillSlot(IsSpillSlot), StackID(StackID), in SPOffset() 491 bool contributesToMaxAlignment(uint8_t StackID) { in contributesToMaxAlignment() argument 492 return StackID == TargetStackID::Default || in contributesToMaxAlignment() 493 StackID == TargetStackID::ScalableVector; in contributesToMaxAlignment() 503 uint8_t StackID = getStackID(ObjectIdx); in setObjectAlignment() local 504 if (contributesToMaxAlignment(StackID)) in setObjectAlignment() 732 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID() 739 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
|
D | MachineMemOperand.h | 48 uint8_t StackID; member 52 : V(v), Offset(offset), StackID(ID) { in V() 58 : V(v), Offset(offset), StackID(ID) { in V() 64 StackID(0) {} 70 : V(v), Offset(offset), StackID(ID) { in V() 83 return MachinePointerInfo(V.get<const Value*>(), Offset + O, StackID); in getWithOffset() 85 StackID); in getWithOffset()
|
D | MIRYamlMapping.h | 249 TargetStackID::Value StackID; 261 StackID == Other.StackID && 289 YamlIO.mapOptional("stack-id", Object.StackID, TargetStackID::Default); 316 TargetStackID::Value StackID; 328 StackID == Other.StackID && 366 YamlIO.mapOptional("stack-id", Object.StackID, TargetStackID::Default);
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
D | RISCVFrameLowering.cpp | 713 auto StackID = MFI.getStackID(FI); in getFrameIndexReference() local 715 assert((StackID == TargetStackID::Default || in getFrameIndexReference() 716 StackID == TargetStackID::ScalableVector) && in getFrameIndexReference() 718 if (StackID == TargetStackID::Default) { in getFrameIndexReference() 722 } else if (StackID == TargetStackID::ScalableVector) { in getFrameIndexReference() 925 unsigned StackID = MFI.getStackID(I); in assignRVVStackObjectOffsets() local 926 if (StackID != TargetStackID::ScalableVector) in assignRVVStackObjectOffsets()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 682 if (!TFI->isSupportedStackID(Object.StackID)) in initializeFrameInfo() 685 MFI.setStackID(ObjectIdx, Object.StackID); in initializeFrameInfo() 714 if (!TFI->isSupportedStackID(Object.StackID)) in initializeFrameInfo() 723 Object.StackID); in initializeFrameInfo()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 777 if (!TFI->isSupportedStackID(Object.StackID)) in initializeFrameInfo() 780 MFI.setStackID(ObjectIdx, Object.StackID); in initializeFrameInfo() 809 if (!TFI->isSupportedStackID(Object.StackID)) in initializeFrameInfo() 819 Object.StackID); in initializeFrameInfo()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 3835 unsigned StackID = TargetStackID::Default; in storeRegToStackSlot() local 3847 StackID = TargetStackID::ScalableVector; in storeRegToStackSlot() 3891 StackID = TargetStackID::ScalableVector; in storeRegToStackSlot() 3913 StackID = TargetStackID::ScalableVector; in storeRegToStackSlot() 3924 StackID = TargetStackID::ScalableVector; in storeRegToStackSlot() 3935 StackID = TargetStackID::ScalableVector; in storeRegToStackSlot() 3940 MFI.setStackID(FI, StackID); in storeRegToStackSlot() 3991 unsigned StackID = TargetStackID::Default; in loadRegFromStackSlot() local 4003 StackID = TargetStackID::ScalableVector; in loadRegFromStackSlot() 4047 StackID = TargetStackID::ScalableVector; in loadRegFromStackSlot() [all …]
|
D | AArch64FrameLowering.cpp | 3273 unsigned StackID = MFI.getStackID(I); in determineSVEStackObjectOffsets() local 3274 if (StackID != TargetStackID::ScalableVector) in determineSVEStackObjectOffsets()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 2939 unsigned StackID = TargetStackID::Default; in storeRegToStackSlot() local 2943 StackID = TargetStackID::SVEVector; in storeRegToStackSlot() 2947 StackID = TargetStackID::SVEVector; in storeRegToStackSlot() 2950 MFI.setStackID(FI, StackID); in storeRegToStackSlot() 3082 unsigned StackID = TargetStackID::Default; in loadRegFromStackSlot() local 3086 StackID = TargetStackID::SVEVector; in loadRegFromStackSlot() 3090 StackID = TargetStackID::SVEVector; in loadRegFromStackSlot() 3093 MFI.setStackID(FI, StackID); in loadRegFromStackSlot()
|
D | AArch64FrameLowering.cpp | 2566 unsigned StackID = MFI.getStackID(I); in determineSVEStackObjectOffsets() local 2567 if (StackID != TargetStackID::SVEVector) in determineSVEStackObjectOffsets()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2346 int StackID = 0; in CreateStackTemporary() local 2348 StackID = TFI->getStackIDForScalableVectors(); in CreateStackTemporary() 2352 false, nullptr, StackID); in CreateStackTemporary()
|