Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10098 static bool isZeroVector(SDValue N) { in isZeroVector() function
10111 if (isZeroVector(PassThru)) in LowerMLOAD()
10125 isZeroVector(PassThru->getOperand(0)); in LowerMLOAD()
13859 if (VMov->getOpcode() != ARMISD::VMOVIMM || !isZeroVector(VMov)) in PerformSUBCombine()
15209 if (isZeroVector(Op1)) in PerformVCMPCombine()
15215 if (isZeroVector(Op0)) in PerformVCMPCombine()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4786 static bool isZeroVector(SDValue N) { in isZeroVector() function
4798 if (isZeroVector(Ops[I])) in findZeroVectorIdx()