Searched refs:AddI (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 809 Instruction *AddI; in CombineUAddWithOverflow() local 811 m_UAddWithOverflow(m_Value(A), m_Value(B), m_Instruction(AddI)))) in CombineUAddWithOverflow() 814 Type *Ty = AddI->getType(); in CombineUAddWithOverflow() 822 if (AddI->getParent() != CI->getParent() && !AddI->hasOneUse()) in CombineUAddWithOverflow() 828 if (AddI->hasOneUse()) in CombineUAddWithOverflow() 829 assert(*AddI->user_begin() == CI && "expected!"); in CombineUAddWithOverflow() 835 auto *InsertPt = AddI->hasOneUse() ? CI : AddI; in CombineUAddWithOverflow() 844 AddI->replaceAllUsesWith(UAdd); in CombineUAddWithOverflow() 846 AddI->eraseFromParent(); in CombineUAddWithOverflow()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 3649 Instruction *AddI = nullptr; in visitICmpInst() local 3651 m_Instruction(AddI))) && in visitICmpInst() 3655 if (OptimizeOverflowCheck(OCF_UNSIGNED_ADD, A, B, *AddI, Result, in visitICmpInst() 3657 ReplaceInstUsesWith(*AddI, Result); in visitICmpInst()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 26 V(AddI) \ 1404 DECLARE_CONCRETE_INSTRUCTION(AddI, "add-i")
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 26 V(AddI) \ 1410 DECLARE_CONCRETE_INSTRUCTION(AddI, "add-i")
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 22 V(AddI) \ 1385 DECLARE_CONCRETE_INSTRUCTION(AddI, "add-i")
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 22 V(AddI) \ 1396 DECLARE_CONCRETE_INSTRUCTION(AddI, "add-i")
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 22 V(AddI) \ 1422 DECLARE_CONCRETE_INSTRUCTION(AddI, "add-i")
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 23 V(AddI) \ 1432 DECLARE_CONCRETE_INSTRUCTION(AddI, "add-i")
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 22 V(AddI) \ 1371 DECLARE_CONCRETE_INSTRUCTION(AddI, "add-i")
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 23 V(AddI) \ 580 DECLARE_CONCRETE_INSTRUCTION(AddI, "add-i")
|