Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOperand.cpp877 unsigned MaskBit = i % 32; in print() local
878 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6789 unsigned MaskBit = ((OpNo - 1) ? 1 : 4); in getDemandedSrcElements() local
6791 SrcDemE.setBit((Mask & MaskBit)? 1 : 0); in getDemandedSrcElements()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp365 unsigned MaskBit = extractITMaskBit(ITState.Mask, ITState.CurPosition); in currentITCond() local
366 return MaskBit ? ARMCC::getOppositeCondition(ITState.Cond) : ITState.Cond; in currentITCond()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41120 APInt MaskBit = APInt::getOneBitSet(NumSrcElts, MaskIdx); in combineExtractVectorElt() local
41121 SDValue Mask = DAG.getConstant(MaskBit, dl, BCVT); in combineExtractVectorElt()