Home
last modified time | relevance | path

Searched refs:hasGC (Results 1 – 25 of 32) sorted by relevance

12

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h85 bool hasGC; local
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, …
Dtestfilerunner.m245 @synthesize hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wan…
313 if (!hasGC && (options & (DoGC|DoGCRR))) return nil; // not smart enough
442 if (strstr(line, "GC")) item.hasGC = true;
477 if (item.hasGC || item.hasRR) item.hasObjC = true;
523 result.hasGC = true;
531 result.hasGC = true;
555 hasGC ? " GC" : "",
/external/llvm/lib/CodeGen/
DGCMetadata.cpp63 assert(F.hasGC()); in getFunctionInfo()
111 if (F.hasGC()) in runOnFunction()
DGCRootLowering.cpp118 if (!I->isDeclaration() && I->hasGC()) in doInitialization()
186 if (!F.hasGC()) in runOnFunction()
332 if (!MF.getFunction()->hasGC()) in runOnMachineFunction()
DShadowStackGCLowering.cpp268 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) { in doInitialization()
383 if (!F.hasGC() || in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCMetadata.cpp104 assert(F.hasGC()); in getFunctionInfo()
155 if (F.hasGC()) return false; in runOnFunction()
DGCStrategy.cpp162 if (!I->isDeclaration() && I->hasGC()) in doInitialization()
250 if (!F.hasGC()) in runOnFunction()
395 if (!MF.getFunction()->hasGC()) in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DFunction.cpp264 bool Function::hasGC() const { in hasGC() function in Function
270 assert(hasGC() && "Function has no collector"); in getGC()
307 if (SrcF->hasGC()) in copyAttributesFrom()
DVerifier.cpp1678 Assert1(CI.getParent()->getParent()->hasGC(), in visitIntrinsicFunctionCall()
DAsmWriter.cpp1548 if (F->hasGC()) in printFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp84 ID.AddBoolean(F->hasGC()); in profileFunction()
468 if (F1->hasGC() != F2->hasGC()) in compare()
471 if (F1->hasGC() && F1->getGC() != F2->getGC()) in compare()
/external/v8/tools/gcmole/
Dgcmole.cc279 bool hasGC() { return (effect_ & kCausesGC) != 0; } in hasGC() function in __anona2c38c5e0111::ExprEffect
337 Environment out = effect.hasGC() ? Environment() : Environment(*this); in ApplyEffect()
461 if (in.hasGC()) gc_.set(arg); in SetEffect()
513 Environment* a_env = b.hasGC() ? NULL : a.env(); in MergeSeq()
/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h197 bool hasGC() const;
/external/llvm/lib/IR/
DFunction.cpp418 assert(hasGC() && "Function has no collector"); in getGC()
428 if (!hasGC()) in clearGC()
444 if (SrcF->hasGC()) in copyAttributesFrom()
DVerifier.cpp3853 Assert(CS.getParent()->getParent()->hasGC(), in visitIntrinsicCallSite()
3920 Assert(CS.getParent()->getParent()->hasGC(), in visitIntrinsicCallSite()
3926 Assert(CS.getParent()->getParent()->hasGC(), in visitIntrinsicCallSite()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h246 bool hasGC() const { in hasGC() function
/external/llvm/include/llvm/IR/
DFunction.h223 bool hasGC() const {
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp442 if (F.hasGC()) { in shouldRewriteFunction()
DRewriteStatepointsForGC.cpp2259 if (F.hasGC()) { in shouldRewriteStatepointsIn()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp920 if (CalledFunc->hasGC()) { in InlineFunction()
921 if (!Caller->hasGC()) in InlineFunction()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1226 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compare()
1229 if (FnL->hasGC()) { in compare()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1391 if (CalledFunc->hasGC()) { in InlineFunction()
1392 if (!Caller->hasGC()) in InlineFunction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp432 if (F->hasGC()) { in WriteModuleInfo()
512 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0); in WriteModuleInfo()
/external/llvm/docs/
DMergeFunctions.rst291 ``cmpFlags(F1->hasGC(), F2->hasGC())``). Below is full list of function's
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp1592 if (F->hasGC()) { in printFunctionHead()

12