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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 343 ARM_AM::ShiftOpc ShiftTy;
352 ARM_AM::ShiftOpc ShiftTy;
358 ARM_AM::ShiftOpc ShiftTy;
675 return Kind == k_PostIndexRegister && PostIdxReg.ShiftTy == ARM_AM::no_shift;
720 return PostIdxReg.ShiftTy == ARM_AM::no_shift;
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 525 ARM_AM::ShiftOpc ShiftTy;
535 ARM_AM::ShiftOpc ShiftTy;
542 ARM_AM::ShiftOpc ShiftTy;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 759 ARM_AM::ShiftOpc ShiftTy;
769 ARM_AM::ShiftOpc ShiftTy;
776 ARM_AM::ShiftOpc ShiftTy;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeVectorOps.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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 785 EVT ShiftTy, SelectionDAG &DAG) {
797 DAG.getConstant(C.logBase2(), DL, ShiftTy));
808 SDValue Op0 = genConstMult(X, Floor, DL, VT, ShiftTy, DAG);
809 SDValue Op1 = genConstMult(X, C - Floor, DL, VT, ShiftTy, DAG);
815 SDValue Op0 = genConstMult(X, Ceil, DL, VT, ShiftTy, DAG);
816 SDValue Op1 = genConstMult(X, Ceil - C, DL, VT, ShiftTy, DAG);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 156 bool SelectShift(const Instruction *I, ARM_AM::ShiftOpc ShiftTy);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMFastISel.cpp 187 bool SelectShift(const Instruction *I, ARM_AM::ShiftOpc ShiftTy);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 996 milliseconds