HomeSort by relevance Sort by last modified time
    Searched refs:FCMP_FALSE (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Target/X86/
X86FastISel.cpp 175 case CmpInst::FCMP_FALSE: Predicate = CmpInst::FCMP_FALSE; break;
177 case CmpInst::FCMP_OGT: Predicate = CmpInst::FCMP_FALSE; break;
179 case CmpInst::FCMP_OLT: Predicate = CmpInst::FCMP_FALSE; break;
181 case CmpInst::FCMP_ONE: Predicate = CmpInst::FCMP_FALSE; break;
193 case CmpInst::ICMP_NE: Predicate = CmpInst::FCMP_FALSE; break;
194 case CmpInst::ICMP_UGT: Predicate = CmpInst::FCMP_FALSE; break;
196 case CmpInst::ICMP_ULT: Predicate = CmpInst::FCMP_FALSE; break;
198 case CmpInst::ICMP_SGT: Predicate = CmpInst::FCMP_FALSE; break;
200 case CmpInst::ICMP_SLT: Predicate = CmpInst::FCMP_FALSE; break
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 658 FCMP_FALSE = 0, ///< 0 0 0 0 Always false (always folded)
674 FIRST_FCMP_PREDICATE = FCMP_FALSE,
    [all...]
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 153 case FCmpInst::FCMP_FALSE: return ISD::SETFALSE;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 684 case FCmpInst::FCMP_FALSE: pred = "false"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 80 // Not expecting FCMP_FALSE and FCMP_TRUE;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 900 case FCmpInst::FCMP_FALSE: Out << "FALSE"; break;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 621 case FCmpInst::FCMP_FALSE: R = executeFCMP_BOOL(Src1, Src2, Ty, false);
672 case FCmpInst::FCMP_FALSE: return executeFCMP_BOOL(Src1, Src2, Ty, false);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 205 case CmpInst::FCMP_FALSE:
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 600 milliseconds