HomeSort by relevance Sort by last modified time
    Searched refs:GetConstant (Results 1 - 25 of 53) sorted by null

1 2 3

  /art/compiler/optimizing/
constant_folding.cc 153 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 0));
165 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 1));
177 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 0));
189 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 1));
201 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 0));
213 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 1));
243 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimInt,
315 instruction->ReplaceWith(GetGraph()->GetConstant(type, 0));
348 instruction->ReplaceWith(GetGraph()->GetConstant(type, 0));
365 instruction->ReplaceWith(GetGraph()->GetConstant(type, 0))
    [all...]
bounds_check_elimination.cc 136 int32_t GetConstant() const { return constant_; }
413 if (!lower.IsConstant() || lower.GetConstant() == std::numeric_limits<int32_t>::min()) {
429 upper = upper_bound.GetConstant();
430 } else if (upper_bound.IsRelatedToArrayLength() && upper_bound.GetConstant() <= 0) {
432 upper = max_array_len + upper_bound.GetConstant();
463 if ((!upper.IsConstant() || upper.GetConstant() == std::numeric_limits<int32_t>::max()) &&
472 int32_t constant = range->GetLower().GetConstant();
645 right_range->GetBound().GetConstant() < 0) {
805 if (lower.GetConstant() == 0 && upper.GetConstant() == 0)
    [all...]
nodes_x86.h 51 HConstant* GetConstant() const {
stack_map_test.cc 109 ASSERT_EQ(-2, dex_register_map.GetConstant(1, number_of_dex_registers, code_info, encoding));
224 ASSERT_EQ(-2, dex_register_map.GetConstant(1, number_of_dex_registers, code_info, encoding));
481 ASSERT_EQ(-2, map.GetConstant(1, number_of_dex_registers, code_info, encoding));
563 ASSERT_EQ(-2, dex_register_map.GetConstant(1, number_of_dex_registers, code_info, encoding));
    [all...]
code_generator_x86.cc     [all...]
induction_var_range.cc 388 *offset = graph->GetConstant(info->op_b->type, off_value);
416 HInstruction* zero = graph->GetConstant(trip->type, 0);
    [all...]
code_generator_x86_64.cc     [all...]
instruction_simplifier_arm64.cc 54 left = GetGraph()->GetConstant(right->GetType(), 0);
code_generator_mips64.cc     [all...]
common_arm.h 179 return Int32ConstantFrom(location.GetConstant());
183 HConstant* instr = location.GetConstant();
intrinsics_x86.cc 129 int32_t constant = src_pos.GetConstant()->AsIntConstant()->GetValue();
152 int32_t constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
    [all...]
code_generator_mips.cc     [all...]
intrinsics_x86_64.cc     [all...]
  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
SparsePropagation.h 81 /// GetConstant - If the specified lattice value is representable as an LLVM
84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 150 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
192 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
SparsePropagation.cpp 149 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
191 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);

Completed in 773 milliseconds

1 2 3