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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 284 bool isCompare() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 221 bool isCompare;
InstrInfoEmitter.cpp 320 if (Inst.isCompare) OS << "|(1<<MCID::Compare)";
CodeGenInstruction.cpp 299 isCompare = R->getValueAsBit("isCompare");
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 527 (MI->isCompare() && optimizeCmpInstr(MI, MBB)) ||
  /external/llvm/lib/Target/Hexagon/
HexagonNewValueJump.cpp 459 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 410 /// isCompare - Return true if this instruction is a comparison.
411 bool isCompare(QueryType Type = IgnoreBundle) const {
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 487 CE->isCompare() ? CE->getPredicate() : 0,
Constants.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]

Completed in 363 milliseconds