Searched refs:HasSpills (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRMachineFunctionInfo.h | 25 bool HasSpills; variable 44 : HasSpills(false), HasAllocas(false), HasStackArgs(false), in AVRMachineFunctionInfo() 48 : HasSpills(false), HasAllocas(false), HasStackArgs(false), in AVRMachineFunctionInfo() 51 bool getHasSpills() const { return HasSpills; } in getHasSpills() 52 void setHasSpills(bool B) { HasSpills = B; } in setHasSpills()
|
/external/llvm/lib/Target/AVR/ |
D | AVRMachineFunctionInfo.h | 25 bool HasSpills; variable 44 : HasSpills(false), HasAllocas(false), HasStackArgs(false), in AVRMachineFunctionInfo() 48 : HasSpills(false), HasAllocas(false), HasStackArgs(false), in AVRMachineFunctionInfo() 51 bool getHasSpills() const { return HasSpills; } in getHasSpills() 52 void setHasSpills(bool B) { HasSpills = B; } in setHasSpills()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCMachineFunctionInfo.h | 47 bool HasSpills; variable 117 HasSpills(false), in PPCFunctionInfo() 161 void setHasSpills() { HasSpills = true; } in setHasSpills() 162 bool hasSpills() const { return HasSpills; } in hasSpills()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCMachineFunctionInfo.h | 54 bool HasSpills = false; variable 161 void setHasSpills() { HasSpills = true; } in setHasSpills() 162 bool hasSpills() const { return HasSpills; } in hasSpills()
|