HomeSort by relevance Sort by last modified time
    Searched refs:FPSpillSlotSet (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.h 32 bool FPSpillSlotSet;
46 FPSpillSlotSet(false),
54 FPSpillSlotSet(false),
73 bool hasFPSpillSlot() { return FPSpillSlotSet; }
75 assert(FPSpillSlotSet && "FP Spill slot not set");
XCoreMachineFunctionInfo.cpp 51 if (FPSpillSlotSet) {
57 FPSpillSlotSet = true;

Completed in 202 milliseconds