Home
last modified time | relevance | path

Searched refs:VT3 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/WholeProgramDevirt/
H A Dvirtual-const-prop-end.ll112 ; CHECK: [[VT3:%[^ ]*]] = bitcast [3 x i8*]* {{.*}} to i8*
119 ; CHECK: [[VTGEP3:%[^ ]*]] = getelementptr i8, i8* [[VT3]], i32 25
H A Dvirtual-const-prop-begin.ll117 ; CHECK: [[VT3:%[^ ]*]] = bitcast [3 x i8*]* {{.*}} to i8*
124 ; CHECK: [[VTGEP3:%[^ ]*]] = getelementptr i8, i8* [[VT3]], i32 -5
H A Dvirtual-const-prop-check.ll147 ; CHECK: [[VT3:%[^ ]*]] = bitcast [3 x i8*]* {{.*}} to i8*
152 ; CHECK: [[VTGEP3:%[^ ]*]] = getelementptr i8, i8* [[VT3]], i32 -5
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h619 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3);
620 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4);
1589 EVT VT2, EVT VT3, ArrayRef<SDValue> Ops);
1627 EVT VT2, EVT VT3, SDValue Op1, SDValue Op2);
1629 EVT VT2, EVT VT3, SDValue Op1, SDValue Op2,
1632 EVT VT2, EVT VT3, ArrayRef<SDValue> Ops);
/llvm-project-15.0.7/mlir/test/Dialect/Vector/
H A Dvector-transforms.mlir341 // CHECK: %[[VT3:.*]] = vector.transfer_read %[[ARG0]][%[[C2]], %[[C2]]], {{.*}} : memref<4…
349 // CHECK: %[[CMP3:.*]] = arith.cmpf ult, %[[VT3]], %[[VT7]] : vector<2x2xf32>
353 // CHECK: %[[VT3:.*]] = vector.transfer_read %[[ARG0]][%[[C2]], %[[C2]]], {{.*}} : memref<4…
361 // CHECK: %[[SEL3:.*]] = arith.select %[[CMP3]], %[[VT3]], %[[VT7]] : vector<2x2xi1>, vecto…
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9236 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument
9241 ID.AddInteger(VT3.getRawBits()); in getVTList()
9249 Array[2] = VT3; in getVTList()
9256 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument
9261 ID.AddInteger(VT3.getRawBits()); in getVTList()
9270 Array[2] = VT3; in getVTList()
9492 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
9494 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
9712 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
9721 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
[all …]