Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDecoderEmitter.cpp164 BIT_TRUE, // '1' enumerator
171 return (V == BIT_TRUE || V == BIT_FALSE); in ValueSet()
184 return bit->getValue() ? BIT_TRUE : BIT_FALSE; in bitFromBits()
194 case BIT_TRUE: in dumpBits()
445 if (SFBits && bitFromBits(*SFBits, i) == BIT_TRUE) in insnWithID()
638 BitValueArray[StartBit + bitIndex] = BIT_TRUE; in recurse()
1030 if (Insn[StartBit + i] == BIT_TRUE) in fieldFromInsn()
1049 case BIT_TRUE: in dumpFilterArray()
1351 if (B != BIT_TRUE) continue; in emitSoftFailTableEntry()
1358 case BIT_TRUE: in emitSoftFailTableEntry()
[all …]