/third_party/node/deps/v8/src/heap/ |
H A D | gc-idle-time-handler.cc | 55 bool GCIdleTimeHandler::Enabled() { return FLAG_incremental_marking; } in Enabled() function in v8::internal::GCIdleTimeHandler
|
/third_party/node/deps/v8/src/torque/ls/ |
H A D | globals.h | 40 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 D | PassTimingInfo.h | 72 bool Enabled; member in llvm::TimePassesHandler
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
H A D | optimizing-compile-dispatcher.h | 52 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 D | DebugCounter.h | 180 bool Enabled = false; member in llvm::DebugCounter
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Statistic.cpp | 50 static bool Enabled; variable
|
H A D | Timer.cpp | 218 NamedRegionTimer(StringRef Name, StringRef Description, StringRef GroupName, StringRef GroupDescription, bool Enabled) NamedRegionTimer() argument
|
/third_party/node/deps/v8/src/logging/ |
H A D | counters.cc | 31 bool StatsCounter::Enabled() { return GetPtr() != &unused_counter_dump; } in Enabled() function in v8::internal::StatsCounter
|
H A D | counters.h | 161 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 D | PassTimingInfo.cpp | 184 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 D | ThinLTOCodeGenerator.h | 212 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Timer.cpp | 218 NamedRegionTimer(StringRef Name, StringRef Description, StringRef GroupName, StringRef GroupDescription, bool Enabled) NamedRegionTimer() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glthread.h | 74 GLbitfield Enabled; /**< UserEnabled with POS vs GENERIC0 aliasing resolved. */ member
|
H A D | mtypes.h | 182 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 D | mtl_state_cache.h | 253 Enabled, member in rx::mtl::RenderPipelineRasterization
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructionSelector.cpp | 783 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 D | AMDGPUISelLowering.cpp | 4385 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 D | NVPTXISelLowering.cpp | 1201 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 D | TargetLowering.h | 4022 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 D | AArch64ISelLowering.cpp | 6056 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 D | PPCISelLowering.cpp | 11961 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 D | DAGCombiner.cpp | 20608 int Enabled = TLI.getRecipEstimateDivEnabled(VT, MF); in BuildDivEstimate() local 20747 int Enabled = TLI.getRecipEstimateSqrtEnabled(VT, MF); in buildSqrtEstimateImpl() local
|