Home
last modified time | relevance | path

Searched refs:MaskWord (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp852 unsigned MaskWord = i / 32; in print() local
854 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp428 unsigned MaskWord = i / 32; in print() local
430 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()