Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10240 static bool isZeroVector(SDValue N) { in isZeroVector() function
10253 if (isZeroVector(PassThru)) in LowerMLOAD()
10267 isZeroVector(PassThru->getOperand(0)); in LowerMLOAD()
14088 if (VMov->getOpcode() != ARMISD::VMOVIMM || !isZeroVector(VMov)) in PerformSUBCombine()
15451 if (isZeroVector(Op1)) in PerformVCMPCombine()
15457 if (isZeroVector(Op0)) in PerformVCMPCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5187 static bool isZeroVector(SDValue N) { in isZeroVector() function
5199 if (isZeroVector(Ops[I])) in findZeroVectorIdx()