Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h30 bool FPSpillSlotSet = false; variable
66 bool hasFPSpillSlot() { return FPSpillSlotSet; } in hasFPSpillSlot()
68 assert(FPSpillSlotSet && "FP Spill slot not set"); in getFPSpillSlot()
H A DXCoreMachineFunctionInfo.cpp60 if (FPSpillSlotSet) { in createFPSpillSlot()
68 FPSpillSlotSet = true; in createFPSpillSlot()