Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10306 static bool isZeroVector(SDValue N) { in isZeroVector() function
10319 if (isZeroVector(PassThru)) in LowerMLOAD()
10333 isZeroVector(PassThru->getOperand(0)); in LowerMLOAD()
14170 if (VMov->getOpcode() != ARMISD::VMOVIMM || !isZeroVector(VMov)) in PerformSUBCombine()
15544 if (isZeroVector(Op1)) in PerformVCMPCombine()
15550 if (isZeroVector(Op0)) in PerformVCMPCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5772 static bool isZeroVector(SDValue N) { in isZeroVector() function
5784 if (isZeroVector(Ops[I])) in findZeroVectorIdx()