Searched refs:getShiftAmountOperand (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 987 SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1194 SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1393 SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op);
|
/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-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1187 SDValue SAO = DAG.getShiftAmountOperand(Op0.getValueType(), Op1); in LegalizeOp() 1209 SDValue SAO = DAG.getShiftAmountOperand(Op0.getValueType(), Op2); in LegalizeOp()
|
D | SelectionDAG.cpp | 1926 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand() function in SelectionDAG 9306 getShiftAmountOperand(Operands[0].getValueType(), in UnrollVectorOp()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1207 SDValue SAO = DAG.getShiftAmountOperand(Op0.getValueType(), Op1); in LegalizeOp() 1229 SDValue SAO = DAG.getShiftAmountOperand(Op0.getValueType(), Op2); in LegalizeOp()
|
D | SelectionDAG.cpp | 1992 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand() function in SelectionDAG 9530 getShiftAmountOperand(Operands[0].getValueType(), in UnrollVectorOp()
|