Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp864 unsigned MaskWord = i / 32; in print() local
866 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
/external/llvm-project/llvm/lib/CodeGen/
DMachineOperand.cpp876 unsigned MaskWord = i / 32; in print() local
878 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()