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

  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 103 EVT AVT;
115 AVT = MVT::i16;
120 AVT = MVT::i32;
125 AVT = MVT::i64;
131 AVT = MVT::i8;
137 if (AVT.bitsGT(MVT::i8)) {
138 unsigned UBytes = AVT.getSizeInBits() / 8;
143 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, dl, AVT),
147 AVT = MVT::i8;
161 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.cpp 80 EVT AVT;
92 AVT = MVT::i16;
97 AVT = MVT::i32;
102 AVT = MVT::i64;
108 AVT = MVT::i8;
114 if (AVT.bitsGT(MVT::i8)) {
115 unsigned UBytes = AVT.getSizeInBits() / 8;
120 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, AVT),
124 AVT = MVT::i8;
140 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...]
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 220 milliseconds