HomeSort by relevance Sort by last modified time
    Searched defs:AVT (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 83 EVT AVT;
95 AVT = MVT::i16;
100 AVT = MVT::i32;
105 AVT = MVT::i64;
111 AVT = MVT::i8;
117 if (AVT.bitsGT(MVT::i8)) {
118 unsigned UBytes = AVT.getSizeInBits() / 8;
123 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, AVT),
127 AVT = MVT::i8;
141 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag }
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVT.java 19 * $Id: AVT.java 469221 2006-10-30 18:26:44Z minchau $
40 public class AVT implements java.io.Serializable, XSLTVisitable
58 * If the AVT is not complex, just hold the simple string.
64 * If the AVT is complex, hold a Vector of AVTParts.
150 * Construct an AVT by parsing the string, and either
152 * on to the string if the AVT is simple.
162 public AVT(StylesheetHandler handler, String uri, String name,
441 * Get the AVT as the original string.
443 * @return The AVT as the original string
476 * Evaluate the AVT and return a String
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 86 milliseconds