Home
last modified time | relevance | path

Searched refs:FirstSlot (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp1293 int FirstSlot = SortedSlots[I]; in runOnMachineFunction() local
1297 if (MFI->getStackID(FirstSlot) != MFI->getStackID(SecondSlot)) in runOnMachineFunction()
1300 LiveInterval *First = &*Intervals[FirstSlot]; in runOnMachineFunction()
1302 auto &FirstS = LiveStarts[FirstSlot]; in runOnMachineFunction()
1318 SlotRemap[SecondSlot] = FirstSlot; in runOnMachineFunction()
1320 LLVM_DEBUG(dbgs() << "Merging #" << FirstSlot << " and slots #" in runOnMachineFunction()
1322 Align MaxAlignment = std::max(MFI->getObjectAlign(FirstSlot), in runOnMachineFunction()
1325 assert(MFI->getObjectSize(FirstSlot) >= in runOnMachineFunction()
1331 MFI->setObjectAlignment(FirstSlot, MaxAlignment); in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1625 StringRef FirstSlot = Call.getSelector().getNameForSlot(0); in isKnownDeallocObjCMethodName() local
1626 return FirstSlot == "dataWithBytesNoCopy" || in isKnownDeallocObjCMethodName()
1627 FirstSlot == "initWithBytesNoCopy" || in isKnownDeallocObjCMethodName()
1628 FirstSlot == "initWithCharactersNoCopy"; in isKnownDeallocObjCMethodName()
3207 StringRef FirstSlot = Msg->getSelector().getNameForSlot(0); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly() local
3208 if (FirstSlot.ends_with("NoCopy")) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3215 if (FirstSlot.starts_with("addPointer") || in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3216 FirstSlot.starts_with("insertPointer") || in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3217 FirstSlot.starts_with("replacePointer") || in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3218 FirstSlot == "valueWithPointer") { in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()