HomeSort by relevance Sort by last modified time
    Searched full:is_constant (Results 1 - 13 of 13) sorted by null

  /external/v8/test/cctest/compiler/
test-gap-resolver.cc 35 bool is_constant; member in struct:v8::internal::compiler::InterpreterState::Key
41 if (this->is_constant != other.is_constant) {
42 return this->is_constant;
54 return this->is_constant == other.is_constant &&
77 bool is_constant = op.IsConstant(); local
81 if (!is_constant) {
95 Key key = {is_constant, is_float, kind, index};
102 if (key.is_constant) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_optimize.c 518 unsigned int is_constant[2] = {0, 0}; local
543 is_constant[i] = 1;
547 if (is_constant[0] && is_constant[1])
  /toolchain/binutils/binutils-2.25/gold/
mapfile.cc 141 case Symbol::IS_CONSTANT:
symtab.cc 179 this->source_ = IS_CONSTANT;
503 case IS_CONSTANT:
525 case IS_CONSTANT:
    [all...]
symtab.h 88 IS_CONSTANT,
551 || this->source_ == IS_CONSTANT);
    [all...]
resolve.cc 945 case IS_CONSTANT:
    [all...]
mips.cc     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 937 inline bool is_constant(GepNode *N) { function in namespace:__anon17675
952 while (is_constant(N) && !(N->Flags & GepNode::Root)) {
    [all...]
  /external/mesa3d/src/glsl/
ir.h 245 * is_constant::is_negative_one
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 444 external is_constant : llvalue -> bool = "llvm_is_constant"
    [all...]
llvm.mli 757 (** [is_constant v] returns [true] if the value [v] is a constant, [false]
759 val is_constant : llvalue -> bool var
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 106 insist (is_constant c);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]

Completed in 4598 milliseconds