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 505 ARM_AM::ShiftOpc ShiftTy;
515 ARM_AM::ShiftOpc ShiftTy;
522 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 797 EVT ShiftTy, SelectionDAG &DAG) {
812 DAG.getConstant(Log2_64(C), DL, ShiftTy));
822 SDValue Op0 = genConstMult(X, Floor, DL, VT, ShiftTy, DAG);
823 SDValue Op1 = genConstMult(X, C - Floor, DL, VT, ShiftTy, DAG);
829 SDValue Op0 = genConstMult(X, Ceil, DL, VT, ShiftTy, DAG);
830 SDValue Op1 = genConstMult(X, Ceil - C, DL, VT, ShiftTy, DAG);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 163 bool SelectShift(const Instruction *I, ARM_AM::ShiftOpc ShiftTy);
    [all...]

Completed in 242 milliseconds