/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 446 T *ShVal = Helper.CreateShl( in getMemInstValueForLoadHelper() local 454 T *ShVal = Helper.CreateShl(Val, ConstantInt::get(Val->getType(), 1 * 8)); in getMemInstValueForLoadHelper() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsLongBranch.cpp | 493 int ShVal = STI.inMicroMipsMode() ? 2 : 4; in runOnMachineFunction() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 308 Value *ShVal = ConstantInt::get(V->getType(), i); in LowerCTLZ() local
|
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 308 Value *ShVal = ConstantInt::get(V->getType(), i); in LowerCTLZ() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 305 Value *ShVal = ConstantInt::get(V->getType(), i); in LowerCTLZ() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1742 uint64_t ShVal = ShAmt->getZExtValue(); in SimplifyDemandedBits() local 1799 unsigned ShVal = Op.getValueType().getSizeInBits()-1; in SimplifyDemandedBits() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | GVN.cpp | 1064 Value *ShVal = Builder.CreateShl(Val, NumBytesSet*8); in GetMemInstValueForLoad() local 1071 Value *ShVal = Builder.CreateShl(Val, 1*8); in GetMemInstValueForLoad() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1107 Value *ShVal = Builder.CreateShl(Val, NumBytesSet*8); in GetMemInstValueForLoad() local 1114 Value *ShVal = Builder.CreateShl(Val, 1*8); in GetMemInstValueForLoad() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstructionSelector.cpp | 1574 unsigned ShVal = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt); in selectArithImmed() local
|
D | AArch64ISelDAGToDAG.cpp | 283 unsigned ShVal = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt); in SelectArithImmed() local 404 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val); in SelectShiftedRegister() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1065 uint64_t ShVal = ShAmt->getZExtValue(); in SimplifyDemandedBits() local 1126 unsigned ShVal = Op.getValueType().getSizeInBits()-1; in SimplifyDemandedBits() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 274 unsigned ShVal = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt); in SelectArithImmed() local 354 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val); in SelectShiftedRegister() local
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 797 SDValue ShVal = N.getNode()->getOperand(0); in MatchAddressRecursively() local
|
D | X86ISelLowering.cpp | 4724 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShiftRight() 4757 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShiftLeft() 4790 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShift() 6630 SDValue ShVal; in LowerVECTOR_SHUFFLE() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 322 Value *ShVal = Op->getOperand(0); in OptAndOp() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1141 uint64_t ShVal = ShAmt->getZExtValue(); in SimplifyDemandedBits() local 1200 unsigned ShVal = Op.getValueSizeInBits() - 1; in SimplifyDemandedBits() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 275 Value *ShVal = Op->getOperand(0); in OptAndOp() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 507 Value *ShVal, *ShAmt0, *ShAmt1; in narrowRotate() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1188 SDValue ShVal = N.getNode()->getOperand(0); in matchAddressRecursively() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1408 SDValue ShVal = N.getOperand(0); in matchAddressRecursively() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 1421 Value *ShAmt = CIV, *ShVal = Op; in convertShiftsToLeft() local
|