Home
last modified time | relevance | path

Searched refs:CurrentOp (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp17068 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode() local
17069 if (CurrentOp->isUndef()) { in getTargetVShiftByConstNode()
17070 Elts.push_back(CurrentOp); in getTargetVShiftByConstNode()
17073 ND = cast<ConstantSDNode>(CurrentOp); in getTargetVShiftByConstNode()
17080 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode() local
17081 if (CurrentOp->isUndef()) { in getTargetVShiftByConstNode()
17082 Elts.push_back(CurrentOp); in getTargetVShiftByConstNode()
17085 ND = cast<ConstantSDNode>(CurrentOp); in getTargetVShiftByConstNode()
17092 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode() local
17093 if (CurrentOp->isUndef()) { in getTargetVShiftByConstNode()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp20182 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode() local
20183 if (CurrentOp->isUndef()) { in getTargetVShiftByConstNode()
20184 Elts.push_back(CurrentOp); in getTargetVShiftByConstNode()
20187 ND = cast<ConstantSDNode>(CurrentOp); in getTargetVShiftByConstNode()
20194 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode() local
20195 if (CurrentOp->isUndef()) { in getTargetVShiftByConstNode()
20196 Elts.push_back(CurrentOp); in getTargetVShiftByConstNode()
20199 ND = cast<ConstantSDNode>(CurrentOp); in getTargetVShiftByConstNode()
20206 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode() local
20207 if (CurrentOp->isUndef()) { in getTargetVShiftByConstNode()
[all …]