HomeSort by: relevance | last modified time | path
    Searched refs:CondOpc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 187 Comparison::Kind getComparisonKind(unsigned CondOpc,
508 HexagonHardwareLoops::getComparisonKind(unsigned CondOpc,
513 switch (CondOpc) {
652 unsigned CondOpc = CondI->getOpcode();
689 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp 2357 unsigned CondOpc;
2358 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) {
2360 if (CondOpc == ISD::OR) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64InstructionSelector.cpp 4462 unsigned CondOpc = CondDef->getOpcode();
4463 if (CondOpc != TargetOpcode::G_ICMP && CondOpc != TargetOpcode::G_FCMP)
4467 if (CondOpc == TargetOpcode::G_ICMP) {

Completed in 76 milliseconds