Home
last modified time | relevance | path

Searched refs:FPSpillSlotSet (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h31 bool FPSpillSlotSet = false; variable
62 bool hasFPSpillSlot() { return FPSpillSlotSet; } in hasFPSpillSlot()
64 assert(FPSpillSlotSet && "FP Spill slot not set"); in getFPSpillSlot()
DXCoreMachineFunctionInfo.cpp54 if (FPSpillSlotSet) { in createFPSpillSlot()
62 FPSpillSlotSet = true; in createFPSpillSlot()