Lines Matching defs:IsSoftFloatABI
329 bool IsSoftFloatABI;
337 : DefaultABIInfo(CGT), IsSoftFloatABI(SoftFloatABI),
466 if (isInt || IsSoftFloatABI) {
475 if (isI64 || (isF64 && IsSoftFloatABI)) {
504 if (!(isInt || IsSoftFloatABI)) {
511 CharUnits RegSize = CharUnits::fromQuantity((isInt || IsSoftFloatABI) ? 4 : 8);
522 Builder.getInt8((isI64 || (isF64 && IsSoftFloatABI)) ? 2 : 1));
615 bool IsSoftFloatABI;
620 : ABIInfo(CGT), Kind(Kind), IsSoftFloatABI(SoftFloatABI) {}
798 if (IsSoftFloatABI)