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 | 1460 multiclass VPatReductionVL<SDNode vop, string instruction_name, bit is_float> { 1461 foreach vti = !if(is_float, AllFloatVectors, AllIntegerVectors) in { 1462 defvar vti_m1 = !cast<VTypeInfo>(!if(is_float, "VF", "VI") # vti.SEW # "M1"); 1477 multiclass VPatReductionVL_RM<SDNode vop, string instruction_name, bit is_float> { 1478 foreach vti = !if(is_float, AllFloatVectors, AllIntegerVectors) in { 1479 defvar vti_m1 = !cast<VTypeInfo>(!if(is_float, "VF", "VI") # vti.SEW # "M1"); 1539 multiclass VPatWidenReductionVL<SDNode vop, PatFrags extop, string instruction_name, bit is_float> { 1540 foreach vtiToWti = !if(is_float, AllWidenableFloatVectors, AllWidenableIntVectors) in { 1543 defvar wti_m1 = !cast<VTypeInfo>(!if(is_float, "VF", "VI") # wti.SEW # "M1"); 1558 …ss VPatWidenReductionVL_Ext_VL<SDNode vop, PatFrags extop, string instruction_name, bit is_float> { [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObject.cpp | 3132 bool is_float = GetCompilerType().IsFloat(); in CastToBasicType() local 3171 else if (is_scalar && is_float) { in CastToBasicType() 3201 } else if (is_scalar && is_float) { in CastToBasicType() 3259 if (is_float) { in CastToBasicType() 3286 bool is_float = GetCompilerType().IsFloat(); in CastToEnumType() local 3289 if (!is_enum && !is_integer && !is_float) in CastToEnumType() 3305 if (is_float) { in CastToEnumType()
|