Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4877 static unsigned getVPTESTMOpc(MVT TestVT, bool IsTestN, bool FoldedLoad, in getVPTESTMOpc() argument
4905 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
4911 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
4916 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
H A DX86ISelLowering.cpp23143 MVT TestVT = MVT::getVectorVT(MVT::i32, VT.getSizeInBits() / 32); in LowerVectorAllEqual() local
23144 MVT BoolVT = TestVT.changeVectorElementType(MVT::i1); in LowerVectorAllEqual()
23145 LHS = DAG.getBitcast(TestVT, MaskBits(LHS)); in LowerVectorAllEqual()
23146 RHS = DAG.getBitcast(TestVT, MaskBits(RHS)); in LowerVectorAllEqual()
23152 MVT TestVT = MVT::getVectorVT(MVT::i64, VT.getSizeInBits() / 64); in LowerVectorAllEqual() local
23153 LHS = DAG.getBitcast(TestVT, MaskBits(LHS)); in LowerVectorAllEqual()
23154 RHS = DAG.getBitcast(TestVT, MaskBits(RHS)); in LowerVectorAllEqual()
23155 SDValue V = DAG.getNode(ISD::XOR, DL, TestVT, LHS, RHS); in LowerVectorAllEqual()
48843 MVT TestVT = VecVT.is128BitVector() ? MVT::v2i64 : MVT::v4i64; in combineSetCCMOVMSK() local
48850 V = DAG.getBitcast(TestVT, V); in combineSetCCMOVMSK()
[all …]