Home
last modified time | relevance | path

Searched refs:Then (Results 1 - 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h91 Then, enumerator
133 case ARMVCC::Then: return "t"; in ARMVPTPredToString()
141 .Case("t", ARMVCC::Then) in ARMVectorCondCodeFromString()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp1100 constexpr Bitfield Then(const int bits) { return { offset + count, bits }; } in Then() function
1124 constexpr Bitfield Rotation() const { return Partition().Then(RB); } in Rotation()
1125 constexpr Bitfield IndexSelection() const { return Rotation().Then(ISB); } in IndexSelection()
1128 return IndexSelection().Then(CB * idx).Then(CB); in Red()
1132 return Red(NumColors() - 1).Then(CB * idx).Then(CB); in Green()
1136 return Green(NumColors() - 1).Then(CB * idx).Then(CB); in Blue()
1140 return Blue(NumColors() - 1).Then(A in Alpha()
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-promise.h76 V8_WARN_UNUSED_RESULT MaybeLocal<Promise> Then(Local<Context> context,
79 V8_WARN_UNUSED_RESULT MaybeLocal<Promise> Then(Local<Context> context,
/third_party/node/deps/v8/include/
H A Dv8-promise.h76 V8_WARN_UNUSED_RESULT MaybeLocal<Promise> Then(Local<Context> context,
79 V8_WARN_UNUSED_RESULT MaybeLocal<Promise> Then(Local<Context> context,
/third_party/typescript/tests/baselines/reference/
H A DmappedTypeAsClauses.js94 type If<Cond extends boolean, Then, Else> = Cond extends true ? Then : Else;
261 type If<Cond extends boolean, Then, Else> = Cond extends true ? Then : Else;
/third_party/ltp/testcases/network/rpc/rpc-tirpc/
H A Drpc_test.sh27 Then execute clprog and passing it the remote host value.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGLexer.h50 MultiClass, String, Defset, Defvar, If, Then, ElseKW, enumerator
/third_party/node/deps/v8/src/interpreter/
H A Dcontrol-flow-builders.h291 void Then();
H A Dcontrol-flow-builders.cc231 void ConditionalControlFlowBuilder::Then() { in Then() function in v8::internal::interpreter::ConditionalControlFlowBuilder
H A Dbytecode-generator.cc1741 conditional_builder.Then(); in VisitIfStatement()
1756 conditional_builder.Then(); in VisitIfStatement()
2967 conditional_builder.Then(); in VisitConditional()
2977 conditional_builder.Then(); in VisitConditional()
/third_party/ffmpeg/libavcodec/arm/
H A Dstartcode_armv6.S124 @ Then in words:
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm117 Then use C<PREPROCESSOR =E<gt> \&quote_scripts>. This will transform
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm117 Then use C<PREPROCESSOR =E<gt> \&quote_scripts>. This will transform
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DCore.h1722 * to obtain a reference to the first use. Then, call LLVMGetNextUse()
3585 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else);
3594 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch,
3598 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch,
3894 LLVMValueRef Then, LLVMValueRef Else,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DCore.cpp3094 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) {
3095 return wrap(unwrap(B)->CreateCondBr(unwrap(If), unwrap(Then), unwrap(Else)));
3110 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch,
3117 unwrap(B)->CreateInvoke(FnT, unwrap(Fn), unwrap(Then), unwrap(Catch),
3123 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch,
3126 unwrap<FunctionType>(Ty), unwrap(Fn), unwrap(Then), unwrap(Catch),
3859 LLVMValueRef Then, LLVMValueRef Else,
3861 return wrap(unwrap(B)->CreateSelect(unwrap(If), unwrap(Then), unwrap(Else),
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm751 value of C<$VAR>. Then they realize the need extra formatting, so
752 they put in some special syntax for formatting. Then they need a
1320 message into C<$error> this way. Then the function that called
1501 C<Q>. Then in the main program, write
1656 C<strict> checking in the second fragment. Then we misspelled C<$foo>
1847 Then they complain because there is a C<17> at the top of the output
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm751 value of C<$VAR>. Then they realize the need extra formatting, so
752 they put in some special syntax for formatting. Then they need a
1320 message into C<$error> this way. Then the function that called
1501 C<Q>. Then in the main program, write
1656 C<strict> checking in the second fragment. Then we misspelled C<$foo>
1847 Then they complain because there is a C<17> at the top of the output
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp783 BasicBlock *Then = InitialBB->splitBasicBlock(CI->getIterator()); in lowerTypeTestCall() local
785 BranchInst *NewBr = BranchInst::Create(Then, Else, OffsetInRange); in lowerTypeTestCall()
792 Phi.addIncoming(Phi.getIncomingValueForBlock(Then), InitialBB); in lowerTypeTestCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp413 // Then search backwards for a def, until we get to InsertBB. in ValidateTailPredicate()
884 assert(MI->getOperand(PIdx).getImm() == ARMVCC::Then && in ConvertVPTBlocks()
885 "Expected Then predicate!"); in ConvertVPTBlocks()
916 // - Then need to unpredicate any following instructions, until in ConvertVPTBlocks()
H A DARMISelDAGToDAG.cpp1717 Pred = ARMVCC::Then; in tryMVEIndexedLoad()
2428 Ops.push_back(CurDAG->getTargetConstant(ARMVCC::Then, Loc, MVT::i32)); in AddMVEPredicateToOps()
2436 Ops.push_back(CurDAG->getTargetConstant(ARMVCC::Then, Loc, MVT::i32)); in AddMVEPredicateToOps()
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc136 IfBuilder0& Then(const VoidGenerator0& body) { in Then() function in v8::internal::compiler::JSCallReducerAssembler::final
212 V8_WARN_UNUSED_RESULT IfBuilder1& Then(const If1BodyFunction& body) { in Then() function in v8::internal::compiler::JSCallReducerAssembler::IfBuilder1
618 .Then(_ { in ThrowIfNotCallable()
1186 .Then(_ { return length; })
1296 .Then(_ { return length; })
1304 .Then(_ { return NumberMax(NumberAdd(length, start_smi), zero); })
1314 .Then(_ { return NumberMax(NumberAdd(length, end_smi), zero); })
1323 .Then(_ { return StringSubstring(receiver_string, from, to); })
2138 .Then(_ {
4931 .Then([
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1621 const Node *Then; member in ConditionalExpr
1626 : Node(KConditionalExpr), Cond(Cond_), Then(Then_), Else(Else_) {} in ConditionalExpr()
1628 template<typename Fn> void match(Fn F) const { F(Cond, Then, Else); } in match()
1634 Then->print(S);
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex72 to get a snapshot of the CPU registers (machine-state). Then you
/third_party/node/deps/v8/src/inspector/
H A Dinjected-script.cc105 if (promise->Then(context, thenCallbackFunction, catchCallbackFunction) in add()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc628 USE(input_resolver->GetPromise()->Then(context, compile_callback, in WebAssemblyCompileStreaming()
936 USE(input_resolver->GetPromise()->Then(context, compile_callback, in WebAssemblyInstantiateStreaming()

Completed in 64 milliseconds

12