HomeSort by relevance Sort by last modified time
    Searched refs:FCmp (Results 26 - 39 of 39) sorted by null

12

  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 295 dbgs() << "Unhandled type for FCmp EQ instruction: " << *Ty << "\n";
309 dbgs() << "Unhandled type for FCmp NE instruction: " << *Ty << "\n";
322 dbgs() << "Unhandled type for FCmp LE instruction: " << *Ty << "\n";
335 dbgs() << "Unhandled type for FCmp GE instruction: " << *Ty << "\n";
348 dbgs() << "Unhandled type for FCmp LT instruction: " << *Ty << "\n";
361 dbgs() << "Unhandled type for FCmp GT instruction: " << *Ty << "\n";
470 dbgs() << "Don't know how to handle this FCmp predicate!\n-->" << I;
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 117 module Fcmp = struct
188 | FCmp
452 external const_fcmp : Fcmp.t -> llvalue -> llvalue -> llvalue
    [all...]
llvm.mli 164 (** The predicate for a floating-point comparison ([fcmp]) instruction.
166 module Fcmp : sig
238 | FCmp
936 val const_fcmp : Fcmp.t -> llvalue -> llvalue -> llvalue
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 125 STATISTIC(NumFastIselFailFCmp,"Fast isel fails on FCmp");
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 501 __ FCmp();
    [all...]
macro-assembler-ia32.cc 581 void MacroAssembler::FCmp() {
    [all...]
lithium-codegen-ia32.cc     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 564 case Instruction::FCmp:
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc     [all...]

Completed in 600 milliseconds

12