Searched refs:MaskBit (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOperand.cpp | 939 unsigned MaskBit = i % 32; in print() local 940 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_ripencc.c | 4928 MaskBit[] = { in rpt_8F4D() local 4954 if (OutputMask&MaskBit[ichoice]) in rpt_8F4D() 4967 if (OutputMask&MaskBit[ichoice]) continue; in rpt_8F4D()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 22796 for (unsigned MaskBit = 1; MaskBit <= 128; MaskBit *= 2) { in vectorToScalarBitmask() local 22797 MaskConstants.push_back(DAG.getConstant(MaskBit, DL, MVT::i32)); in vectorToScalarBitmask() 22815 for (unsigned MaskBit = 1; MaskBit <= MaxBitMask; MaskBit *= 2) { in vectorToScalarBitmask() local 22816 MaskConstants.push_back(DAG.getConstant(MaskBit, DL, MVT::i64)); in vectorToScalarBitmask()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 7898 unsigned MaskBit = ((OpNo - 1) ? 1 : 4); in getDemandedSrcElements() local 7900 SrcDemE.setBit((Mask & MaskBit)? 1 : 0); in getDemandedSrcElements()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 356 unsigned MaskBit = extractITMaskBit(ITState.Mask, ITState.CurPosition); in currentITCond() local 357 return MaskBit ? ARMCC::getOppositeCondition(ITState.Cond) : ITState.Cond; in currentITCond()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 45331 SDValue MaskBit = DAG.getConstant(1, dl, BCVT); in combineExtractVectorElt() local 45332 SDValue Mask = DAG.getNode(ISD::SHL, dl, BCVT, MaskBit, MaskIdx); in combineExtractVectorElt()
|