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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h30 bool FPSpillSlotSet = false; member in class:llvm::XCoreFunctionInfo
61 bool hasFPSpillSlot() { return FPSpillSlotSet; }
63 assert(FPSpillSlotSet && "FP Spill slot not set");
H A DXCoreMachineFunctionInfo.cpp53 if (FPSpillSlotSet) {
61 FPSpillSlotSet = true;

Completed in 99 milliseconds