Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9890 static bool isZeroVector(SDValue N) { in isZeroVector() function
9903 if (isZeroVector(PassThru)) in LowerMLOAD()
9917 isZeroVector(PassThru->getOperand(0)); in LowerMLOAD()
13382 if (VMov->getOpcode() != ARMISD::VMOVIMM || !isZeroVector(VMov)) in PerformSUBCombine()
14663 if (isZeroVector(Op1)) in PerformVCMPCombine()
14669 if (isZeroVector(Op0)) in PerformVCMPCombine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4546 static bool isZeroVector(SDValue N) { in isZeroVector() function
4558 if (isZeroVector(Ops[I])) in findZeroVectorIdx()