HomeSort by relevance Sort by last modified time
    Searched refs:VE (Results 1 - 25 of 25) sorted by null

  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 164 static void WriteAttributeTable(const ValueEnumerator &VE,
166 const std::vector<AttrListPtr> &Attrs = VE.getAttributes();
199 static void WriteTypeTable(const ValueEnumerator &VE, BitstreamWriter &Stream) {
200 const ValueEnumerator::TypeList &TypeList = VE.getTypes();
205 uint64_t NumBits = Log2_32_Ceil(VE.getTypes().size()+1);
288 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
299 TypeVals.push_back(VE.getTypeID(FT->getReturnType()));
301 TypeVals.push_back(VE.getTypeID(FT->getParamType(i)));
312 TypeVals.push_back(VE.getTypeID(*I));
337 TypeVals.push_back(VE.getTypeID(AT->getElementType()))
    [all...]
ValueEnumerator.cpp 174 ValueEnumerator &VE;
175 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {}
180 return VE.getTypeID(LHS.first->getType()) <
181 VE.getTypeID(RHS.first->getType());
209 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
210 VI != VE; ++VI)
355 // We've already seen this type.
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 157 static void WriteAttributeTable(const llvm_2_9_func::ValueEnumerator &VE,
159 const std::vector<AttrListPtr> &Attrs = VE.getAttributes();
192 static void WriteTypeTable(const llvm_2_9_func::ValueEnumerator &VE,
194 const llvm_2_9_func::ValueEnumerator::TypeList &TypeList = VE.getTypes();
203 Log2_32_Ceil(VE.getTypes().size()+1)));
214 Log2_32_Ceil(VE.getTypes().size()+1)));
223 Log2_32_Ceil(VE.getTypes().size()+1)));
239 Log2_32_Ceil(VE.getTypes().size()+1)));
247 Log2_32_Ceil(VE.getTypes().size()+1)));
281 TypeVals.push_back(VE.getTypeID(PTy->getElementType()))
    [all...]
ValueEnumerator.cpp 176 ValueEnumerator &VE;
177 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {}
182 return VE.getTypeID(LHS.first->getType()) <
183 VE.getTypeID(RHS.first->getType());
211 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
212 VI != VE; ++VI)
367 // We've already seen this type.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/
testing.properties 18 testFramework=VE-Automated-Tests-${buildId}.zip
21 runtime=VE-SDK-${buildId}.zip
24 executionDir=${testDir}/ve-testing
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 135 static void WriteAttributeTable(const llvm_2_9::ValueEnumerator &VE,
137 const std::vector<AttrListPtr> &Attrs = VE.getAttributes();
169 static void WriteTypeSymbolTable(const llvm_2_9::ValueEnumerator &VE,
171 const llvm_2_9::ValueEnumerator::TypeList &TypeList = VE.getTypes();
178 Log2_32_Ceil(VE.getTypes().size()+1)));
222 NameVals.push_back(VE.getTypeID(TI->second));
242 static void WriteTypeTable(const llvm_2_9::ValueEnumerator &VE,
244 const llvm_2_9::ValueEnumerator::TypeList &TypeList = VE.getTypes();
253 Log2_32_Ceil(VE.getTypes().size()+1)));
264 Log2_32_Ceil(VE.getTypes().size()+1)))
    [all...]
ValueEnumerator.cpp 176 ValueEnumerator &VE;
177 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {}
182 return VE.getTypeID(LHS.first->getType()) <
183 VE.getTypeID(RHS.first->getType());
211 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
212 VI != VE; ++VI)
367 // We've already seen this type.
  /external/clang/test/CodeGen/
volatile.c 36 extv4 VE;
65 i=VE.yx[1];
  /external/llvm/lib/VMCore/
