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

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCPredicates.h 59 Predicate getSwappedPredicate(Predicate Opcode);
PPCPredicates.cpp 49 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) {
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 118 Pred = CI->getSwappedPredicate();
184 LHSCmp->getSwappedPredicate() == RHSCmp->getPredicate();
GVN.cpp 184 Predicate = CmpInst::getSwappedPredicate(Predicate);
209 Predicate = CmpInst::getSwappedPredicate(Predicate);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 156 Pred = ICmpInst::getSwappedPredicate(Pred);
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 88 return CPred == CmpInst::getSwappedPredicate(Pred) && CLHS == RHS &&
440 Pred = CmpInst::getSwappedPredicate(Pred);
564 Pred = CmpInst::getSwappedPredicate(Pred);
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 681 ICmpInst::getSwappedPredicate(Cond), I);
    [all...]
InstCombineSelect.cpp 503 Pred = ICmpInst::getSwappedPredicate(Pred);
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 873 Cmp->getPredicate() : Cmp->getSwappedPredicate();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]

Completed in 942 milliseconds