Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1561 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator
1583 return {TestOnly, Unlocked, false}; in decodeBitTestBuiltin()
1597 return {TestOnly, Unlocked, true}; in decodeBitTestBuiltin()
1640 case BitTest::TestOnly: return '\0'; in bitActionToX86BTCode()
1727 if (BT.Action != BitTest::TestOnly) { in EmitBitTestIntrinsic()
1750 case BitTest::TestOnly: in EmitBitTestIntrinsic()