/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-death-test-test.cc | 196 int DieInDebugElse12(int* sideeffect) { in DieInDebugElse12() argument 197 if (sideeffect) *sideeffect = 12; in DieInDebugElse12() 211 int DieInCRTDebugElse12(int* sideeffect) { in DieInCRTDebugElse12() argument 212 if (sideeffect) *sideeffect = 12; in DieInCRTDebugElse12() 629 int sideeffect = 0; in TEST_F() local 635 EXPECT_DEBUG_DEATH(DieInDebugElse12(&sideeffect), regex) in TEST_F() 641 EXPECT_EQ(12, sideeffect); in TEST_F() 646 EXPECT_EQ(0, sideeffect); in TEST_F() 677 int sideeffect = 0; in TEST_F() local 679 ASSERT_DEBUG_DEATH(DieInDebugElse12(&sideeffect), "death.*DieInDebugElse12") in TEST_F() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 361 case Intrinsic::sideeffect: in addUnknown()
|
H A D | VectorUtils.cpp | 157 ID == Intrinsic::sideeffect || ID == Intrinsic::pseudoprobe) in getVectorIntrinsicIDForCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 483 } else if (II->getIntrinsicID() == Intrinsic::sideeffect) { in EvaluateBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 583 KEYWORD(sideeffect); in LexIdentifier()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 1173 Intr->getIntrinsicID() == Intrinsic::sideeffect) in hoistExpressions()
|
H A D | EarlyCSE.cpp | 1424 if (match(&Inst, m_Intrinsic<Intrinsic::sideeffect>())) { in processNode()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 740 case Intrinsic::sideeffect: in getIntrinsicInstrCost()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 106 case Intrinsic::sideeffect: in isAssumeLikeIntrinsic()
|
H A D | Intrinsics.td | 1802 // Like the sideeffect intrinsic defined above, this intrinsic is treated by the
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1400 case Intrinsic::sideeffect: in selectIntrinsicCall()
|
H A D | SelectionDAGBuilder.cpp | 7372 case Intrinsic::sideeffect: in visitIntrinsicCall()
|
/freebsd/contrib/bearssl/ |
H A D | Doxyfile | 225 # "sideeffect=@par Side Effects:\n" 226 # will allow you to put the command \sideeffect (or @sideeffect) in the
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 2081 case Intrinsic::sideeffect: in getTypeBasedIntrinsicInstrCost()
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 265 # "sideeffect=@par Side Effects:^^" 266 # will allow you to put the command \sideeffect (or @sideeffect) in the
|
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 251 # "sideeffect=@par Side Effects:\n" 252 # will allow you to put the command \sideeffect (or @sideeffect) in the
|
/freebsd/contrib/unbound/doc/ |
H A D | unbound.doxygen | 265 # "sideeffect=@par Side Effects:^^" 266 # will allow you to put the command \sideeffect (or @sideeffect) in the
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3664 case Intrinsic::sideeffect: in collectLoopUniforms() 8038 ID == Intrinsic::lifetime_start || ID == Intrinsic::sideeffect || in tryToWidenCall()
|
H A D | SLPVectorizer.cpp | 14733 (cast<IntrinsicInst>(I)->getIntrinsicID() != Intrinsic::sideeffect && in initScheduleData()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2423 case Intrinsic::sideeffect: in translateKnownIntrinsic()
|