Home
last modified time | relevance | path

Searched refs:AllZero (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8032 SDValue AllZero = DAG.getConstant(0, DL, OpVT); in visitIntrinsicCall() local
8035 Op = DAG.getSetCC(DL, OpVT, Op, AllZero, ISD::SETNE); in visitIntrinsicCall()
H A DTargetLowering.cpp9187 SDValue AllZero = DAG.getConstant(0, DL, SrcVT); in expandVPCTTZElements() local
9190 Source = DAG.getNode(ISD::VP_SETCC, DL, SrcVT, Source, AllZero, in expandVPCTTZElements()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5538 SDValue AllZero = DAG.getConstant(0, DL, SrcVT); in lowerVPCttzElements() local
5541 {Source, AllZero, DAG.getCondCode(ISD::SETNE), in lowerVPCttzElements()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5612 bool AllZero = true; in computeZeroableShuffleElements() local
5616 AllZero &= X86::isZeroNode(Op); in computeZeroableShuffleElements()
5620 if (AllZero) in computeZeroableShuffleElements()