Home
last modified time | relevance | path

Searched refs:AddOperator (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueTracking.h30 class AddOperator; variable
484 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp343 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
DLoopStrengthReduce.cpp2316 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()
2320 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h426 class AddOperator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp295 auto *CI = cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
298 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp510 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
513 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp368 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()
371 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2377 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()
2388 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp778 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()
781 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp930 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()
933 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4245 const AddOperator *Add, in computeOverflowForSignedAdd()
4403 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp646 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
649 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()