| /third_party/node/deps/v8/src/wasm/baseline/ppc/ |
| H A D | liftoff-assembler-ppc.h | 1734 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() argument 1752 Condition condition = mode == kJumpOnSmi ? eq : ne; in emit_smi_check() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| H A D | instruction-selector-mips64.cc | 2090 FlagsCondition condition = cont->condition(); in VisitOptimizedWord32Compare() local
|
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| H A D | instruction-selector-riscv64.cc | 2031 FlagsCondition condition = cont->condition(); in VisitOptimizedWord32Compare() local
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | code-stub-assembler.h | 930 TNode<T> Select(TNode<BoolT> condition, const NodeGenerator<T>& true_body, in Select() argument 952 TNode<A> SelectConstant(TNode<BoolT> condition, TNode<A> true_value, in SelectConstant() argument 965 SelectSmiConstant(TNode<BoolT> condition, int true_value, Smi false_value) SelectSmiConstant() argument 969 SelectSmiConstant(TNode<BoolT> condition, Smi true_value, int false_value) SelectSmiConstant() argument 973 SelectSmiConstant(TNode<BoolT> condition, int true_value, int false_value) SelectSmiConstant() argument [all...] |
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | macro-assembler-loong64.cc | 2004 LoadZeroIfConditionNotZero(Register dest, Register condition) CallRecordWriteStub() argument 2009 LoadZeroIfConditionZero(Register dest, Register condition) CallRecordWriteStub() argument
|
| /third_party/node/deps/v8/src/execution/ppc/ |
| H A D | simulator-ppc.cc | 1705 uint32_t condition = bf >> (cr * 4); in ExecuteGeneric() local 1744 uint32_t condition in ExecuteGeneric() local 2408 uint32_t condition = bf >> (cr * 4); ExecuteGeneric() local 2791 uint32_t condition = bf >> (cr * 4); ExecuteGeneric() local 3568 int condition = bf >> (cr * 4); ExecuteGeneric() local [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parser.cc | 2950 auto condition = factory()->NewCompareOperation( in BuildParameterInitializationBlock() local 3671 Expression* condition = factory()->NewCompareOperation( in CheckCallable() local
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | torque-parser.cc | 1344 auto condition = child_results->NextAs<Expression*>(); MakeIfStatement() local 1691 auto condition = child_results->NextAs<Expression*>(); MakeWhileStatement() local 2011 auto condition = child_results->NextAs<Expression*>(); MakeConditionalExpression() local [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/ia32/ |
| H A D | liftoff-assembler-ia32.h | 2637 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() argument 2647 Condition condition = mode == kJumpOnSmi ? zero : not_zero; in emit_smi_check() local
|
| /third_party/node/deps/v8/src/wasm/baseline/arm/ |
| H A D | liftoff-assembler-arm.h | 2331 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() argument 2341 Condition condition = mode == kJumpOnSmi ? eq : ne; in emit_smi_check() local
|
| /third_party/node/deps/v8/src/wasm/baseline/arm64/ |
| H A D | liftoff-assembler-arm64.h | 1654 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() argument
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_context.h | 552 bool condition; member 554 } condition; member
|
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| H A D | spirv_instruction_builder_autogen.cpp | 1798 WriteSelect(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef condition, IdRef object1, IdRef object2) WriteSelect() argument 2723 WriteBranchConditional(Blob *blob, IdRef condition, IdRef trueLabel, IdRef falseLabel, const LiteralIntegerList &branchweightsList) WriteBranchConditional() argument
|
| H A D | spirv_instruction_parser_autogen.cpp | 2174 ParseSelect(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *condition, IdRef *object1, IdRef *object2) ParseSelect() argument 3266 ParseBranchConditional(const uint32_t *_instruction, IdRef *condition, IdRef *trueLabel, IdRef *falseLabel, LiteralIntegerList *branchweightsList) ParseBranchConditional() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | OutputSPIRV.cpp | 5389 TIntermConstantUnion *condition = visitSwitch() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES3.cpp | 4600 ValidateFenceSync(const Context *context, angle::EntryPoint entryPoint, GLenum condition, GLbitfield flags) ValidateFenceSync() argument
|
| H A D | validationES2.cpp | 5994 ValidateSetFenceNV(const Context *context, angle::EntryPoint entryPoint, FenceNVID fence, GLenum condition) ValidateSetFenceNV() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | intermediate.h | 629 TIntermTyped* condition; member in TIntermSelection 663 TIntermCase(TIntermTyped *condition) in TIntermCase() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | entry_points.cpp | 701 GL_APICALL void GL_APIENTRY glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV() argument 1365 GL_APICALL GLsync GL_APIENTRY glFenceSync(GLenum condition, GLbitfield flags) in glFenceSync() argument
|
| H A D | libGLESv2.cpp | 4256 void GL_APIENTRY SetFenceNV(GLuint fence, GLenum condition) in SetFenceNV() argument
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_common.hpp | 808 ID condition = 0; member
|
| /third_party/glslang/SPIRV/ |
| H A D | GlslangToSpv.cpp | 3880 spv::Id condition = accessChainLoad(node->getCondition()->getType()); in visitSelection() local 4107 spv::Id condition = accessChainLoad(node->getTest()->getType()); visitLoop() local 4137 spv::Id condition = visitLoop() local [all...] |
| /third_party/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 1445 ConditionalMatcher(bool condition, MatcherTrue matcher_true, in ConditionalMatcher() argument 5006 Conditional( bool condition, MatcherTrue matcher_true, MatcherFalse matcher_false) Conditional() argument
|
| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest.cc | 5706 bool IsTrue(bool condition) { return condition; } in IsTrue() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/mips/ |
| H A D | liftoff-assembler-mips.h | 1693 inline FPUCondition ConditionToConditionCmpFPU(LiftoffCondition condition, in ConditionToConditionCmpFPU() argument 1785 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() argument 1797 Condition condition = mode == kJumpOnSmi ? eq : ne; in emit_smi_check() local
|