Searched refs:DL0 (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4702 SDLoc DL0(N0); in visitANDLike() local 4704 DAG.getNode(ISD::ADD, DL0, VT, in visitANDLike() 7082 SDLoc DL0(N0); in visitXOR() local 7083 V = DAG.getNode(ISD::XOR, DL0, V.getValueType(), V, in visitXOR() 7084 DAG.getConstant(1, DL0, V.getValueType())); in visitXOR() 8006 SDLoc DL0(N0); in visitSRL() local 8007 SDValue SmallShift = DAG.getNode(ISD::SRL, DL0, SmallVT, in visitSRL() 8009 DAG.getConstant(ShiftAmt, DL0, in visitSRL() 9400 SDLoc DL0(N0); in CombineZExtLogicopShiftLoad() local 9401 SDValue And = DAG.getNode(N0.getOpcode(), DL0, VT, Shift, in CombineZExtLogicopShiftLoad() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 36675 SDLoc DL0(N0); in combineBitcast() local 36682 return DAG.getNode(FPOpcode, DL0, VT, LogicOp0.getOperand(0), CastedOp1); in combineBitcast() 36689 return DAG.getNode(FPOpcode, DL0, VT, LogicOp1.getOperand(0), CastedOp0); in combineBitcast()
|