Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4312 static unsigned getVPTESTMOpc(MVT TestVT, bool IsTestN, bool FoldedLoad, in getVPTESTMOpc() argument
4340 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
4346 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
4351 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
H A DX86ISelLowering.cpp22288 MVT TestVT = VT.is128BitVector() ? MVT::v2i64 : MVT::v4i64; in LowerVectorAllZero() local
22289 V = DAG.getBitcast(TestVT, MaskBits(V)); in LowerVectorAllZero()
42776 MVT TestVT = VecVT.is128BitVector() ? MVT::v2i64 : MVT::v4i64; in combineSetCCMOVMSK() local
42777 SDValue V = DAG.getBitcast(TestVT, BC.getOperand(0)); in combineSetCCMOVMSK()