Home
last modified time | relevance | path

Searched defs:Arith (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
Dall_test.go27 type Arith int type
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8664.cpp107 if (auto *Arith = llvm::dyn_cast<InstArithmetic>(Instr)) { in getProducerKind() local
509 inline bool canRMW(const InstArithmetic *Arith) { in canRMW()
576 auto *Arith = llvm::dyn_cast<InstArithmetic>(I2); in findRMW() local
719 if (auto *Arith = llvm::dyn_cast<InstArithmetic>(Next)) { in doLoadOpt() local
3154 void TargetX8664::lowerArithAndConsumer(const InstArithmetic *Arith, in lowerArithAndConsumer()
4445 if (auto *Arith = llvm::dyn_cast_or_null<const InstArithmetic>(Instr)) { in isAdd() local
6156 if (auto *Arith = llvm::dyn_cast<InstArithmetic>(Instr)) { in genTargetHelperCallFor() local
H A DIceTargetLoweringX8632.cpp96 if (auto *Arith = llvm::dyn_cast<InstArithmetic>(Instr)) { in getProducerKind() local
500 inline bool canRMW(const InstArithmetic *Arith) { in canRMW()
567 auto *Arith = llvm::dyn_cast<InstArithmetic>(I2); in findRMW() local
709 if (auto *Arith = llvm::dyn_cast<InstArithmetic>(Next)) { in doLoadOpt() local
3598 void TargetX8632::lowerArithAndConsumer(const InstArithmetic *Arith, in lowerArithAndConsumer()
5024 if (auto *Arith = llvm::dyn_cast_or_null<const InstArithmetic>(Instr)) { in isAdd() local
6851 if (auto *Arith = llvm::dyn_cast<InstArithmetic>(Instr)) { in genTargetHelperCallFor() local
H A DIceTargetLowering.h503 auto *Arith = applyToThunkedArgs(insertScalarInstruction, Res, in scalarizeInstruction() local
H A DIceCfgNode.cpp1260 if (auto *Arith = llvm::dyn_cast<InstArithmetic>(&Inst)) { in shortCircuit() local
H A DIceCfg.cpp1041 auto *Arith = llvm::dyn_cast<InstArithmetic>(Instr); in rematerializeArithmetic() local
H A DIceTargetLoweringMIPS32.cpp5215 if (const auto *Arith = llvm::dyn_cast<InstArithmetic>(Instr)) { in isAddOrSub() local
H A DIceTargetLoweringARM32.cpp5353 if (const auto *Arith = llvm::dyn_cast<InstArithmetic>(Instr)) { in isAddOrSub() local
/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/
Dserver_test.go42 type Arith int type
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1441 SDValue Arith = DAG.getNode(BaseOp, DL, VTs, LHS, RHS); in LowerXALUO() local
1723 SDValue Arith = Op->getOperand(0); in EmitTest() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaOverload.cpp7405 for (unsigned Arith = (Op == OO_PlusPlus? 0 : 1); in addPlusPlusMinusMinusArithmeticOverloads() local
7480 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14673 SDValue Arith = Op->getOperand(0); in EmitTest() local