HomeSort by relevance Sort by last modified time
    Searched defs:AU (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/lib/Transforms/Scalar/
LoopSimplifyCFG.cpp 98 void getAnalysisUsage(AnalysisUsage &AU) const override {
99 AU.addPreserved<DependenceAnalysisWrapperPass>();
100 getLoopAnalysisUsage(AU);
LoopDeletion.cpp 244 void getAnalysisUsage(AnalysisUsage &AU) const override {
245 getLoopAnalysisUsage(AU);
LoopInstSimplify.cpp 45 void getAnalysisUsage(AnalysisUsage &AU) const override {
46 AU.addRequired<AssumptionCacheTracker>();
47 AU.addRequired<TargetLibraryInfoWrapperPass>();
48 AU.setPreservesCFG();
49 getLoopAnalysisUsage(AU);
LoopRotation.cpp 658 void getAnalysisUsage(AnalysisUsage &AU) const override {
659 AU.addRequired<AssumptionCacheTracker>();
660 AU.addRequired<TargetTransformInfoWrapperPass>();
661 getLoopAnalysisUsage(AU);
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 162 ASTUnit *AU = cxtu::getASTUnit(TU);
184 if (AU->stored_diag_size() != Set->getNumDiagnostics()) {
196 CXDiagnosticRenderer Renderer(AU->getASTContext().getLangOpts(),
199 for (ASTUnit::stored_diag_iterator it = AU->stored_diag_begin(),
200 ei = AU->stored_diag_end(); it != ei; ++it) {
CursorVisitor.h 66 ASTUnit *AU;
151 : TU(TU), AU(cxtu::getASTUnit(TU)),
175 ASTUnit *getASTUnit() const { return AU; }
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 31 static final String AU = "AU";
ShortNumberInfoTest.java 163 parse(ambiguousPremiumRateString, RegionCode.AU), RegionCode.AU));
165 parse(ambiguousPremiumRateString, RegionCode.AU), RegionCode.AU));
175 parse(ambiguousStandardRateString, RegionCode.AU), RegionCode.AU));
177 parse(ambiguousStandardRateString, RegionCode.AU), RegionCode.AU));
185 assertTrue(shortInfo.isValidShortNumberForRegion(parse(ambiguousTollFreeString, RegionCode.AU),
186 RegionCode.AU));
    [all...]
  /external/llvm/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
LegacyPassManagers.h 257 AnalysisUsage AU;
258 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
260 Profile(ID, AU);
262 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
265 ID.AddBoolean(AU.getPreservesAll());
271 ProfileVec(AU.getRequiredSet());
272 ProfileVec(AU.getRequiredTransitiveSet());
273 ProfileVec(AU.getPreservedSet())
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
msp430-decode.c 43 #define AU ATTRIBUTE_UNUSED
362 int srcr AU = op[0] & 0x0f;
364 int dstr AU = op[1] & 0x0f;
386 int srcr AU = op[0] & 0x0f;
388 int dstr AU = op[1] & 0x0f;
410 int srcr AU = op[0] & 0x0f;
412 int dstr AU = op[1] & 0x0f;
434 int srcr AU = op[0] & 0x0f;
436 int dstr AU = op[1] & 0x0f;
459 int bt AU = (op[0] >> 2) & 0x03
    [all...]
rl78-decode.c 53 #define AU ATTRIBUTE_UNUSED
165 rl78_decode_opcode (unsigned long pc AU,
218 int rw AU = (op[0] >> 1) & 0x03;
444 int ra AU = (op[0] >> 1) & 0x03;
464 int ra AU = (op[0] >> 1) & 0x03;
624 int rw AU = (op[0] >> 1) & 0x03;
812 int rg AU = (op[0] >> 1) & 0x03;
834 int bit AU = (op[1] >> 4) & 0x07;
854 int bit AU = (op[1] >> 4) & 0x07;
872 int bit AU = (op[1] >> 4) & 0x07
    [all...]

Completed in 386 milliseconds

1 2