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

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 773 int CondOpcode = Hexagon::getPredOpcode(Opc, inPredSense);
774 if (CondOpcode >= 0) // Valid Conditional opcode/instruction
775 return CondOpcode;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 541 if (unsigned CondOpcode = getConditionalMove(Opcode)) {
542 MI->setDesc(get(CondOpcode));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 135 milliseconds