Home
last modified time | relevance | path

Searched refs:TestVT (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4746 static unsigned getVPTESTMOpc(MVT TestVT, bool IsTestN, bool FoldedLoad, in getVPTESTMOpc() argument
4774 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
4780 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
4785 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
H A DX86ISelLowering.cpp22231 MVT TestVT = MVT::getVectorVT(MVT::i32, VT.getSizeInBits() / 32); in LowerVectorAllEqual() local
22232 MVT BoolVT = TestVT.changeVectorElementType(MVT::i1); in LowerVectorAllEqual()
22233 LHS = DAG.getBitcast(TestVT, MaskBits(LHS)); in LowerVectorAllEqual()
22234 RHS = DAG.getBitcast(TestVT, MaskBits(RHS)); in LowerVectorAllEqual()
22241 LHS = DAG.getBitcast(TestVT, MaskBits(LHS)); in LowerVectorAllEqual()
22242 RHS = DAG.getBitcast(TestVT, MaskBits(RHS)); in LowerVectorAllEqual()
22243 SDValue V = DAG.getNode(ISD::XOR, DL, TestVT, LHS, RHS); in LowerVectorAllEqual()
45955 MVT TestVT = VecVT.is128BitVector() ? MVT::v2i64 : MVT::v4i64; in combineSetCCMOVMSK() local
45962 V = DAG.getBitcast(TestVT, V); in combineSetCCMOVMSK()
45975 LHS = DAG.getBitcast(TestVT, LHS); in combineSetCCMOVMSK()
[all …]