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

  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 32 if (MI->isCompare())
46 if (MI->isCompare())
SystemZElimCompare.cpp 438 MI->isCompare() &&
SystemZInstrInfo.cpp 402 assert(MI->isCompare() && "Caller should have checked for a comparison");
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 315 bool isCompare() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 227 bool isCompare : 1;
InstrInfoEmitter.cpp 483 if (Inst.isCompare) OS << "|(1<<MCID::Compare)";
CodeGenInstruction.cpp 300 isCompare = R->getValueAsBit("isCompare");
  /external/llvm/lib/Target/Hexagon/
HexagonNewValueJump.cpp 479 assert((MI->getDesc().isCompare()) &&
HexagonMachineScheduler.cpp 33 else if (SUnits[su].getInstr()->isCompare() && LastSequentialCall)
HexagonHardwareLoops.cpp 383 if (!PredI->isCompare())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 465 /// isCompare - Return true if this instruction is a comparison.
466 bool isCompare(QueryType Type = IgnoreBundle) const {
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 715 (MI->isCompare() && optimizeCmpInstr(MI, MBB)) ||
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 479 CE->isCompare() ? CE->getPredicate() : 0,
Constants.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]

Completed in 497 milliseconds