HomeSort by relevance Sort by last modified time
    Searched refs:ShiftTy (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 480 ARM_AM::ShiftOpc ShiftTy;
490 ARM_AM::ShiftOpc ShiftTy;
497 ARM_AM::ShiftOpc ShiftTy;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 794 EVT ShiftTy, SelectionDAG &DAG) {
809 DAG.getConstant(Log2_64(C), ShiftTy));
819 SDValue Op0 = genConstMult(X, Floor, DL, VT, ShiftTy, DAG);
820 SDValue Op1 = genConstMult(X, C - Floor, DL, VT, ShiftTy, DAG);
826 SDValue Op0 = genConstMult(X, Ceil, DL, VT, ShiftTy, DAG);
827 SDValue Op1 = genConstMult(X, Ceil - C, DL, VT, ShiftTy, DAG);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 165 bool SelectShift(const Instruction *I, ARM_AM::ShiftOpc ShiftTy);
    [all...]

Completed in 672 milliseconds