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.cpp1558 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator
1580 return {TestOnly, Unlocked, false}; in decodeBitTestBuiltin()
1594 return {TestOnly, Unlocked, true}; in decodeBitTestBuiltin()
1637 case BitTest::TestOnly: return '\0'; in bitActionToX86BTCode()
1724 if (BT.Action != BitTest::TestOnly) { in EmitBitTestIntrinsic()
1747 case BitTest::TestOnly: in EmitBitTestIntrinsic()