Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DOperator.h188 class AddOperator
190 ~AddOperator(); // DO NOT IMPLEMENT
/external/llvm/include/llvm/Analysis/
DValueTracking.h27 class AddOperator; variable
339 OverflowResult computeOverflowForSignedAdd(AddOperator *Add,
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp346 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
DLoopStrengthReduce.cpp2025 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()
2029 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
/external/llvm/include/llvm/IR/
DOperator.h333 class AddOperator
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp773 if (isa<AddOperator>(Op) && in ARMComputeAddress()
777 isa<ConstantInt>(cast<AddOperator>(Op)->getOperand(1))) { in ARMComputeAddress()
781 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()
784 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp420 if (isa<AddOperator>(Op) && in X86SelectAddress()
424 isa<ConstantInt>(cast<AddOperator>(Op)->getOperand(1))) { in X86SelectAddress()
428 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()
431 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp257 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
260 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1711 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()
1716 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp468 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
471 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2145 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()
2156 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp376 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()
379 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp782 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()
785 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp916 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()
919 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
/external/llvm/lib/Analysis/
DValueTracking.cpp3355 Value *LHS, Value *RHS, AddOperator *Add, const DataLayout &DL, in computeOverflowForSignedAdd()
3459 OverflowResult llvm::computeOverflowForSignedAdd(AddOperator *Add, in computeOverflowForSignedAdd()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp572 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
575 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp3042 if (const AddOperator *OBO = dyn_cast<AddOperator>(BEValueV)) { in createNodeForPHI()