Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h314 using IsMatched = Bitfield::Element<bool, 31, 1>; variable
319 bool isMatched() const { return Bitfield::get<IsMatched>(Storage); } in isMatched()
397 Bitfield::set<IsMatched>(Storage, true); in setMatchingOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h127 IsMatched, // Object has been matched to a given pattern. enumerator
212 PROPERTY(Property, IsMatched);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4405 bool IsMatched = false; in MatchPhiSet() local
4410 if ((IsMatched = MatchPhiNode(PHI, &P, Matched, PhiNodesToMatch))) in MatchPhiSet()
4418 if (IsMatched) { in MatchPhiSet()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1797 bool IsMatched = in foldCastedBitwiseLogic() local
1804 if (!IsMatched) in foldCastedBitwiseLogic()