Searched refs:V32 (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/autohvx/ |
D | bitcount-64b.ll | 31 ; CHECK-DAG: v[[V31:[0-9]+]]:[[V32:[0-9]+]].uh = vunpack(v0.ub) 34 ; CHECK-DAG: v[[V35:[0-9]+]].uh = vcl0(v[[V32]].uh)
|
D | bitcount-128b.ll | 31 ; CHECK-DAG: v[[V31:[0-9]+]]:[[V32:[0-9]+]].uh = vunpack(v0.ub) 34 ; CHECK-DAG: v[[V35:[0-9]+]].uh = vcl0(v[[V32]].uh)
|
/external/llvm/test/Instrumentation/SanitizerCoverage/ |
D | coverage.ll | 94 ; CHECK-8BIT: [[V32:%[0-9]*]] = add i8 [[V31]], 1 95 ; CHECK-8BIT: store i8 [[V32]]{{.*}}!nosanitize
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 2239 int32_t V32; in evaluate() local 2240 memcpy(&V32, &U32, sizeof V32); in evaluate() 2242 const ConstantInt *C32 = ConstantInt::get(Ty, static_cast<int64_t>(V32)); in evaluate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 24461 SDValue V32 = DAG.getBitcast(VT, V); in LowerHorizontalByteSum() local 24462 SDValue Low = DAG.getNode(X86ISD::UNPCKL, DL, VT, V32, Zeros); in LowerHorizontalByteSum() 24463 SDValue High = DAG.getNode(X86ISD::UNPCKH, DL, VT, V32, Zeros); in LowerHorizontalByteSum()
|