Home
last modified time | relevance | path

Searched defs:Enabled (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dgc-idle-time-handler.cc55 bool GCIdleTimeHandler::Enabled() { return FLAG_incremental_marking; } in Enabled() function in v8::internal::GCIdleTimeHandler
/third_party/node/deps/v8/src/torque/ls/
H A Dglobals.h40 static bool Enabled() { return Get().enabled_; } in Enabled() function in v8::internal::torque::Logger
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPassTimingInfo.h72 bool Enabled; member in llvm::TimePassesHandler
/third_party/node/deps/v8/src/compiler-dispatcher/
H A Doptimizing-compile-dispatcher.h52 static bool Enabled() { return FLAG_concurrent_recompilation; } in Enabled() function in v8::internal::OptimizingCompileDispatcher
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDebugCounter.h180 bool Enabled = false; member in llvm::DebugCounter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DStatistic.cpp50 static bool Enabled; variable
H A DTimer.cpp218 NamedRegionTimer(StringRef Name, StringRef Description, StringRef GroupName, StringRef GroupDescription, bool Enabled) NamedRegionTimer() argument
/third_party/node/deps/v8/src/logging/
H A Dcounters.cc31 bool StatsCounter::Enabled() { return GetPtr() != &unused_counter_dump; } in Enabled() function in v8::internal::StatsCounter
H A Dcounters.h161 bool Enabled() { return histogram_ != nullptr; } in Enabled() function in v8::internal::Histogram
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DPassTimingInfo.cpp184 TimePassesHandler::TimePassesHandler(bool Enabled) in TimePassesHandler() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h212 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTimer.cpp218 NamedRegionTimer(StringRef Name, StringRef Description, StringRef GroupName, StringRef GroupDescription, bool Enabled) NamedRegionTimer() argument
/third_party/mesa3d/src/mesa/main/
H A Dglthread.h74 GLbitfield Enabled; /**< UserEnabled with POS vs GENERIC0 aliasing resolved. */ member
H A Dmtypes.h182 GLboolean Enabled; /**< On/off flag */ member
440 GLboolean Enabled; /**< Fog enabled flag */ member
514 GLboolean Enabled; /**< Lighting enabled flag */ member
568 GLboolean Enabled; member
725 GLboolean Enabled; /**< Enabled flag */ member
1252 GLbitfield16 Enabled; /**< bitmask of TEXTURE_*_BIT flags */ member
1668 GLbitfield Enabled; member
2120 GLboolean Enabled; /**< Use member
2200 GLboolean Enabled; /**< User-set fragment program enable flag */ global() member
2277 GLboolean Enabled; global() member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_state_cache.h253 Enabled, member in rx::mtl::RenderPipelineRasterization
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp783 buildEXP(const TargetInstrInfo &TII, MachineInstr *Insert, unsigned Tgt, unsigned Reg0, unsigned Reg1, unsigned Reg2, unsigned Reg3, unsigned VM, bool Compr, unsigned Enabled, bool Done) buildEXP() argument
H A DAMDGPUISelLowering.cpp4385 getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, int &RefinementSteps, bool &UseOneConstNR, bool Reciprocal) const getSqrtEstimate() argument
4403 getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, int &RefinementSteps) const getRecipEstimate() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1201 getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, int &ExtraSteps, bool &UseOneConst, bool Reciprocal) const getSqrtEstimate() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4022 getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, int &RefinementSteps, bool &UseOneConstNR, bool Reciprocal) const getSqrtEstimate() argument
4038 getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, int &RefinementSteps) const getRecipEstimate() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6056 getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, int &ExtraSteps, bool &UseOneConst, bool Reciprocal) const getSqrtEstimate() argument
6098 getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, int &ExtraSteps) const getRecipEstimate() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11961 getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, int &RefinementSteps, bool &UseOneConstNR, bool Reciprocal) const getSqrtEstimate() argument
11983 getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, int &RefinementSteps) const getRecipEstimate() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20608 int Enabled = TLI.getRecipEstimateDivEnabled(VT, MF); in BuildDivEstimate() local
20747 int Enabled = TLI.getRecipEstimateSqrtEnabled(VT, MF); in buildSqrtEstimateImpl() local

Completed in 112 milliseconds