ValueSymbolTable.cpp 26 for (iterator VI = vmap.begin(), VE = vmap.end(); VI != VE; ++VI)
  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 216 VE = CurrentPacketMIs.end(); VI != VE; ++VI) {
InlineSpiller.cpp 531 for (LiveInterval::vni_iterator VI = LI.vni_begin(), VE = LI.vni_end();
532 VI != VE; ++VI) {
642 VE = LI.vni_end(); VI != VE; ++VI) {
    [all...]
SplitKit.cpp 737 for (LiveInterval::vni_iterator VI = LI->vni_begin(), VE = LI->vni_end();
738 VI != VE; ++VI) {
810 for (LiveInterval::vni_iterator VI = LI->vni_begin(), VE = LI->vni_end();
811 VI != VE; ++VI) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 196 for (ValueToValueMapTy::iterator VI = VMap.begin(), VE = VMap.end();
197 VI != VE; ++VI) {
LoopUnroll.cpp 289 for (ValueToValueMapTy::iterator VI = VMap.begin(), VE = VMap.end();
290 VI != VE; ++VI)
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 756 void AggExprEmitter::VisitVAArgExpr(VAArgExpr *VE) {
757 llvm::Value *ArgValue = CGF.EmitVAListRef(VE->getSubExpr());
758 llvm::Value *ArgPtr = CGF.EmitVAArg(ArgValue, VE->getType());
761 CGF.ErrorUnsupported(VE, "aggregate va_arg expression");
765 EmitFinalDestCopy(VE, CGF.MakeAddrLValue(ArgPtr, VE->getType()));
    [all...]
CGExprScalar.cpp 497 Value *VisitVAArgExpr(VAArgExpr *VE);
    [all...]
CGDebugInfo.cpp 58 // If we've changed files in the middle of a lexical scope go ahead
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 39 unzip -qq -o -C VE-junit-tests*.zip */plugins/org.eclipse.test*
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 165 for (ValueSymbolTable::iterator VI = ST.begin(), VE = ST.end(); VI != VE; ) {
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 764 for (unsigned vi = 0, ve = Variables.getNumElements(); vi != ve; ++vi) {
    [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 815 mov ax, #0x4556 ;; VE
  /external/clang/lib/Analysis/
CFG.cpp 801 VE = RD->vbases_end(); VI != VE; ++VI) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
voice.rtpdump 4 ??pjhoiiq]]VORjkd[V^lqpiz???lo???{f?????k???????????????k]TST]mbfeflm??{kot????????ill??zqk???bcl???l?????????hy??uro??{ut?je`hozv?{w??????????q]`q|g[W^y??jjj???mks???9:?4????pj?????ve~??lbpv?m^Wedcl~????{????????w???????????pnl?|}bzuuiy~????lhnw?|x???ri]Zcck???rkh????????????{ul??z^hjb_j|???ziz?????????cfo?k??zf_airlcj????pn????}~????*?9;?4?J??pjnpmpy??????}em??unekl{?????~|osxqy}j????uor????p???fax???q?????????yuv??uhho???gcdiknun???refu|{y????y?s|o???b\i??~[Za????n???y??????zy???yl\[Xe???w[[j???nu????>?9<?4???pj?????????~||pairx??ddjk??|oewhljn?m]c}??uz|??????q|????????????????????????yn??????????p???k`k?nX\]]^_^getbbm~mb_]kq??tl??l]u??~?xlj???kp~????|nnp}u?ygi?????????R?9=?4????pj??s}x???ejhaXW]o?????????????|????mn}??j_\d?yfZ`g?}o\X\t?|gky??~r{so?????????????mw?qhl{???k??~{?????????igh???nj~vnfokrnj`l??????????????s???{}x|~tlkbjuk\SXn???g?9>?4?*??pjtnko???kh]n~????{???zmi???v{???wbp??djo?mj[`g??{????????????????ydjw?nso?????ik????????j`t??quq???gaju?plhnlxe_fggrld_^????u}???????id???]cu??vl}????????????gny??{?9??4???pj??nr?kcel~??onu???^bn???xjl`_``jx?y^_l??zhl{w?zo_]~~zz?o????????y??????????yl????nj???w???jk|????nk]_m??zm_`bjmm]at?uwv??{kvz???sh???????????}|???????????lh~?~?????9@?4?j??pj?ycn???t_`i???s????j\hl{~nnk???h_^dbdehd_h????????rn???????????????|v????????hh??rxo_^^koj\[[_dhtw?t???????????rn?????????????|?????}meel???j]dnrjb]m?n`^Z]kkj]_????9A?4?
    [all...]

Completed in 1991 milliseconds