Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h32 bool FPSpillSlotSet; variable
46 FPSpillSlotSet(false), in XCoreFunctionInfo()
54 FPSpillSlotSet(false), in XCoreFunctionInfo()
73 bool hasFPSpillSlot() { return FPSpillSlotSet; } in hasFPSpillSlot()
75 assert(FPSpillSlotSet && "FP Spill slot not set"); in getFPSpillSlot()
DXCoreMachineFunctionInfo.cpp51 if (FPSpillSlotSet) { in createFPSpillSlot()
57 FPSpillSlotSet = true; in createFPSpillSlot()