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

  /external/llvm/lib/IR/
ConstantsContext.h 467 SubclassData(CE->isCompare() ? CE->getPredicate() : 0), Ops(Operands),
473 SubclassData(CE->isCompare() ? CE->getPredicate() : 0),
494 if (SubclassData != (CE->isCompare() ? CE->getPredicate() : 0))
AsmWriter.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 32 if (MI->isCompare())
46 if (MI->isCompare())
SystemZElimCompare.cpp 162 if (Compare->isCompare())
450 (MI->isCompare() || isLoadAndTestAsCmp(MI)) &&
SystemZInstrInfo.cpp 408 assert(MI->isCompare() && "Caller should have checked for a comparison");
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 267 bool isCompare() const { return Flags & (1 << MCID::Compare); }
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 228 bool isCompare : 1;
InstrInfoEmitter.cpp 484 if (Inst.isCompare) OS << "|(1ULL<<MCID::Compare)";
CodeGenInstruction.cpp 303 isCompare = R->getValueAsBit("isCompare");
  /external/llvm/lib/Target/Hexagon/
HexagonNewValueJump.cpp 512 assert((MI->getDesc().isCompare()) &&
HexagonMachineScheduler.cpp 33 else if (SUnits[su].getInstr()->isCompare() && LastSequentialCall)
HexagonHardwareLoops.cpp 446 if (!PredI->isCompare())
    [all...]
HexagonInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 471 bool isCompare(QueryType Type = IgnoreBundle) const {
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 712 milliseconds