Home
last modified time | relevance | path

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

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