Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp195 BIT_TRUE, // '1' enumerator
202 return (V == BIT_TRUE || V == BIT_FALSE); in ValueSet()
213 return bit->getValue() ? BIT_TRUE : BIT_FALSE; in bitFromBits()
223 case BIT_TRUE: in dumpBits()
473 if (SFBits && bitFromBits(*SFBits, i) == BIT_TRUE) in insnWithID()
665 BitValueArray[StartBit + bitIndex] = BIT_TRUE; in recurse()
1076 if (Insn[StartBit + i] == BIT_TRUE) in fieldFromInsn()
1095 case BIT_TRUE: in dumpFilterArray()
1398 if (B != BIT_TRUE) in emitSoftFailTableEntry()
1406 case BIT_TRUE: in emitSoftFailTableEntry()
[all …]