Searched refs:VALIGN (Results 1 – 14 of 14) sorted by relevance
/external/owasp/sanitizer/src/main/org/owasp/html/examples/ |
D | EbayPolicyExample.java | 99 private static final Pattern VALIGN = Pattern.compile( field in EbayPolicyExample 186 .allowAttributes("valign").matching(VALIGN)
|
/external/libxml2/result/HTML/ |
D | doc3.htm.err | 74 <CENTER></CENTER></TD></TR><TR><TD COLSPAN="3" VALIGN="TOP" 77 <CENTER></CENTER></TD></TR><TR><TD COLSPAN="3" VALIGN="TOP"
|
/external/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 1466 X86ISD::VALIGN, 0), 1468 X86ISD::VALIGN, 0), 1470 X86ISD::VALIGN, 0), 1472 X86ISD::VALIGN, 0), 1474 X86ISD::VALIGN, 0), 1476 X86ISD::VALIGN, 0),
|
D | X86ISelLowering.h | 385 VALIGN, enumerator
|
D | X86InstrFragmentsSIMD.td | 360 def X86VAlign : SDNode<"X86ISD::VALIGN", SDTShuff3OpI>;
|
D | X86ISelLowering.cpp | 22229 case X86ISD::VALIGN: return "X86ISD::VALIGN"; in getTargetNodeName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 86 VALIGN, // Align two vectors (in Op0, Op1) to one that would have enumerator
|
D | HexagonISelLowering.cpp | 1734 case HexagonISD::VALIGN: return "HexagonISD::VALIGN"; in getTargetNodeName() 2722 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad()
|
D | HexagonISelDAGToDAG.cpp | 890 case HexagonISD::VALIGN: return SelectVAlign(N); in Select()
|
D | HexagonPatterns.td | 107 def HexagonVALIGN: SDNode<"HexagonISD::VALIGN", SDTVecVecIntOp>;
|
/external/yapf/ |
D | README.rst | 388 - VALIGN-RIGHT: Vertically align continuation lines with indent characters. 392 For options ``FIXED``, and ``VALIGN-RIGHT`` are only available when
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 394 VALIGN, enumerator
|
D | X86InstrFragmentsSIMD.td | 345 def X86VAlign : SDNode<"X86ISD::VALIGN", SDTShuff3OpI>;
|
D | X86ISelLowering.cpp | 10135 return DAG.getNode(X86ISD::VALIGN, DL, VT, Lo, Hi, in lowerVectorShuffleAsRotate() 26054 case X86ISD::VALIGN: return "X86ISD::VALIGN"; in getTargetNodeName()
|