HomeSort by relevance Sort by last modified time
    Searched full:shval (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 308 Value *ShVal = ConstantInt::get(V->getType(), i);
309 ShVal = Builder.CreateLShr(V, ShVal, "ctlz.sh");
310 V = Builder.CreateOr(V, ShVal, "ctlz.step");
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 308 Value *ShVal = ConstantInt::get(V->getType(), i);
309 ShVal = Builder.CreateLShr(V, ShVal, "ctlz.sh");
310 V = Builder.CreateOr(V, ShVal, "ctlz.step");
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 493 int ShVal = STI.inMicroMipsMode() ? 2 : 4;
494 int64_t Offset = computeOffset(I->Br) / ShVal;
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 3756 IRTemp tmp, shval, mask, old_shval; local
3883 IRTemp shval, old_shval, imm_val, round; local
4020 IRTemp tmp, shval, mask, old_shval, imm_val, round; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp 797 SDValue ShVal = N.getNode()->getOperand(0);
802 if (CurDAG->isBaseWithConstantOffset(ShVal)) {
803 AM.IndexReg = ShVal.getNode()->getOperand(0);
805 cast<ConstantSDNode>(ShVal.getNode()->getOperand(1));
811 AM.IndexReg = ShVal;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 322 Value *ShVal = Op->getOperand(0);
323 ShVal = Builder->CreateLShr(ShVal, OpRHS, Op->getName());
324 return BinaryOperator::CreateAnd(ShVal, AndRHS, TheAnd.getName());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 275 Value *ShVal = Op->getOperand(0);
276 ShVal = Builder->CreateLShr(ShVal, OpRHS, Op->getName());
277 return BinaryOperator::CreateAnd(ShVal, AndRHS, TheAnd.getName());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 274 unsigned ShVal = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt);
277 Shift = CurDAG->getTargetConstant(ShVal, dl, MVT::i32);
354 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val);
357 Shift = CurDAG->getTargetConstant(ShVal, SDLoc(N), MVT::i32);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 1978 milliseconds