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