Home
last modified time | relevance | path

Searched defs:WE (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp55 auto *WE = new WebAssemblyException(EHPad); in recalculate() local
63 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
69 for (auto *WE : Exceptions) { in recalculate() local
78 for (auto *WE : Exceptions) { in recalculate() local
98 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
155 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
189 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
195 for (auto *WE : TopLevelExceptions) in print() local
DWebAssemblyExceptionInfo.h60 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
62 bool contains(const WebAssemblyException *WE) const { in contains()
152 void changeExceptionFor(MachineBasicBlock *MBB, WebAssemblyException *WE) { in changeExceptionFor()
160 void addTopLevelException(WebAssemblyException *WE) { in addTopLevelException()
/external/libcxx/test/std/language.support/cmp/cmp.common/
Dcommon_comparison_category.pass.cpp38 using WE = std::weak_equality; in main() typedef
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp624 auto &WE = Worklist.back(); in createPOT() local
984 WorklistEntry WE; in scheduleMapGlobalInitializer() local
1000 WorklistEntry WE; in scheduleMapAppendingVariable() local
1016 WorklistEntry WE; in scheduleMapGlobalAliasee() local
1028 WorklistEntry WE; in scheduleRemapFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp637 auto &WE = Worklist.back(); in createPOT() local
1003 WorklistEntry WE; in scheduleMapGlobalInitializer() local
1019 WorklistEntry WE; in scheduleMapAppendingVariable() local
1035 WorklistEntry WE; in scheduleMapGlobalAliasee() local
1047 WorklistEntry WE; in scheduleRemapFunction() local
/external/u-boot/include/linux/mtd/
Dst_smi.h48 #define WE 0x00000800 /* Write Enable */ macro
/external/python/dateutil/dateutil/
Drelativedelta.py13 MO, TU, WE, TH, FR, SA, SU = weekdays = tuple(weekday(x) for x in range(7)) variable
Drrule.py77 MO, TU, WE, TH, FR, SA, SU = weekdays = tuple(weekday(x) for x in range(7)) variable
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp290 WE = SchedWrites.end(); WI != WE; ++WI) { in collectSchedRW() local
554 for (IdxIter WI = SC.Writes.begin(), WE = SC.Writes.end(); WI != WE; ++WI) in collectSchedClasses() local
571 for (IdxIter WI = Writes.begin(), WE = Writes.end(); WI != WE; ++WI) in collectSchedClasses() local
1036 WI = WSI->begin(), WE = WSI->end(); WI != WE; ++WI) { in hasVariant() local
1355 for (IdxIter WI = WriteSeq.begin(), WE = WriteSeq.end(); WI != WE; ++WI) in inferFromRW() local
1850 WI = WSI->begin(), WE = WSI->end(); WI != WE; ++WI) { in dump() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.cpp1951 WI = WSI->begin(), WE = WSI->end(); WI != WE; ++WI) { in dump() local
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1234 WE = WriteSet.end(); W != WE; ++W) { in trackUsesOfI() local