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

12

  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 276 dbgs() << "Don't know how to handle this ICmp predicate!\n-->" << I;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 103 module Icmp = struct
187 | ICmp
450 external const_icmp : Icmp.t -> llvalue -> llvalue -> llvalue
    [all...]
llvm.mli 148 (** The predicate for an integer comparison ([icmp]) instruction.
150 module Icmp : sig
237 | ICmp
930 val const_icmp : Icmp.t -> llvalue -> llvalue -> llvalue
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 113 /// isSignBitCheck - Given an exploded icmp instruction, return true if the
197 /// we can optimize "icmp eq (load (gep "foo", 0, i)), 0" into "icmp eq i, 3".
468 /// want to return 'i' for "icmp ne i, 0". Note that, in general, indices can
470 /// legal to codegen as "icmp ne (i*4), 0" (assuming A is a pointer to i32).
577 // and would change the result of the icmp.
692 // Only lower this if the icmp is the only user of the GEP or if we expect
707 /// FoldICmpAddOpCst - Fold "icmp pred (X+CI), X".
713 // elsewhere. icmp X+0, X -> icmp X,
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 124 STATISTIC(NumFastIselFailICmp,"Fast isel fails on ICmp");
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 668 /// follow non-inbounds geps. This allows it to remain usable for icmp ult/etc.
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 304 case Instruction::ICmp:
419 /// collection of icmp eq/ne instructions that compare a value against a
428 // If this is an icmp against a constant, handle this as one of the cases.
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 563 case Instruction::ICmp:
    [all...]

Completed in 3074 milliseconds

12