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

12

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp104 FLAG(isCompare)
H A DCodeGenInstruction.h250 bool isCompare : 1;
H A DCodeGenInstruction.cpp441 isCompare = R->getValueAsBit("isCompare");
H A DInstrInfoEmitter.cpp1212 if (Inst.isCompare) OS << "|(1ULL<<MCID::Compare)";
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h341 bool isCompare() const { return Flags & (1ULL << MCID::Compare); } function in class:llvm::MCInstrDesc
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp171 if (Compare.isCompare())
700 if (CompleteCCUsers && (MI.isCompare() || isLoadAndTestAsCmp(MI)) &&
H A DSystemZInstrInfo.cpp536 assert(MI.isCompare() && "Caller should have checked for a comparison");
1293 if (MI.isCompare()) {
1869 assert(MBBI->isCompare() && MBBI->getOperand(0).isReg() &&
H A DSystemZAsmPrinter.cpp40 if (MI->isCompare())
54 if (MI->isCompare())
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h434 SubclassData(CE->isCompare() ? CE->getPredicate() : 0), Ops(Operands),
442 SubclassData(CE->isCompare() ? CE->getPredicate() : 0),
464 if (SubclassData != (CE->isCompare() ? CE->getPredicate() : 0))
H A DConstants.cpp1434 bool ConstantExpr::isCompare() const {
H A DAsmWriter.cpp1646 if (CE->isCompare())
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp566 (MI.getDesc().isCompare()) &&
H A DHexagonHardwareLoops.cpp470 if (!PredI->isCompare())
1694 if (!PredDef->isCompare())
H A DHexagonSubtarget.cpp332 else if (DAG->SUnits[su].getInstr()->isCompare() && LastSequentialCall)
H A DHexagonConstPropagation.cpp1971 if (MI.isCompare()) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp855 if (MI.isCompare() && TII->isSOPC(MI)) {
H A DSIFixSGPRCopies.cpp946 if ((TII->isSALU(*Inst) && Inst->isCompare()) ||
H A DGCNHazardRecognizer.cpp1116 ((TII->isVOP3(MI) || TII->isSDWA(MI)) && MI.isCompare())) &&
H A DSIInstrInfo.cpp155 if (MI.isCompare()) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1158 bool isCompare() const;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h984 bool isCompare(QueryType Type = IgnoreBundle) const {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp419 if (LE->isCompare())
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1770 (MI->isCompare() && optimizeCmpInstr(*MI)) ||
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1036 if (CE->isCompare())
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1637 if (CE->isCompare())

Completed in 444 milliseconds

12