Searched refs:is_float (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoVVLPatterns.td | 1509 multiclass VPatReductionVL<SDNode vop, string instruction_name, bit is_float> { 1510 foreach vti = !if(is_float, AllFloatVectors, AllIntegerVectors) in { 1511 defvar vti_m1 = !cast<VTypeInfo>(!if(is_float, "VF", "VI") # vti.SEW # "M1"); 1526 multiclass VPatReductionVL_RM<SDNode vop, string instruction_name, bit is_float> { 1527 foreach vti = !if(is_float, AllFloatVectors, AllIntegerVectors) in { 1528 defvar vti_m1 = !cast<VTypeInfo>(!if(is_float, "VF", "VI") # vti.SEW # "M1"); 1588 multiclass VPatWidenReductionVL<SDNode vop, PatFrags extop, string instruction_name, bit is_float> { 1589 foreach vtiToWti = !if(is_float, AllWidenableFloatVectors, AllWidenableIntVectors) in { 1592 defvar wti_m1 = !cast<VTypeInfo>(!if(is_float, "VF", "VI") # wti.SEW # "M1"); 1607 …iclass VPatWidenReductionVL_RM<SDNode vop, PatFrags extop, string instruction_name, bit is_float> { [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObject.cpp | 3170 bool is_float = GetCompilerType().IsFloat(); in CastToBasicType() local 3207 else if (is_scalar && is_float) { in CastToBasicType() 3238 } else if (is_scalar && is_float) { in CastToBasicType() 3294 if (is_float) { in CastToBasicType() 3319 bool is_float = GetCompilerType().IsFloat(); in CastToEnumType() local 3321 if (!is_enum && !is_integer && !is_float) { in CastToEnumType() 3336 if (is_float) { in CastToEnumType()
|