/external/llvm/test/CodeGen/Mips/msa/ |
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/PowerPC/ |
vsx.ll | 374 %m = fcmp oeq <4 x float> %c, %d 396 %m = fcmp ueq <4 x float> %c, %d 467 %m = fcmp oeq <2 x double> %c, %d 975 %m = fcmp oeq double %c, %d
|
/external/llvm/test/CodeGen/X86/ |
2011-11-22-AVX2-Domains.ll | 82 %bincmp774 = fcmp ogt <8 x float> %binop16.i20548, zeroinitializer
|
avx512-arith.ll | 497 %cmp_res = fcmp olt <16 x float> %i, %j 510 %cmp_res = fcmp olt <8 x double> %i, %j 523 %cmp_res = fcmp ogt <16 x float> %i, %j 536 %cmp_res = fcmp ogt <8 x double> %i, %j
|
avx512-cvt.ll | 307 %cmpres = fcmp ogt <8 x double> %a, zeroinitializer
|
brcond.ll | 93 %3 = fcmp oeq double %2, 0.000000e+00 ; <i1> [#uses=1]
|
stack-folding-fp-sse42.ll | 189 %2 = fcmp oeq double %a0, %a1 207 %2 = fcmp oeq float %a0, %a1 [all...] |
stack-protector.ll | 1022 %cmp2 = fcmp ogt double %call, 0.000000e+00 1052 %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/v8/src/x87/ |
lithium-codegen-x87.cc | [all...] |
/external/v8/test/cctest/ |
test-assembler-x87.cc | 193 __ FCmp();
|
/external/llvm/lib/Analysis/ |
InstructionSimplify.cpp | 402 Value *FCmp = SimplifyCmpInst(Pred, FV, RHS, Q, MaxRecurse); 403 if (FCmp == Cond) { 406 FCmp = getFalse(Cond->getType()); 407 } else if (!FCmp) { 412 FCmp = getFalse(Cond->getType()); 417 if (TCmp == FCmp) 427 if (match(FCmp, m_Zero())) 431 // is equal to "Cond || FCmp". 433 if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse)) 437 if (match(FCmp, m_One()) && match(TCmp, m_Zero()) [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | [all...] |
/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 | 240 case FCmp: return "fcmp";
|
/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/Transforms/JumpThreading/ |
crash.ll | 36 %tmp2 = fcmp ult double %tmp1, 0.000000e+00 41 %tmp3 = fcmp ult double undef, 0.000000e+00
|
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 128 module Fcmp = struct 199 | FCmp 529 external const_fcmp : Fcmp.t -> llvalue -> llvalue -> llvalue [all...] |
llvm.mli | 181 (** The predicate for a floating-point comparison ([fcmp]) instruction. 185 module Fcmp : sig 257 | FCmp [all...] |
/external/llvm/include/llvm/IR/ |
Instructions.h | [all...] |
/external/llvm/test/Transforms/LoopVectorize/ |
gcc-examples.ll | 641 %6 = fcmp olt float %3, %5 668 %6 = fcmp olt float %3, %5 673 %11 = fcmp olt float %8, %10
|
/external/llvm/include/llvm/Bitcode/ |
LLVMBitCodes.h | 325 // fcmp/icmp returning Int1TY or vector of Int1Ty. Same as CMP, exists to
|