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

  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 81 EVT AVT;
93 AVT = MVT::i16;
98 AVT = MVT::i32;
103 AVT = MVT::i64;
109 AVT = MVT::i8;
115 if (AVT.bitsGT(MVT::i8)) {
116 unsigned UBytes = AVT.getSizeInBits() / 8;
121 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, AVT),
125 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...]

Completed in 156 milliseconds