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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 269 /// isCompare - Return true if this instruction is a comparison.
270 bool isCompare() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 222 bool isCompare;
InstrInfoEmitter.cpp 319 if (Inst.isCompare) OS << "|(1<<MCID::Compare)";
CodeGenInstruction.cpp 298 isCompare = R->getValueAsBit("isCompare");
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 407 /// isCompare - Return true if this instruction is a comparison.
408 bool isCompare(QueryType Type = IgnoreBundle) const {
    [all...]
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 518 (MI->isCompare() && optimizeCmpInstr(MI, MBB)) ||
  /external/llvm/lib/Target/Hexagon/
HexagonNewValueJump.cpp 461 assert((MI->getDesc().isCompare()) &&
  /external/llvm/include/llvm/
Constants.h     [all...]
  /external/llvm/lib/VMCore/
ConstantsContext.h 487 CE->isCompare() ? CE->getPredicate() : 0,
Constants.cpp     [all...]
AsmWriter.cpp 953 if (CE->isCompare())
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]

Completed in 828 milliseconds