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.cpp1129 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator
1151 return {TestOnly, Unlocked, false}; in decodeBitTestBuiltin()
1165 return {TestOnly, Unlocked, true}; in decodeBitTestBuiltin()
1196 case BitTest::TestOnly: return '\0'; in bitActionToX86BTCode()
1284 if (BT.Action != BitTest::TestOnly) { in EmitBitTestIntrinsic()
1307 case BitTest::TestOnly: in EmitBitTestIntrinsic()