Home
last modified time | relevance | path

Searched refs:VALIGN (Results 1 – 14 of 14) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DEbayPolicyExample.java99 private static final Pattern VALIGN = Pattern.compile( field in EbayPolicyExample
186 .allowAttributes("valign").matching(VALIGN)
/external/libxml2/result/HTML/
Ddoc3.htm.err74 <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/
DX86IntrinsicsInfo.h1466 X86ISD::VALIGN, 0),
1468 X86ISD::VALIGN, 0),
1470 X86ISD::VALIGN, 0),
1472 X86ISD::VALIGN, 0),
1474 X86ISD::VALIGN, 0),
1476 X86ISD::VALIGN, 0),
DX86ISelLowering.h385 VALIGN, enumerator
DX86InstrFragmentsSIMD.td360 def X86VAlign : SDNode<"X86ISD::VALIGN", SDTShuff3OpI>;
DX86ISelLowering.cpp22229 case X86ISD::VALIGN: return "X86ISD::VALIGN"; in getTargetNodeName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h86 VALIGN, // Align two vectors (in Op0, Op1) to one that would have enumerator
DHexagonISelLowering.cpp1734 case HexagonISD::VALIGN: return "HexagonISD::VALIGN"; in getTargetNodeName()
2722 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad()
DHexagonISelDAGToDAG.cpp890 case HexagonISD::VALIGN: return SelectVAlign(N); in Select()
DHexagonPatterns.td107 def HexagonVALIGN: SDNode<"HexagonISD::VALIGN", SDTVecVecIntOp>;
/external/yapf/
DREADME.rst388 - 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/
DX86ISelLowering.h394 VALIGN, enumerator
DX86InstrFragmentsSIMD.td345 def X86VAlign : SDNode<"X86ISD::VALIGN", SDTShuff3OpI>;
DX86ISelLowering.cpp10135 return DAG.getNode(X86ISD::VALIGN, DL, VT, Lo, Hi, in lowerVectorShuffleAsRotate()
26054 case X86ISD::VALIGN: return "X86ISD::VALIGN"; in getTargetNodeName()