HomeSort by relevance Sort by last modified time
    Searched full:fcmp (Results 351 - 375 of 497) sorted by null

<<11121314151617181920

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 224 case Instruction::IntToPtr: case Instruction::FCmp:
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 304 case Instruction::FCmp:
  /external/llvm/test/CodeGen/ARM/
2009-11-13-ScavengerAssert2.ll 91 %66 = fcmp olt float %48, %65 ; <i1> [#uses=1]
fast-isel-align.ll 72 %4 = fcmp une float %3, 0.000000e+00
  /external/llvm/test/CodeGen/Generic/
select.ll 131 %b = fcmp ole float %p, %z ; <i1> [#uses=2]
  /external/llvm/test/CodeGen/Mips/msa/
llvm-stress-s3997499501.ll 84 %Cmp36 = fcmp oge double 0xC2C3BAE2D5C18360, 0xC2C3BAE2D5C18360
llvm-stress-s525530439.ll 42 %Cmp18 = fcmp ugt float 0xC5ABB1BF80000000, 0x3EEF3D6300000000
llvm-stress-s997348632.ll 64 %Cmp32 = fcmp uno float 0.000000e+00, 0x406DB70180000000
  /external/llvm/test/CodeGen/X86/
2011-11-22-AVX2-Domains.ll 82 %bincmp774 = fcmp ogt <8 x float> %binop16.i20548, zeroinitializer
brcond.ll 93 %3 = fcmp oeq double %2, 0.000000e+00 ; <i1> [#uses=1]
stack-protector.ll 1022 %cmp2 = fcmp ogt double %call, 0.000000e+00
1052 %cmp2 = fcmp ogt double %call, 0.000000e+00
1082 %cmp2 = fcmp ogt double %call, 0.000000e+00
    [all...]
  /external/llvm/test/Transforms/ConstProp/
constant-expr.ll 67 @T6 = global <2 x i1> fcmp ole (<2 x float> fdiv (<2 x float> undef, <2 x float> <float 1.000000e+00, float 1.000000e+00>), <2 x float> zeroinitializer)
  /external/llvm/test/Transforms/SLPVectorizer/X86/
crash_bullet.ll 120 %cmp392 = fcmp olt float %sub345, 0.000000e+00
  /external/llvm/unittests/IR/
ConstantsTest.cpp 241 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float "
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 332 dbgs() << "Unhandled type for FCmp EQ instruction: " << *Ty << "\n";
388 dbgs() << "Unhandled type for FCmp NE instruction: " << *Ty << "\n";
408 dbgs() << "Unhandled type for FCmp LE instruction: " << *Ty << "\n";
422 dbgs() << "Unhandled type for FCmp GE instruction: " << *Ty << "\n";
436 dbgs() << "Unhandled type for FCmp LT instruction: " << *Ty << "\n";
450 dbgs() << "Unhandled type for FCmp GT instruction: " << *Ty << "\n";
618 dbgs() << "Don't know how to handle this FCmp predicate!\n-->" << I;
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 246 case FCmp: return "fcmp";
  /external/llvm/test/CodeGen/SystemZ/
fp-move-02.ll 229 %cont = fcmp one double %start, 1.0
352 %cont = fcmp one double %factor, 1.0
  /external/llvm/test/Transforms/JumpThreading/
crash.ll 36 %tmp2 = fcmp ult double %tmp1, 0.000000e+00
41 %tmp3 = fcmp ult double undef, 0.000000e+00
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/test/Transforms/LoopVectorize/
gcc-examples.ll 642 %6 = fcmp olt float %3, %5
669 %6 = fcmp olt float %3, %5
674 %11 = fcmp olt float %8, %10
  /external/vixl/src/a64/
macro-assembler-a64.cc 532 void MacroAssembler::Fcmp(const FPRegister& fn, double value) {
538 fcmp(fn, tmp);
540 fcmp(fn, value);
    [all...]
macro-assembler-a64.h 546 void Fcmp(const FPRegister& fn, const FPRegister& fm) {
548 fcmp(fn, fm);
550 void Fcmp(const FPRegister& fn, double value);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-ia32.cc 319 __ FCmp();
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 121 module Fcmp = struct
192 | FCmp
515 external const_fcmp : Fcmp.t -> llvalue -> llvalue -> llvalue
    [all...]

Completed in 3340 milliseconds

<<11121314151617181920