Home
last modified time | relevance | path

Searched defs:Condition (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/skia/third_party/externals/tint/src/sem/
Dif_statement.h49 const Expression* Condition() const { return condition_; } in Condition() function
74 const Expression* Condition() const { return condition_; } in Condition() function
Dfor_loop_statement.h50 const Expression* Condition() const { return condition_; } in Condition() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DGuardUtils.cpp23 Value *Condition, *WidenableCondition; in isWidenableBranch() local
30 Value *Condition, *WidenableCondition; in isGuardAsWidenableBranch() local
44 bool llvm::parseWidenableBranch(const User *U, Value *&Condition, in parseWidenableBranch()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h79 class Condition; variable
719 explicit Condition(const T *obj) in Condition() function
961 inline Condition::Condition(bool (*func)(T *), T *arg) in Condition() function
968 inline Condition::Condition(T *object, in Condition() function
976 inline Condition::Condition(const T *object, in Condition() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h124 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) in PredicateWithCondition()
134 PredicateAssume(Value *Op, IntrinsicInst *AssumeInst, Value *Condition) in PredicateAssume()
167 Value *Condition, bool TakenEdge) in PredicateBranch()
/third_party/python/Doc/library/
Dasyncio-sync.rst166 Condition chapter
/third_party/vixl/src/aarch32/
Dassembler-aarch32.h644 Condition /*cond*/, in Delegate() argument
663 Condition /*cond*/, in Delegate() argument
682 Condition /*cond*/, in Delegate() argument
696 Condition /*cond*/, in Delegate() argument
716 Condition /*cond*/, in Delegate() argument
725 Condition /*cond*/, in Delegate() argument
735 Condition /*cond*/, in Delegate() argument
746 Condition /*cond*/, in Delegate() argument
755 Condition /*cond*/, in Delegate() argument
764 Condition /*cond*/, in Delegate() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h59 #define DECLARE_PDB_SYMBOL_CUSTOM_TYPE(Condition) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCPredicates.h87 inline Predicate getPredicate(unsigned Condition, unsigned Hint) { in getPredicate()
/third_party/benchmark/src/
Dmutex.h69 typedef std::condition_variable Condition; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp565 SmallVectorImpl<MachineOperand> &Condition, in analyzeBranch()
663 ArrayRef<MachineOperand> Condition, in insertBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.cpp359 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp()
366 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp()
470 InstSelect::InstSelect(Cfg *Func, Variable *Dest, Operand *Condition, in InstSelect()
922 Operand *Condition = getCondition(); in dump() local
DIceInst.h541 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest, in create()
555 const FCond Condition; variable
573 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest, in create()
588 ICond Condition; variable
736 static InstSelect *create(Cfg *Func, Variable *Dest, Operand *Condition, in create()
DIceTargetLoweringARM32.h355 CondARM32::Cond Condition) { in _br()
359 void _br(CfgNode *Target, CondARM32::Cond Condition) { in _br()
362 void _br(InstARM32Label *Label, CondARM32::Cond Condition) { in _br()
DIceTargetLoweringX8632.h478 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { in _br()
485 void _br(BrCond Condition, CfgNode *Target) { in _br()
502 void _cmov(Variable *Dest, Operand *Src0, BrCond Condition) { in _cmov()
508 void _cmpps(Variable *Dest, Operand *Src0, CmppsCond Condition) { in _cmpps()
739 void _setcc(Variable *Dest, BrCond Condition) { in _setcc()
DIceTargetLoweringX8664.h474 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { in _br()
481 void _br(BrCond Condition, CfgNode *Target) { in _br()
498 void _cmov(Variable *Dest, Operand *Src0, BrCond Condition) { in _cmov()
504 void _cmpps(Variable *Dest, Operand *Src0, CmppsCond Condition) { in _cmpps()
733 void _setcc(Variable *Dest, BrCond Condition) { in _setcc()
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.h30 enum Condition enum
/third_party/python/Lib/msilib/
Dschema.py25 Condition = Table('Condition') variable
/third_party/mesa3d/src/imagination/csbgen/
Dgen_pack_header.py534 class Condition(Node): class
589 def _add_branch(self, branch: Condition) -> None:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMWinEH.h332 uint8_t Condition() const { in Condition() function
/third_party/python/Lib/asyncio/
Dlocks.py219 class Condition(_ContextManagerMixin, mixins._LoopBoundMixin): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp738 Value *Condition, in collectChecks()
751 Value *Condition = Worklist.pop_back_val(); in collectChecks() local
/third_party/python/Lib/multiprocessing/
Dsynchronize.py210 class Condition(object): class
/third_party/node/deps/v8/src/baseline/loong64/
Dbaseline-assembler-loong64-inl.h39 enum class Condition : uint32_t { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp186 Value *Condition = BI->getCondition(); in countToEliminateCompares() local

1234