Searched refs:isCompare (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp32 if (MI->isCompare())
46 if (MI->isCompare())
H A DSystemZElimCompare.cpp439 MI->isCompare() &&
H A DSystemZInstrInfo.cpp402 assert(MI->isCompare() && "Caller should have checked for a comparison");
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h315 bool isCompare() const { function in class:llvm::MCInstrDesc
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.h221 bool isCompare; member in class:llvm::CodeGenInstruction
H A DCodeGenInstruction.cpp300 isCompare = R->getValueAsBit("isCompare");
H A DInstrInfoEmitter.cpp490 if (Inst.isCompare) OS << "|(1<<MCID::Compare)";
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp480 assert((MI->getDesc().isCompare()) &&
H A DHexagonMachineScheduler.cpp33 else if (SUnits[su].getInstr()->isCompare() && LastSequentialCall)
H A DHexagonHardwareLoops.cpp383 if (!PredI->isCompare())
1322 if (!PredDef->isCompare())
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h410 /// isCompare - Return true if this instruction is a comparison.
411 bool isCompare(QueryType Type = IgnoreBundle) const {
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp609 (MI->isCompare() && optimizeCmpInstr(MI, MBB)) ||
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DConstants.h977 bool isCompare() const;
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DConstantsContext.h487 CE->isCompare() ? CE->getPredicate() : 0,
H A DConstants.cpp1040 bool ConstantExpr::isCompare() const { function in class:ConstantExpr
1083 assert(isCompare());
H A DAsmWriter.cpp1016 if (CE->isCompare())
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp928 if (CE->isCompare())

Completed in 233 milliseconds