Searched refs:Arith (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.td | 446 multiclass Arith<bits<4> opcode, string asmstring, SDPatternOperator node, 542 defm ADD : Arith<0b0101, "add", add, 1, []>; 543 defm ADDC : Arith<0b0110, "addc", adde, 1, [SR]>; 544 defm AND : Arith<0b1111, "and", and, 1, []>; 545 defm BIS : Arith<0b1101, "bis", or, 1, []>; 546 defm BIC : Arith<0b1100, "bic", bic, 0, []>; 547 defm XOR : Arith<0b1110, "xor", xor, 1, []>; 548 defm SUB : Arith<0b1000, "sub", sub, 0, []>; 549 defm SUBC : Arith<0b0111, "subc", sube, 0, [SR]>; 550 defm DADD : Arith<0b1010, "dadd", MSP430dadd, 1, [SR]>;
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 1413 SDValue Arith = DAG.getNode(BaseOp, DL, VTs, LHS, RHS); in LowerXALUO() local 1416 SDValue(Arith.getNode(), 1)); in LowerXALUO() 1418 return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Arith, SetCC); in LowerXALUO() 1695 SDValue Arith = Op->getOperand(0); in EmitTest() local 1697 if (Arith->hasOneUse()) in EmitTest() 1698 switch (Arith.getOpcode()) { in EmitTest() 1707 ArithOp = Arith; in EmitTest()
|
| H A D | M68kInstrArithmetic.td | 1 //===-- M68kInstrArithmetic.td - Integer Arith Instrs ------*- tablegen -*-===//
|
| /llvm-project-15.0.7/mlir/include/mlir/Conversion/ |
| H A D | Passes.td | 769 let summary = "Lower TOSA to the Arith dialect"; 775 operations in the Arith dialect. The ApplyScale operator is optionally
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 8438 for (unsigned Arith = 0; Arith < NumArithmeticTypes; ++Arith) { in addPlusPlusMinusMinusArithmeticOverloads() local 8439 const auto TypeOfT = ArithmeticTypes[Arith]; in addPlusPlusMinusMinusArithmeticOverloads() 8512 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads() local 8513 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads() 8514 QualType ArithTy = ArithmeticTypes[Arith]; in addUnaryPlusOrMinusArithmeticOverloads()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | sve-int-imm.ll | 4 ; SVE Arith Vector Immediate Unpredicated CodeGen
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrInfo.td | 1301 // Unary Arith/Logic
|