Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8030 SDValue AllZero = DAG.getConstant(0, DL, OpVT); in visitIntrinsicCall() local
8033 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5537 SDValue AllZero = DAG.getConstant(0, DL, SrcVT); in lowerVPCttzElements() local
5540 {Source, AllZero, DAG.getCondCode(ISD::SETNE), in lowerVPCttzElements()
/freebsd/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()