/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | write-barrier.h | 16 static void Exit() { incremental_or_concurrent_marking_flag_.Exit(); } in Exit() function in cppgc::internal::WriteBarrier::IncrementalOrConcurrentMarkingFlagUpdater
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fputc.c | 29 int Exit = fputc('a', fptr); in fputc_0100() local 44 int Exit = fputc('a', fptr); in fputc_0200() local
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | VirtThread.h | 14 bool Exit;
member
|
/third_party/node/deps/v8/include/cppgc/internal/ |
H A D | atomic-entry-flag.h | 32 void Exit() { entries_.fetch_sub(1, std::memory_order_relaxed); } in Exit() function in cppgc::internal::final
|
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | atomic-entry-flag.h | 32 void Exit() { entries_.fetch_sub(1, std::memory_order_relaxed); } in Exit() function in cppgc::internal::final
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanVerifier.cpp | 100 const VPBlockBase *Exit = Region->getExit(); in verifyRegion() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Process.cpp | 93 void Process::Exit(int RetCode) { in Exit() function in Process
|
/third_party/backends/sanei/ |
H A D | sanei_DomainOS.h | 46 typedef enum {Open, Close, Enter, Exit} DomainOSOpCode; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineRegionInfo.cpp | 37 MachineRegion::MachineRegion(MachineBasicBlock *Entry, MachineBasicBlock *Exit, in MachineRegion() argument
|
H A D | MachineLoopUtils.cpp | 35 MachineBasicBlock *Exit = *Loop->succ_begin(); in PeelSingleBlockLoop() local
|
H A D | SpillPlacement.h | 92 BorderConstraint Exit : 8; ///< Constraint on block exit. member
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-type-hint-lowering.h | 86 static LoweringResult Exit(Node* control) { in Exit() function in v8::internal::compiler::JSTypeHintLowering::LoweringResult
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | RegionInfo.cpp | 64 Region::Region(BasicBlock *Entry, BasicBlock *Exit, in Region() argument
|
H A D | IVDescriptors.cpp | 111 static std::pair<Type *, bool> computeRecurrenceType(Instruction *Exit, in computeRecurrenceType() argument 160 collectCastsToIgnore(Loop *TheLoop, Instruction *Exit, Type *RecurrenceType, SmallPtrSetImpl<Instruction *> &Casts) collectCastsToIgnore() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 288 BasicBlock *Exit = BI->getSuccessor(0); in rotateLoop() local [all...] |
H A D | LoopUnrollAndJam.cpp | 735 BasicBlock *Exit = L->getExitingBlock(); in isSafeToUnrollAndJam() local
|
H A D | LoopUnrollRuntime.cpp | 183 ConnectEpilog(Loop *L, Value *ModVal, BasicBlock *NewExit, BasicBlock *Exit, BasicBlock *PreHeader, BasicBlock *EpilogPreHeader, BasicBlock *NewPreHeader, ValueToValueMapTy &VMap, DominatorTree *DT, LoopInfo *LI, bool PreserveLCSSA) ConnectEpilog() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIModeRegister.cpp | 103 Status Exit; member in BlockData
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 412 BasicBlock *Exit = L->getUniqueExitBlock(); in Cleanup() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86CallFrameOptimization.cpp | 109 enum InstClassification { Convert, Skip, Exit }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollAndJamPass.cpp | 290 BasicBlock *Exit = L->getExitingBlock(); in tryToUnrollAndJamLoop() local
|
H A D | StructurizeCFG.cpp | 389 BasicBlock *Exit = N->getNodeAs<Region>()->getExit(); in analyzeLoops() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 91 RecurrenceDescriptor(Value *Start, Instruction *Exit, RecurrenceKind K, in RecurrenceDescriptor() argument
|
H A D | RegionInfo.h | 587 block_iterator_wrapper(value_type Entry, value_type Exit) in block_iterator_wrapper() argument
|
/third_party/node/src/ |
H A D | node_worker.cc | 731 void Worker::Exit(int code, const char* error_code, const char* error_message) { in Exit() function in node::worker::Worker
|