Lines Matching defs:IsSoftFloatABI
328 bool IsSoftFloatABI;
336 : DefaultABIInfo(CGT), IsSoftFloatABI(SoftFloatABI),
465 if (isInt || IsSoftFloatABI) {
474 if (isI64 || (isF64 && IsSoftFloatABI)) {
503 if (!(isInt || IsSoftFloatABI)) {
510 CharUnits RegSize = CharUnits::fromQuantity((isInt || IsSoftFloatABI) ? 4 : 8);
521 Builder.getInt8((isI64 || (isF64 && IsSoftFloatABI)) ? 2 : 1));
614 bool IsSoftFloatABI;
619 : ABIInfo(CGT), Kind(Kind), IsSoftFloatABI(SoftFloatABI) {}
797 if (IsSoftFloatABI)