Home
last modified time | relevance | path

Searched refs:AddConstant (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dliteral-objects.cc448 void AddConstant(IsolateT* isolate, Handle<Name> name, Handle<Object> value, in AddConstant() function in v8::ObjectDescriptor
629 static_desc.AddConstant(isolate, factory->length_string(), in BuildClassBoilerplate()
637 static_desc.AddConstant(isolate, factory->name_string(), in BuildClassBoilerplate()
644 static_desc.AddConstant(isolate, factory->prototype_string(), in BuildClassBoilerplate()
650 static_desc.AddConstant(isolate, factory->class_positions_symbol(), in BuildClassBoilerplate()
661 instance_desc.AddConstant(isolate, factory->constructor_string(), value, in BuildClassBoilerplate()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector-impl.h111 sequence()->AddConstant(virtual_register, ToConstant(node)); in DefineAsConstant()
H A Dinstruction.h1737 int AddConstant(int virtual_register, Constant constant) { in AddConstant() function in v8::internal::compiler::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11810 // | Input | | AddConstant | | CompConstant| | CC |
11832 // the exact values of AddConstant, CompConstant, and CC, along with the nominal
11837 // AArch64CC value in terms of and AddConstant (w1), CompConstant(w2). The
11842 // AddConstant and CompConstants bit patterns we can consider the masked and
11867 ISD::LoadExtType ExtType, int AddConstant, in isEquivalentMaskless()
11880 AddConstant -= (1 << (width-1)); in isEquivalentMaskless()
11885 if ((AddConstant == 0) || in isEquivalentMaskless()
11886 (CompConstant == MaxUInt - 1 && AddConstant < 0) || in isEquivalentMaskless()
11887 (AddConstant >= 0 && CompConstant < 0) || in isEquivalentMaskless()
11888 (AddConstant < in isEquivalentMaskless()
11866 isEquivalentMaskless(unsigned CC, unsigned width, ISD::LoadExtType ExtType, int AddConstant, int CompConstant) isEquivalentMaskless() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 65 milliseconds