HomeSort by relevance Sort by last modified time
    Searched refs:IsNeg (Results 1 - 21 of 21) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_shared.h 44 bool res = instr->IsAdd() || instr->IsAnd() || (isa == kArm64 && instr->IsNeg()) ||
instruction_simplifier_arm64.cc 37 DCHECK(use->IsBinaryOperation() || use->IsNeg());
52 DCHECK(use->IsNeg());
instruction_simplifier.cc 168 DCHECK(binop->GetLeft()->IsNeg() && binop->GetRight()->IsNeg());
351 } else if (ushr->GetRight()->IsNeg() || shl->GetRight()->IsNeg()) {
404 DCHECK(ushr->GetRight()->IsNeg() || shl->GetRight()->IsNeg());
405 bool neg_is_left = shl->GetRight()->IsNeg();
    [all...]
instruction_simplifier_shared.cc 151 } else if (use->IsNeg() && isa != kArm) {
common_arm64.h 266 } else if (instr->IsNeg()) {
scheduler.cc 683 instruction->IsNeg()) << "unexpected instruction " << instruction->DebugName();
induction_var_range_test.cc     [all...]
induction_var_analysis.cc 229 } else if (instruction->IsNeg()) {
    [all...]
loop_optimization.cc     [all...]
  /external/llvm/include/llvm/Support/
ScaledNumber.h 439 static int64_t joinSigned(uint64_t U, bool IsNeg) {
441 return IsNeg ? INT64_MIN : INT64_MAX;
442 return IsNeg ? -int64_t(U) : int64_t(U);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 439 static int64_t joinSigned(uint64_t U, bool IsNeg) {
441 return IsNeg ? INT64_MIN : INT64_MAX;
442 return IsNeg ? -int64_t(U) : int64_t(U);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 439 static int64_t joinSigned(uint64_t U, bool IsNeg) {
441 return IsNeg ? INT64_MIN : INT64_MAX;
442 return IsNeg ? -int64_t(U) : int64_t(U);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 439 static int64_t joinSigned(uint64_t U, bool IsNeg) {
441 return IsNeg ? INT64_MIN : INT64_MAX;
442 return IsNeg ? -int64_t(U) : int64_t(U);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 439 static int64_t joinSigned(uint64_t U, bool IsNeg) {
441 return IsNeg ? INT64_MIN : INT64_MAX;
442 return IsNeg ? -int64_t(U) : int64_t(U);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 439 static int64_t joinSigned(uint64_t U, bool IsNeg) {
441 return IsNeg ? INT64_MIN : INT64_MAX;
442 return IsNeg ? -int64_t(U) : int64_t(U);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 439 static int64_t joinSigned(uint64_t U, bool IsNeg) {
441 return IsNeg ? INT64_MIN : INT64_MAX;
442 return IsNeg ? -int64_t(U) : int64_t(U);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 439 static int64_t joinSigned(uint64_t U, bool IsNeg) {
441 return IsNeg ? INT64_MIN : INT64_MAX;
442 return IsNeg ? -int64_t(U) : int64_t(U);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 439 static int64_t joinSigned(uint64_t U, bool IsNeg) {
441 return IsNeg ? INT64_MIN : INT64_MAX;
442 return IsNeg ? -int64_t(U) : int64_t(U);
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 413 milliseconds