Searched refs:getShiftAmountOperand (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 699 SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op);
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 987 SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1135 SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 930 Ops[1] = LegalizeOp(DAG.getShiftAmountOperand(Ops[0].getValueType(), in LegalizeOp() 939 Ops[2] = LegalizeOp(DAG.getShiftAmountOperand(Ops[0].getValueType(), in LegalizeOp()
|
D | SelectionDAG.cpp | 1444 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand() function in SelectionDAG 6459 getShiftAmountOperand(Operands[0].getValueType(), in UnrollVectorOp()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1086 DAG.getShiftAmountOperand(Node->getOperand(0).getValueType(), in LegalizeOp() 1101 DAG.getShiftAmountOperand(Node->getOperand(0).getValueType(), in LegalizeOp()
|
D | SelectionDAG.cpp | 1808 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand() function in SelectionDAG 6939 getShiftAmountOperand(Operands[0].getValueType(), in UnrollVectorOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1140 SDValue SAO = DAG.getShiftAmountOperand(Op0.getValueType(), Op1); in LegalizeOp() 1160 SDValue SAO = DAG.getShiftAmountOperand(Op0.getValueType(), Op2); in LegalizeOp()
|
D | SelectionDAG.cpp | 1880 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand() function in SelectionDAG 8371 getShiftAmountOperand(Operands[0].getValueType(), in UnrollVectorOp()
|