Searched refs:CC_GE (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VE.h | 57 CC_GE = 5 + 6, // Greater or Equal enumerator 98 case VECC::CC_GE: return "ge"; in VECondCodeToString() 134 .Case("ge", VECC::CC_GE) in stringToVEFCondCode() 178 case VECC::CC_GE: in VECondCodeToVal() 238 return VECC::CC_GE; in VEValToCondCode()
|
H A D | VEInstrInfo.cpp | 67 case VECC::CC_GE: in GetOppositeBranchCondition() 78 return VECC::CC_GE; in GetOppositeBranchCondition()
|
H A D | VEInstrIntrinsicVL.gen.td | 1214 def : Pat<(int_ve_vl_vfmkdge_mvl v256f64:$vz, i32:$vl), (VFMKDvl CC_GE, v256f64:$vz, i32:$vl)>; 1215 def : Pat<(int_ve_vl_vfmkdge_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (VFMKDvml CC_GE, v256f64:$vz, … 1242 def : Pat<(int_ve_vl_vfmksge_mvl v256f64:$vz, i32:$vl), (VFMKSvl CC_GE, v256f64:$vz, i32:$vl)>; 1243 def : Pat<(int_ve_vl_vfmksge_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (VFMKSvml CC_GE, v256f64:$vz, … 1278 def : Pat<(int_ve_vl_pvfmksloge_mvl v256f64:$vz, i32:$vl), (PVFMKSLOvl CC_GE, v256f64:$vz, i32:$vl)… 1279 def : Pat<(int_ve_vl_pvfmksupge_mvl v256f64:$vz, i32:$vl), (PVFMKSUPvl CC_GE, v256f64:$vz, i32:$vl)… 1280 def : Pat<(int_ve_vl_pvfmksloge_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (PVFMKSLOvml CC_GE, v256f64… 1281 def : Pat<(int_ve_vl_pvfmksupge_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (PVFMKSUPvml CC_GE, v256f64… 1326 def : Pat<(int_ve_vl_pvfmksge_Mvl v256f64:$vz, i32:$vl), (VFMKSyvl CC_GE, v256f64:$vz, i32:$vl)>; 1327 def : Pat<(int_ve_vl_pvfmksge_MvMl v256f64:$vz, v512i1:$vm, i32:$vl), (VFMKSyvyl CC_GE, v256f64:$vz…
|
H A D | VEInstrInfo.td | 510 def CC_GE : CC_VAL<11>; // Greater or Equal
|