Home
last modified time | relevance | path

Searched defs:ShVal (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp477 int ShVal = TM.getSubtarget<MipsSubtarget>().inMicroMipsMode() ? 2 : 4; in runOnMachineFunction() local
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp308 Value *ShVal = ConstantInt::get(V->getType(), i); in LowerCTLZ() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp985 uint64_t ShVal = ShAmt->getZExtValue(); in SimplifyDemandedBits() local
1044 unsigned ShVal = Op.getValueType().getSizeInBits()-1; in SimplifyDemandedBits() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp249 unsigned ShVal = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt); in SelectArithImmed() local
329 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val); in SelectShiftedRegister() local
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1233 Value *ShVal = Builder.CreateShl(Val, NumBytesSet*8); in GetMemInstValueForLoad() local
1240 Value *ShVal = Builder.CreateShl(Val, 1*8); in GetMemInstValueForLoad() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp248 Value *ShVal = Op->getOperand(0); in OptAndOp() local
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1041 SDValue ShVal = N.getNode()->getOperand(0); in MatchAddressRecursively() local
DX86ISelLowering.cpp5315 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShiftRight()
5350 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShiftLeft()
5385 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShift()
9353 SDValue ShVal; in LowerVECTOR_SHUFFLE() local