Searched refs:CC_GNAN (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/lib/Target/VE/ |
D | VE.h | 61 CC_GNAN = 9 + 6, // Greater or NaN enumerator 102 case VECC::CC_GNAN: return "gtnan"; in VECondCodeToString() 138 .Case("gtnan", VECC::CC_GNAN) in stringToVEFCondCode() 182 case VECC::CC_GNAN: in VECondCodeToVal() 242 return VECC::CC_GNAN; in VEValToCondCode()
|
D | VEISelDAGToDAG.cpp | 90 return VECC::CC_GNAN; in fpCondCode2Fcc()
|
D | VEInstrInfo.cpp | 70 return VECC::CC_GNAN; in GetOppositeBranchCondition() 75 case VECC::CC_GNAN: in GetOppositeBranchCondition()
|
D | VEInstrIntrinsicVL.gen.td | 1046 def : Pat<(int_ve_vl_vfmklgtnan_mvl v256f64:$vz, i32:$vl), (VFMKLvl CC_GNAN, v256f64:$vz, i32:$vl)>; 1047 def : Pat<(int_ve_vl_vfmklgtnan_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (VFMKLvml CC_GNAN, v256f64:… 1074 def : Pat<(int_ve_vl_vfmkwgtnan_mvl v256f64:$vz, i32:$vl), (VFMKWvl CC_GNAN, v256f64:$vz, i32:$vl)>; 1075 def : Pat<(int_ve_vl_vfmkwgtnan_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (VFMKWvml CC_GNAN, v256f64:… 1118 def : Pat<(int_ve_vl_pvfmkwlogtnan_mvl v256f64:$vz, i32:$vl), (PVFMKWLOvl CC_GNAN, v256f64:$vz, i32… 1119 def : Pat<(int_ve_vl_pvfmkwupgtnan_mvl v256f64:$vz, i32:$vl), (PVFMKWUPvl CC_GNAN, v256f64:$vz, i32… 1120 def : Pat<(int_ve_vl_pvfmkwlogtnan_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (PVFMKWLOvml CC_GNAN, v2… 1121 def : Pat<(int_ve_vl_pvfmkwupgtnan_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (PVFMKWUPvml CC_GNAN, v2… 1158 def : Pat<(int_ve_vl_pvfmkwgtnan_Mvl v256f64:$vz, i32:$vl), (VFMKWyvl CC_GNAN, v256f64:$vz, i32:$vl… 1159 def : Pat<(int_ve_vl_pvfmkwgtnan_MvMl v256f64:$vz, v512i1:$vm, i32:$vl), (VFMKWyvyl CC_GNAN, v256f6… [all …]
|
D | VEInstrInfo.td | 487 def CC_GNAN : CC_VAL<15>; // Greater or NaN
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VE.h | 59 CC_GNAN = 9 + 6, // Greater or NaN enumerator 86 case VECC::CC_GNAN: return "gtnan"; in VECondCodeToString()
|
D | VEInstrInfo.td | 101 def CC_GNAN : CC_VAL<15>; // Greater or NaN
|