Home
last modified time | relevance | path

Searched defs:true (Results 326 - 350 of 500) sorted by relevance

1...<<11121314151617181920

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp130 SIMemOpInfo(AtomicOrdering Ordering = AtomicOrdering::SequentiallyConsistent, SIAtomicScope Scope = SIAtomicScope::SYSTEM, SIAtomicAddrSpace OrderingAddrSpace = SIAtomicAddrSpace::ATOMIC, SIAtomicAddrSpace InstrAddrSpace = SIAtomicAddrSpace::ALL, bool IsCrossAddressSpaceOrdering = true, AtomicOrdering FailureOrdering = AtomicOrdering::SequentiallyConsistent, bool IsNonTemporal = false) SIMemOpInfo() argument
[all...]
H A DSIShrinkInstructions.cpp71 foldImmediates(MachineInstr &MI, const SIInstrInfo *TII, MachineRegisterInfo &MRI, bool TryToCommute = true) foldImmediates() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h527 print(dbgs(), true, getDepth(), RegionInfoBase<Tr>::printStyle); in dump() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineOperand.h488 void setIsUse(bool Val = true) { setIsDef(!Val); } in setIsUse() argument
493 void setImplicit(bool Val = true) { in setImplicit() argument
498 void setIsKill(bool Val = true) { in setIsKill() argument
504 void setIsDead(bool Val = true) { in setIsDead() argument
509 void setIsUndef(bool Val = true) { in setIsUndef() argument
516 void setIsInternalRead(bool Val = true) { in setIsInternalRead() argument
521 setIsEarlyClobber(bool Val = true) setIsEarlyClobber() argument
526 setIsDebug(bool Val = true) setIsDebug() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsDmaBuf.cpp111 WrapVulkanImage(wgpu::Device dawnDevice, const wgpu::TextureDescriptor* textureDescriptor, int memoryFd, uint32_t stride, uint64_t drmModifier, std::vector<int> waitFDs, bool isInitialized = true, bool expectValid = true) WrapVulkanImage() argument
125 WrapVulkanImage(wgpu::Device dawnDevice, const wgpu::TextureDescriptor* textureDescriptor, int memoryFd, uint32_t stride, uint64_t drmModifier, std::vector<int> waitFDs, VkImageLayout releasedOldLayout, VkImageLayout releasedNewLayout, bool isInitialized = true, bool expectValid = true) WrapVulkanImage() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.h751 void SetWasReadFromDNG (bool state = true) in SetWasReadFromDNG() argument
768 void SetWasReadFromDisk (bool state = true) in SetWasReadFromDisk() argument
785 void SetWasBuiltinMatrix (bool state = true) in SetWasBuiltinMatrix() argument
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h234 Split(StringPiece full, const char* delim, bool skip_empty = true) Split() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_test.cc199 CordRepBtree* MakeTree(size_t size, bool append = true) { in MakeTree() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_test_common.h55 static void ConcatCommonCase2(JSThread *thread, const EcmaVM *instance, bool constantString = true) in ConcatCommonCase2() argument
204 GcCommonCase(JSThread *thread, Heap *heap, bool nonMovable = true) GcCommonCase() argument
[all...]
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp3334 ScopedTmpReg tmp1(GetEncoder(), true); TEST_F() local
3336 ScopedTmpReg tmp2(GetEncoder(), true); TEST_F() local
3339 ScopedTmpReg tmp3(GetEncoder(), true); TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.cpp784 BlockReg<false>(Target(GetGraph()->GetArch()).GetParamRegId(1), blockFrom, blockFrom + 1U, true); in BlockFixedRegisters() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dir_constructor.h309 IrConstructor &Volatile(bool volat = true) in Volatile() argument
589 IrConstructor &Fcmpg(bool fcmpg = true) in Fcmpg() argument
595 IrConstructor &Fcmpl(bool fcmpl = true) in Fcmpl() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dmemory_coalescing.cpp380 Inst *FindLowerInsertAfter(Inst *inst, Inst *bound, bool checkCfg = true) in FindLowerInsertAfter() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread.cpp427 SuspendImpl(true); variable
430 ResumeImpl(true); variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.h770 void InverseCondition(const ir::AstNode *node, Br const &br, Label *target, bool inverse = true) in InverseCondition() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.h64 Node(NodeId id, uint32_t index, const CString *name, NodeType type, size_t size, size_t nativeSize, uint32_t traceId, JSTaggedType address, bool isLive = true) Node() argument
/arkcompiler/ets_runtime/ecmascript/
H A Ddump.cpp673 DumpHClass(JSHClass::Cast(obj), os, true); in DumpClass() local
1946 DumpTaggedTreeEntry(const_cast<TaggedTreeMap *>(this), os, index, true); Dump() local
4674 DumpForSnapshotTaggedTreeEntry(const_cast<TaggedTreeMap *>(this), index, vec, true); DumpForSnapshot() local
4696 DumpForSnapshotTaggedTreeEntry(const_cast<TaggedTreeSet *>(this), index, vec, true); DumpForSnapshot() local
[all...]
/third_party/backends/backend/
H A Dsm3600.h80 typedef enum { false, true } TBool; enumerator
/third_party/cJSON/
H A DcJSON_Utils.c57 #undef true macro
59 #define true ((cJSON_bool)1) macro
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp762 tz->getOffset(static_cast<UDate>(date), true, rawOffset, dstOffset, status); RunAdoptDefaultThreadSafeTests() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_patternstring.cpp401 result.rounding.appendDigit(static_cast<int8_t>(state.peek() - u'0'), 0, true); consumeIntegerFormat() local
[all...]
/third_party/lzma/CPP/Windows/
H A DWindow.h211 bool Move(int x, int y, int width, int height, bool repaint = true) in Move() argument
250 bool InvalidateRect(LPCRECT rect, bool backgroundErase = true) in InvalidateRect() argument
252 void SetRedraw(bool redraw = true) { SendMsg(WM_SETREDRAW, (WPARAM)BoolToBOOL(redraw), 0); } in SetRedraw() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_patternstring.cpp401 result.rounding.appendDigit(static_cast<int8_t>(state.peek() - u'0'), 0, true); consumeIntegerFormat() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc549 AdjustStackPointerForTailCall( TurboAssembler* tasm, FrameAccessState* state, int new_slot_above_sp, ZoneVector<Register>* pending_pushes = nullptr, bool allow_shrinkage = true) AdjustStackPointerForTailCall() argument
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc106 GetOrCreateDebugProxyMap( Isolate* isolate, DebugProxyId id, v8::Local<v8::FunctionTemplate> (*create_template_fn)(v8::Isolate*), bool make_non_extensible = true) GetOrCreateDebugProxyMap() argument

Completed in 41 milliseconds

1...<<11121314151617181920