| /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 | 357 case Intrinsic::sideeffect: in addUnknown()
|
| H A D | VectorUtils.cpp | 238 ID == Intrinsic::sideeffect || ID == Intrinsic::pseudoprobe) in getVectorIntrinsicIDForCall()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | DependencyGraph.h | 178 return IID != Intrinsic::sideeffect && IID != Intrinsic::pseudoprobe; in isMemIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 454 } else if (II->getIntrinsicID() == Intrinsic::sideeffect) { in EvaluateBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 623 KEYWORD(sideeffect); in LexIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVNHoist.cpp | 1170 Intr->getIntrinsicID() == Intrinsic::sideeffect) in hoistExpressions()
|
| H A D | EarlyCSE.cpp | 1431 if (match(&Inst, m_Intrinsic<Intrinsic::sideeffect>())) { in processNode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 109 case Intrinsic::sideeffect: in isAssumeLikeIntrinsic()
|
| H A D | Intrinsics.td | 1874 // Like the sideeffect intrinsic defined above, this intrinsic is treated by the
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 888 case Intrinsic::sideeffect: in getIntrinsicInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1392 case Intrinsic::sideeffect: in selectIntrinsicCall()
|
| H A D | SelectionDAGBuilder.cpp | 7424 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/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/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 2381 case Intrinsic::sideeffect: in getTypeBasedIntrinsicInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3285 case Intrinsic::sideeffect: in collectLoopUniforms() 7788 ID == Intrinsic::lifetime_start || ID == Intrinsic::sideeffect || in tryToWidenCall()
|
| H A D | SLPVectorizer.cpp | 19665 (cast<IntrinsicInst>(I)->getIntrinsicID() != Intrinsic::sideeffect && in initScheduleData()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2460 case Intrinsic::sideeffect: in translateKnownIntrinsic()
|