Searched defs:AddConstant (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Dinstruction.h876 void AddConstant(int virtual_register, Constant constant) { function in class:v8::internal::compiler::FINAL
/external/v8/src/
H A Dhydrogen-instructions.cc197 void Range::AddConstant(int32_t value) { function in class:v8::internal::Range
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8342 // | Input | | AddConstant | | CompConstant| | CC |
8364 // the exact values of AddConstant, CompConstant, and CC, along with the nominal
8369 // AArch64CC value in terms of and AddConstant (w1), CompConstant(w2). The
8374 // AddConstant and CompConstants bit patterns we can consider the masked and
8400 ISD::LoadExtType ExtType, signed AddConstant,
8413 AddConstant -= (1 << (width-1));
8418 if ((AddConstant == 0) ||
8419 (CompConstant == MaxUInt - 1 && AddConstant < 0) ||
8420 (AddConstant >= 0 && CompConstant < 0) ||
8421 (AddConstant <
8399 isEquivalentMaskless(unsigned CC, unsigned width, ISD::LoadExtType ExtType, signed AddConstant, signed CompConstant) argument
[all...]

Completed in 136 milliseconds