Searched refs:ShiftI (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 886 SinkShiftAndTruncate(BinaryOperator *ShiftI, Instruction *User, ConstantInt *CI, in SinkShiftAndTruncate() argument 932 if (ShiftI->getOpcode() == Instruction::AShr) in SinkShiftAndTruncate() 934 BinaryOperator::CreateAShr(ShiftI->getOperand(0), CI, "", InsertPt); in SinkShiftAndTruncate() 937 BinaryOperator::CreateLShr(ShiftI->getOperand(0), CI, "", InsertPt); in SinkShiftAndTruncate() 971 static bool OptimizeExtractBits(BinaryOperator *ShiftI, ConstantInt *CI, in OptimizeExtractBits() argument 973 BasicBlock *DefBB = ShiftI->getParent(); in OptimizeExtractBits() 978 bool shiftIsLegal = TLI.isTypeLegal(TLI.getValueType(ShiftI->getType())); in OptimizeExtractBits() 981 for (Value::user_iterator UI = ShiftI->user_begin(), E = ShiftI->user_end(); in OptimizeExtractBits() 1017 SinkShiftAndTruncate(ShiftI, User, CI, InsertedShifts, TLI); in OptimizeExtractBits() 1027 if (ShiftI->getOpcode() == Instruction::AShr) in OptimizeExtractBits() [all …]
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1601 unsigned ShiftI = Shift+i*ElementSize; in CollectInsertionElements() local 1603 ShiftI)); in CollectInsertionElements() 1605 if (!CollectInsertionElements(Piece, ShiftI, Elements, VecEltTy, in CollectInsertionElements()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 140 V(ShiftI) \ 1300 DECLARE_CONCRETE_INSTRUCTION(ShiftI, "shift-i")
|
/external/v8/src/x87/ |
D | lithium-x87.h | 141 V(ShiftI) \ 1314 DECLARE_CONCRETE_INSTRUCTION(ShiftI, "shift-i")
|
/external/v8/src/x64/ |
D | lithium-x64.h | 136 V(ShiftI) \ 1290 DECLARE_CONCRETE_INSTRUCTION(ShiftI, "shift-i")
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 136 V(ShiftI) \ 1286 DECLARE_CONCRETE_INSTRUCTION(ShiftI, "shift-i")
|
/external/v8/src/mips/ |
D | lithium-mips.h | 137 V(ShiftI) \ 1287 DECLARE_CONCRETE_INSTRUCTION(ShiftI, "shift-i")
|
/external/v8/src/arm/ |
D | lithium-arm.h | 138 V(ShiftI) \ 1306 DECLARE_CONCRETE_INSTRUCTION(ShiftI, "shift-i")
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 146 V(ShiftI) \ 2747 DECLARE_CONCRETE_INSTRUCTION(ShiftI, "shift-i")
|