Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp865 unsigned MaskBit = i % 32; in print() local
866 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp6461 unsigned MaskBit = ((OpNo - 1) ? 1 : 4); in getDemandedSrcElements() local
6463 SrcDemE.setBit((Mask & MaskBit)? 1 : 0); in getDemandedSrcElements()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp307 unsigned MaskBit = extractITMaskBit(ITState.Mask, ITState.CurPosition); in currentITCond() local
308 return MaskBit ? ARMCC::getOppositeCondition(ITState.Cond) : ITState.Cond; in currentITCond()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37499 APInt MaskBit = APInt::getOneBitSet(NumSrcElts, MaskIdx); in combineExtractVectorElt() local
37500 SDValue Mask = DAG.getConstant(MaskBit, dl, BCVT); in combineExtractVectorElt()