/external/r8/src/main/java/com/android/tools/r8/ir/code/ |
D | Shr.java | 13 public class Shr extends LogicalBinop { class 15 public Shr(NumericType type, Value dest, Value left, Value right) { in Shr() method in Shr
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 558 Instruction *Shr = cast<Instruction>(I->getOperand(0)); in SimplifyDemandedUseBits() local 831 Value *InstCombiner::SimplifyShrShlDemandedBits(Instruction *Shr, in SimplifyShrShlDemandedBits()
|
D | InstCombineCompares.cpp | 1342 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, in FoldICmpShrCst()
|
/external/clang/test/FixIt/ |
D | fixit.cpp | 276 struct Shr { struct
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCExpr.h | 304 Shr, ///< Shift right (arithmetic or logical, depending on target) enumerator
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 902 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, in FoldICmpShrCst()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 176 Shr, enumerator 3264 using Shr = typename InstImpl<TraitsType>::InstX86Shr; member
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2552 SDValue Shr = DAG.getNode(ISD::SRL, dl, MVT::i64, Op0, ShiftConst); in ExpandLegalINT_TO_FP() local
|
D | DAGCombiner.cpp | 7586 SDValue Shr = DAG.getNode(ISD::SRA, N0.getDebugLoc(), VT, Shl, ShrAmt); in SimplifySelectCC() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1674 SDValue Shr = DAG.getNode(ISD::SRA, SL, MVT::i64, FractMask, Exp); in LowerFTRUNC() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2368 SDValue Shr = DAG.getNode(ISD::SRL, dl, MVT::i64, Op0, ShiftConst); in ExpandLegalINT_TO_FP() local
|
D | DAGCombiner.cpp | 14320 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt); in SimplifySelectCC() local
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 4503 DECLARE_CONCRETE_INSTRUCTION(Shr) in DECLARE_CONCRETE_INSTRUCTION() argument
|