| /third_party/skia/third_party/externals/tint/src/sem/ |
| D | if_statement.h | 49 const Expression* Condition() const { return condition_; } in Condition() function 74 const Expression* Condition() const { return condition_; } in Condition() function
|
| D | for_loop_statement.h | 50 const Expression* Condition() const { return condition_; } in Condition() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | GuardUtils.cpp | 23 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/ |
| D | mutex.h | 79 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/ |
| D | PredicateInfo.h | 124 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/ |
| D | asyncio-sync.rst | 166 Condition chapter
|
| /third_party/vixl/src/aarch32/ |
| D | assembler-aarch32.h | 644 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/ |
| D | PDBSymbol.h | 59 #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/ |
| D | PPCPredicates.h | 87 inline Predicate getPredicate(unsigned Condition, unsigned Hint) { in getPredicate()
|
| /third_party/benchmark/src/ |
| D | mutex.h | 69 typedef std::condition_variable Condition; typedef
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
| D | LanaiInstrInfo.cpp | 565 SmallVectorImpl<MachineOperand> &Condition, in analyzeBranch() 663 ArrayRef<MachineOperand> Condition, in insertBranch()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceInst.cpp | 359 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
|
| D | IceInst.h | 541 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()
|
| D | IceTargetLoweringARM32.h | 355 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()
|
| D | IceTargetLoweringX8632.h | 478 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()
|
| D | IceTargetLoweringX8664.h | 474 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/ |
| D | GPUTestConfig.h | 30 enum Condition enum
|
| /third_party/python/Lib/msilib/ |
| D | schema.py | 25 Condition = Table('Condition') variable
|
| /third_party/mesa3d/src/imagination/csbgen/ |
| D | gen_pack_header.py | 534 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/ |
| D | ARMWinEH.h | 332 uint8_t Condition() const { in Condition() function
|
| /third_party/python/Lib/asyncio/ |
| D | locks.py | 219 class Condition(_ContextManagerMixin, mixins._LoopBoundMixin): class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LoopPredication.cpp | 738 Value *Condition, in collectChecks() 751 Value *Condition = Worklist.pop_back_val(); in collectChecks() local
|
| /third_party/python/Lib/multiprocessing/ |
| D | synchronize.py | 210 class Condition(object): class
|
| /third_party/node/deps/v8/src/baseline/loong64/ |
| D | baseline-assembler-loong64-inl.h | 39 enum class Condition : uint32_t { enum
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | LoopUnrollPeel.cpp | 186 Value *Condition = BI->getCondition(); in countToEliminateCompares() local
|