Searched refs:getPMOVMSKB (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 31112 static SDValue getPMOVMSKB(const SDLoc &DL, SDValue V, SelectionDAG &DAG, in getPMOVMSKB() function 31119 Lo = getPMOVMSKB(DL, Lo, DAG, Subtarget); in getPMOVMSKB() 31120 Hi = getPMOVMSKB(DL, Hi, DAG, Subtarget); in getPMOVMSKB() 31165 V = getPMOVMSKB(DL, V, DAG, Subtarget); in LowerBITCAST() 43603 V = getPMOVMSKB(DL, V, DAG, Subtarget); in combineBitcastvxi1() 44458 Movmsk = getPMOVMSKB(DL, BitcastLogicOp, DAG, Subtarget); in combinePredicateReduction() 46936 Res = getPMOVMSKB(DL, Res, DAG, Subtarget); in combinePTESTCC() 46940 Res = getPMOVMSKB(DL, Res, DAG, Subtarget); in combinePTESTCC()
|