Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10257 static bool isZeroVector(SDValue N) { in isZeroVector() function
10270 if (isZeroVector(PassThru)) in LowerMLOAD()
10284 isZeroVector(PassThru->getOperand(0)); in LowerMLOAD()
14093 if (VMov->getOpcode() != ARMISD::VMOVIMM || !isZeroVector(VMov)) in PerformSUBCombine()
15464 if (isZeroVector(Op1)) in PerformVCMPCombine()
15470 if (isZeroVector(Op0)) in PerformVCMPCombine()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5188 static bool isZeroVector(SDValue N) { in isZeroVector() function
5200 if (isZeroVector(Ops[I])) in findZeroVectorIdx()