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

1 2

  /art/compiler/optimizing/
load_store_analysis.cc 34 return instruction->IsAdd() || instruction->IsSub();
55 int64_t l1 = idx1->IsAdd() ?
84 int64_t l1 = idx1->IsAdd() ?
87 int64_t l2 = idx2->IsAdd() ?
instruction_simplifier_shared.cc 29 DCHECK(input_binop->IsAdd() || input_binop->IsSub());
43 if (input_binop->IsAdd()) {
112 if (use->IsAdd() || use->IsSub()) {
133 } else if (use->IsAdd()) {
177 if ((right->IsAdd() || right->IsSub()) &&
181 if ((left->IsAdd() || left->IsSub()) &&
instruction_simplifier_shared.h 44 bool res = instr->IsAdd() || instr->IsAnd() ||
common_arm64.h 270 DCHECK(instr->IsAdd() ||
352 return instruction->IsAdd() || instruction->IsSub();
instruction_simplifier_arm.cc 127 if (!use->IsAdd() && (!use->IsSub() || use->GetType() != DataType::Type::kInt64)) {
instruction_simplifier.cc 173 DCHECK(binop->IsAdd() || binop->IsSub());
387 shift_amount->IsAdd() ||
418 DCHECK(op->IsAdd() || op->IsXor() || op->IsOr()) << op->DebugName();
440 DCHECK(op->IsAdd() || op->IsXor() || op->IsOr());
479 DCHECK(op->IsAdd() || op->IsXor() || op->IsOr());
509 DCHECK(op->IsAdd() || op->IsXor() || op->IsOr());
539 DCHECK(op->IsAdd() || op->IsXor() || op->IsOr());
    [all...]
loop_optimization.cc 284 } else if (instruction->IsAdd() && depth <= kMaxDepth) {
302 if (instruction->IsAdd()) {
322 if (instruction->IsAdd()) {
340 if (reduction->IsAdd()) {
    [all...]
induction_var_range_test.cc     [all...]
scheduler.cc 676 DCHECK(instruction->IsAdd() ||
bounds_check_elimination.cc 73 while (instruction->IsAdd() || instruction->IsSub()) {
79 int32_t c = instruction->IsAdd() ? v : -v;
    [all...]
induction_var_analysis.cc 359 } else if (instruction->IsAdd()) {
443 } else if (instruction->IsAdd()) {
    [all...]
induction_var_range.cc 667 } else if (instruction->IsAdd()) {
    [all...]
  /external/v8/src/crankshaft/
hydrogen-dehoist.cc 16 if (!index->IsAdd() && !index->IsSub()) return;
21 if (binary_operation->left()->IsConstant() && index->IsAdd()) {
hydrogen-bce.cc 39 if (check->index()->IsAdd()) {
230 if (index_raw->IsAdd() || index_raw->IsSub()) {
hydrogen-range-analysis.cc 265 } else if (value->IsAdd() || value->IsSub()) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpVlan.c 432 BOOLEAN IsAdd;
439 IsAdd = FALSE;
445 IsAdd = TRUE;
480 IsAdd = TRUE;
490 if (IsAdd) {
502 if (IsAdd) {
  /external/tensorflow/tensorflow/core/grappler/
op_types.h 25 bool IsAdd(const NodeDef& node);
op_types.cc 28 bool IsAdd(const NodeDef& node) {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 583 bool IsAdd = (N->getOpcode() == ISD::ADD);
601 unsigned Opc = IsAdd ? AMDGPU::S_ADD_U32 : AMDGPU::S_SUB_U32;
602 unsigned CarryOpc = IsAdd ? AMDGPU::S_ADDC_U32 : AMDGPU::S_SUBB_U32;
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding.cc     [all...]
arithmetic_optimizer.cc     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 1951 milliseconds

1 2