Searched refs:DL0 (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/PerlMagick/t/ |
D | input.mat | 57 !Y��lUE,>bhqxv}�telfRMX[a������eO[]EGaj\F:=EH;259?:*3RU7%+6>X[+++N��ooZ9&)DL0!$)8U\E62-"…
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4850 SDLoc DL0(N0); in visitSRL() local 4851 SDValue SmallShift = DAG.getNode(ISD::SRL, DL0, SmallVT, in visitSRL() 4853 DAG.getConstant(ShiftAmt, DL0, in visitSRL() 5110 SDLoc DL0(N0); in visitSELECT() local 5111 XORNode = DAG.getNode(ISD::XOR, DL0, VT0, in visitSELECT() 5112 N0, DAG.getConstant(1, DL0, VT0)); in visitSELECT() 9320 SDLoc DL0(N0); in visitFNEG() local 9321 Int = DAG.getNode(ISD::XOR, DL0, IntVT, Int, in visitFNEG() 9322 DAG.getConstant(SignMask, DL0, IntVT)); in visitFNEG()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3973 SDLoc DL0(N0); in visitANDLike() local 3975 DAG.getNode(ISD::ADD, DL0, VT, in visitANDLike() 6798 SDLoc DL0(N0); in visitSRL() local 6799 SDValue SmallShift = DAG.getNode(ISD::SRL, DL0, SmallVT, in visitSRL() 6801 DAG.getConstant(ShiftAmt, DL0, in visitSRL() 8196 SDLoc DL0(N0); in CombineZExtLogicopShiftLoad() local 8197 SDValue And = DAG.getNode(N0.getOpcode(), DL0, VT, Shift, in CombineZExtLogicopShiftLoad() 8198 DAG.getConstant(Mask, DL0, VT)); in CombineZExtLogicopShiftLoad() 11892 SDLoc DL0(N0); in visitFNEG() local 11893 Int = DAG.getNode(ISD::XOR, DL0, IntVT, Int, in visitFNEG() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 31789 SDLoc DL0(N0); in combineBitcast() local 31796 return DAG.getNode(FPOpcode, DL0, VT, LogicOp0.getOperand(0), CastedOp1); in combineBitcast() 31803 return DAG.getNode(FPOpcode, DL0, VT, LogicOp1.getOperand(0), CastedOp0); in combineBitcast()
|