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

12 3

  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 884 case Instruction::ICmp:
897 default: error("Invalid ICmp Predicate");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 205 assert((Opcode == Instruction::ICmp || Opcode == Instruction::FCmp) &&
426 case Instruction::ICmp:
    [all...]
SCCP.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
InstructionSimplify.cpp 602 /// follow non-inbounds geps. This allows it to remain usable for icmp ult/etc.
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 509 case Instruction::ICmp:
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 114 module Icmp = struct
198 | ICmp
527 external const_icmp : Icmp.t -> llvalue -> llvalue -> llvalue
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 116 /// isSignBitCheck - Given an exploded icmp instruction, return true if the
145 /// Returns true if the exploded icmp can be expressed as a signed comparison
225 /// we can optimize "icmp eq (load (gep "foo", 0, i)), 0" into "icmp eq i, 3".
502 /// want to return 'i' for "icmp ne i, 0". Note that, in general, indices can
504 /// legal to codegen as "icmp ne (i*4), 0" (assuming A is a pointer to i32).
612 // and would change the result of the icmp.
727 // Only lower this if the icmp is the only user of the GEP or if we expect
740 /// FoldICmpAddOpCst - Fold "icmp pred (X+CI), X".
788 /// FoldICmpDivCst - Fold "icmp pred, ([su]div X, DivRHS), CmpRHS" where DivRH
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 132 STATISTIC(NumFastIselFailICmp,"Fast isel fails on ICmp");
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 297 dbgs() << "Don't know how to handle this ICmp predicate!\n-->" << I;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 577 case Instruction::ICmp:
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 760 milliseconds

12 3