Home
last modified time | relevance | path

Searched defs:IsAdd (Results 1 – 25 of 41) sorted by relevance

12

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DDivisionByConstantInfo.h33 bool IsAdd; ///< add indicator member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCFrameLowering.cpp454 unsigned Reg, int NumBytes, bool IsAdd, in emitRegUpdate()
486 bool IsAdd = (Old.getOpcode() == ARC::ADJCALLSTACKUP); in eliminateCallFramePseudoInstr() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/
DARCFrameLowering.cpp452 unsigned Reg, int NumBytes, bool IsAdd, in emitRegUpdate()
484 bool IsAdd = (Old.getOpcode() == ARC::ADJCALLSTACKUP); in eliminateCallFramePseudoInstr() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopFlatten.cpp200 bool IsAdd = match(U, m_c_Add(m_Specific(InnerInductionPHI), in matchLinearIVUser() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp826 bool IsAdd = Opcode == ISD::ADD || Opcode == ISD::ADDC || Opcode == ISD::ADDE; in SelectADD_SUB_I64() local
910 bool IsAdd = N->getOpcode() == ISD::UADDO; in SelectUADDO_USUBO() local
DAMDGPUInstructionSelector.cpp413 const bool IsAdd = I.getOpcode() == AMDGPU::G_UADDO || in selectG_UADDO_USUBO_UADDE_USUBE() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp2375 bool IsAdd = Name.contains(".padds"); in UpgradeIntrinsicCall() local
2383 bool IsAdd = Name.contains(".paddus"); in UpgradeIntrinsicCall() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp583 bool IsAdd = (N->getOpcode() == ISD::ADD); in SelectADD_SUB_I64() local
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc30 bool IsAdd(const NodeDef& node) { in IsAdd() function
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc24 bool TFGraphDialect::IsAdd(TFOp op) const { in IsAdd() function in mlir::tfg::TFGraphDialect
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1768 auto IsSignedSaturateLimit = [&](Value *Limit, bool IsAdd) { in foldOverflowingAddSubSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp397 const bool IsAdd = I.getOpcode() == AMDGPU::G_UADDO || in selectG_UADDO_USUBO_UADDE_USUBE() local
DAMDGPUISelDAGToDAG.cpp1006 bool IsAdd = Opcode == ISD::ADD || Opcode == ISD::ADDC || Opcode == ISD::ADDE; in SelectADD_SUB_I64() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp6979 const bool IsAdd = MI.getOpcode() == TargetOpcode::G_SADDO; in lowerSADDO_SSUBO() local
7016 bool IsAdd; in lowerAddSubSatToMinMax() local
7094 bool IsAdd; in lowerAddSubSatToAddoSubo() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1909 auto IsSignedSaturateLimit = [&](Value *Limit, bool IsAdd) { in foldOverflowingAddSubSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp7397 bool IsAdd = Node->getOpcode() == ISD::UADDO; in expandUADDSUBO() local
7426 bool IsAdd = Node->getOpcode() == ISD::SADDO; in expandSADDSUBO() local
DLegalizeDAG.cpp3446 bool IsAdd = Node->getOpcode() == ISD::ADDCARRY; in ExpandNode() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3486 bool IsAdd = Node->getOpcode() == ISD::ADDCARRY; in ExpandNode() local
DTargetLowering.cpp9893 bool IsAdd = Node->getOpcode() == ISD::UADDO; in expandUADDSUBO() local
9934 bool IsAdd = Node->getOpcode() == ISD::SADDO; in expandSADDSUBO() local
DDAGCombiner.cpp2340 bool IsAdd = N->getOpcode() == ISD::ADD; in foldAddSubBoolOfMaskedVal() local
2380 bool IsAdd = N->getOpcode() == ISD::ADD; in foldAddSubOfSignBit() local
2799 static SDValue foldAddSubMasked1(bool IsAdd, SDValue N0, SDValue N1, in foldAddSubMasked1()
9639 bool IsAdd = N0.getOpcode() == ISD::ADD; in visitSRA() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1040 bool IsAdd = ROOTNode->getOpcode() == ISD::ADD; in performMADD_MSUBCombine() local
/external/clang/lib/Sema/
DSemaOpenMP.cpp4274 bool IsAdd = BO->getOpcode() == BO_Add; in CheckIncRHS() local
4281 bool IsAdd = CE->getOperator() == OO_Plus; in CheckIncRHS() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp1626 bool IsAdd = II->getIntrinsicID() == Intrinsic::uadd_sat; in computeKnownBitsFromOperator() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1030 bool IsAdd = ROOTNode->getOpcode() == ISD::ADD; in performMADD_MSUBCombine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp4365 const bool IsAdd = MI.getOpcode() == TargetOpcode::G_SADDO; in lowerSADDO_SSUBO() local

12