Searched refs:CC_IGE (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/lib/Target/VE/ |
D | VE.h | 48 CC_IGE = 4, // Greater or Equal enumerator 91 case VECC::CC_IGE: return "ge"; in VECondCodeToString() 120 .Case("ge", VECC::CC_IGE) in stringToVEICondCode() 160 case VECC::CC_IGE: in VECondCodeToVal() 215 return VECC::CC_IGE; in VEValToCondCode()
|
D | VEISelDAGToDAG.cpp | 42 return VECC::CC_IGE; in intCondCode2Icc() 50 return VECC::CC_IGE; in intCondCode2Icc()
|
D | VEInstrInfo.cpp | 48 return VECC::CC_IGE; in GetOppositeBranchCondition() 53 case VECC::CC_IGE: in GetOppositeBranchCondition() 944 .addImm(VECC::CC_IGE) in expandExtendStackPseudo()
|
D | VEInstrIntrinsicVL.gen.td | 1038 def : Pat<(int_ve_vl_vfmklge_mvl v256f64:$vz, i32:$vl), (VFMKLvl CC_IGE, v256f64:$vz, i32:$vl)>; 1039 def : Pat<(int_ve_vl_vfmklge_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (VFMKLvml CC_IGE, v256f64:$vz,… 1066 def : Pat<(int_ve_vl_vfmkwge_mvl v256f64:$vz, i32:$vl), (VFMKWvl CC_IGE, v256f64:$vz, i32:$vl)>; 1067 def : Pat<(int_ve_vl_vfmkwge_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (VFMKWvml CC_IGE, v256f64:$vz,… 1102 def : Pat<(int_ve_vl_pvfmkwloge_mvl v256f64:$vz, i32:$vl), (PVFMKWLOvl CC_IGE, v256f64:$vz, i32:$vl… 1103 def : Pat<(int_ve_vl_pvfmkwupge_mvl v256f64:$vz, i32:$vl), (PVFMKWUPvl CC_IGE, v256f64:$vz, i32:$vl… 1104 def : Pat<(int_ve_vl_pvfmkwloge_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (PVFMKWLOvml CC_IGE, v256f6… 1105 def : Pat<(int_ve_vl_pvfmkwupge_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (PVFMKWUPvml CC_IGE, v256f6… 1150 def : Pat<(int_ve_vl_pvfmkwge_Mvl v256f64:$vz, i32:$vl), (VFMKWyvl CC_IGE, v256f64:$vz, i32:$vl)>; 1151 def : Pat<(int_ve_vl_pvfmkwge_MvMl v256f64:$vz, v512i1:$vm, i32:$vl), (VFMKWyvyl CC_IGE, v256f64:$v…
|
D | VEInstrInfo.td | 476 def CC_IGE : CC_VAL< 4>; // Greater or Equal
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VE.h | 46 CC_IGE = 4, // Greater or Equal enumerator 75 case VECC::CC_IGE: return "ge"; in VECondCodeToString()
|
D | VEInstrInfo.cpp | 95 .addImm(VECC::CC_IGE) in expandExtendStackPseudo()
|
D | VEInstrInfo.td | 90 def CC_IGE : CC_VAL< 4>; // Greater or Equal
|