HomeSort by relevance Sort by last modified time
    Searched full:fcmp (Results 526 - 550 of 742) sorted by null

<<21222324252627282930

  /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/v8/test/cctest/
test-assembler-x87.cc 194 __ FCmp();
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/
a.out.go 256 FCMP
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
a.out.go 253 FCMP
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/
a.out.go 256 FCMP
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
a.out.go 253 FCMP
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
list-insns.s 9 FCMP $12,$23,$241
  /toolchain/binutils/binutils-2.25/include/opcode/
m88k.h 347 #define FCMP NOP +6
  /toolchain/binutils/binutils-2.25/opcodes/
mmix-opc.c 98 {"fcmp", O (1), OP (regs), N},
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 403 Value *FCmp = SimplifyCmpInst(Pred, FV, RHS, Q, MaxRecurse);
404 if (FCmp == Cond) {
407 FCmp = getFalse(Cond->getType());
408 } else if (!FCmp) {
413 FCmp = getFalse(Cond->getType());
418 if (TCmp == FCmp)
428 if (match(FCmp, m_Zero()))
432 // is equal to "Cond || FCmp".
434 if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse))
438 if (match(FCmp, m_One()) && match(TCmp, m_Zero())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc     [all...]
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 413 /// fcmp; select, does the fcmp have to be
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 333 dbgs() << "Unhandled type for FCmp EQ instruction: " << *Ty << "\n";
389 dbgs() << "Unhandled type for FCmp NE instruction: " << *Ty << "\n";
409 dbgs() << "Unhandled type for FCmp LE instruction: " << *Ty << "\n";
423 dbgs() << "Unhandled type for FCmp GE instruction: " << *Ty << "\n";
437 dbgs() << "Unhandled type for FCmp LT instruction: " << *Ty << "\n";
451 dbgs() << "Unhandled type for FCmp GT instruction: " << *Ty << "\n";
619 dbgs() << "Don't know how to handle this FCmp predicate!\n-->" << I;
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 255 case FCmp: return "fcmp";
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 443 case Instruction::FCmp:
564 return Instruction::FCmp;
  /external/llvm/test/Analysis/CostModel/X86/
sitofp.ll 658 %cmpres = fcmp ogt <8 x double> %a, zeroinitializer
675 %cmpres = fcmp ogt <16 x float> %a, zeroinitializer
  /external/llvm/test/CodeGen/AArch64/
aarch64-a57-fp-load-balancing.ll 147 %cmp = fcmp oeq double %3, 0.000000e+00
242 %cmp = fcmp oeq float %3, 0.000000e+00
  /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/CodeGen/X86/
stack-folding-fp-sse42.ll 189 %2 = fcmp oeq double %a0, %a1
207 %2 = fcmp oeq float %a0, %a1
    [all...]
  /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
  /frameworks/compile/libbcc/tests/libbcc/
test_reduce_general_cleanup.ll 97 %3 = fcmp ogt float %2, %in
109 %9 = fcmp olt float %8, %in
test_reduce_general_metadata.ll 102 %3 = fcmp ogt float %2, %in
114 %9 = fcmp olt float %8, %in
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 128 module Fcmp = struct
199 | FCmp
529 external const_fcmp : Fcmp.t -> llvalue -> llvalue -> llvalue
    [all...]

Completed in 1102 milliseconds

<<21222324252627282930