Searched refs:CC_L (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/lib/Target/VE/ |
D | VE.h | 54 CC_L = 2 + 6, // Less enumerator 95 case VECC::CC_L: return "lt"; in VECondCodeToString() 131 .Case("lt", VECC::CC_L) in stringToVEFCondCode() 168 case VECC::CC_L: in VECondCodeToVal() 228 return VECC::CC_L; in VEValToCondCode()
|
D | VEISelDAGToDAG.cpp | 69 return VECC::CC_L; in fpCondCode2Fcc()
|
D | VEInstrInfo.cpp | 61 case VECC::CC_L: in GetOppositeBranchCondition() 84 return VECC::CC_L; in GetOppositeBranchCondition()
|
D | VEInstrIntrinsicVL.gen.td | 1172 def : Pat<(int_ve_vl_vfmkdlt_mvl v256f64:$vz, i32:$vl), (VFMKDvl CC_L, v256f64:$vz, i32:$vl)>; 1173 def : Pat<(int_ve_vl_vfmkdlt_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (VFMKDvml CC_L, v256f64:$vz, v… 1200 def : Pat<(int_ve_vl_vfmkslt_mvl v256f64:$vz, i32:$vl), (VFMKSvl CC_L, v256f64:$vz, i32:$vl)>; 1201 def : Pat<(int_ve_vl_vfmkslt_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (VFMKSvml CC_L, v256f64:$vz, v… 1230 def : Pat<(int_ve_vl_pvfmkslolt_mvl v256f64:$vz, i32:$vl), (PVFMKSLOvl CC_L, v256f64:$vz, i32:$vl)>; 1231 def : Pat<(int_ve_vl_pvfmksuplt_mvl v256f64:$vz, i32:$vl), (PVFMKSUPvl CC_L, v256f64:$vz, i32:$vl)>; 1232 def : Pat<(int_ve_vl_pvfmkslolt_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (PVFMKSLOvml CC_L, v256f64:… 1233 def : Pat<(int_ve_vl_pvfmksuplt_mvml v256f64:$vz, v256i1:$vm, i32:$vl), (PVFMKSUPvml CC_L, v256f64:… 1284 def : Pat<(int_ve_vl_pvfmkslt_Mvl v256f64:$vz, i32:$vl), (VFMKSyvl CC_L, v256f64:$vz, i32:$vl)>; 1285 def : Pat<(int_ve_vl_pvfmkslt_MvMl v256f64:$vz, v512i1:$vm, i32:$vl), (VFMKSyvyl CC_L, v256f64:$vz,…
|
D | VEInstrInfo.td | 480 def CC_L : CC_VAL< 8>; // Less
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VE.h | 52 CC_L = 2 + 6, // Less enumerator 79 case VECC::CC_L: return "lt"; in VECondCodeToString()
|
D | VEInstrInfo.td | 94 def CC_L : CC_VAL< 8>; // Less
|