Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp818 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator
839 return {TestOnly, Unlocked, false}; in decodeBitTestBuiltin()
853 return {TestOnly, Unlocked, true}; in decodeBitTestBuiltin()
884 case BitTest::TestOnly: return '\0'; in bitActionToX86BTCode()
973 if (BT.Action != BitTest::TestOnly) { in EmitBitTestIntrinsic()
997 case BitTest::TestOnly: in EmitBitTestIntrinsic()