Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp853 unsigned MaskBit = i % 32; in print() local
854 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp429 unsigned MaskBit = i % 32; in print() local
430 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp303 unsigned MaskBit; in currentITCond() local
305 MaskBit = 1; in currentITCond()
307 MaskBit = (ITState.Mask >> (5 - ITState.CurPosition)) & 1; in currentITCond()
309 return MaskBit ? ITState.Cond : ARMCC::getOppositeCondition(ITState.Cond); in currentITCond()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5743 unsigned MaskBit = ((OpNo - 1) ? 1 : 4); in getDemandedSrcElements() local
5745 SrcDemE.setBit((Mask & MaskBit)? 1 : 0); in getDemandedSrcElements()