Home
last modified time | relevance | path

Searched defs:Shl (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp118 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
/external/llvm/unittests/IR/
DConstantRangeTest.cpp473 TEST_F(ConstantRangeTest, Shl) { in TEST_F() argument
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp805 Instruction *Shl, APInt DemandedMask, APInt &KnownZero, APInt &KnownOne) { in SimplifyShrShlDemandedBits()
DInstCombineMulDivRem.cpp205 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local
228 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local
/external/llvm/unittests/ADT/
DAPIntTest.cpp30 APInt Shl = One.shl(0); in TEST() local
/external/llvm/include/llvm/MC/
DMCExpr.h428 Shl, ///< Shift left. enumerator
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml173 | Shl Constructor
Dllvm.mli231 | Shl (** Logical Operators *) Constructor
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp1287 const SDValue &Shl = N->getOperand(0); in SelectS_BFEFromShifts() local
DAMDGPUISelLowering.cpp2333 uint32_t Shl = static_cast<uint32_t>(Src0) << (32 - Offset - Width); in constantFoldBFE() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1030 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { in ConvertShiftToMul()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp938 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, And, ShlCount); in foldMaskAndShiftToExtract() local
DX86ISelLowering.cpp19452 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, DAG.getBitcast(VT, V), Shifter); in LowerHorizontalByteSum() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp815 Value *Shl = B.CreateShl(B.getIntN(Width, 1ULL), C); in optimizeMemChr() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2399 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, Result, ShAmt); in lowerSELECT_CC() local
4700 SDValue Shl = DAG.getNode(ISD::SHL, SDLoc(Inner), VT, Ext, in PerformDAGCombine() local
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc241 void Range::Shl(int32_t value) { in Shl() function in v8::internal::Range
Dhydrogen-instructions.h5132 DECLARE_CONCRETE_INSTRUCTION(Shl) in DECLARE_CONCRETE_INSTRUCTION() argument
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp762 SDValue Shl = And1.getOperand(0); in performORCombine() local
/external/llvm/bindings/go/llvm/
Dir.go194 Shl Opcode = C.LLVMShl const
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14129 SDValue Shl = DAG.getNode(ISD::SHL, SDLoc(N0), VT, AndLHS, ShlAmt); in SimplifySelectCC() local
/external/vixl/test/
Dtest-assembler-a64.cc19694 __ Shl(d28, d0, 0); in TEST() local
19695 __ Shl(d29, d0, 16); in TEST() local