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

1 2 3 4 5

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
mode.h 2 #define ACT 1
dlg_a.c 143 zzmode(ACT); /* MR1 */
150 lexAction=1;zzmode(ACT);
158 zzmode(ACT); /* MR1 */
165 lexPrefix=1;zzmode(ACT);
176 zzmode(ACT); zzskip();
463 zzmode(ACT); /* MR1 */
520 zzmode(ACT); zzline++; /* MR1 */
dlg_p.g 121 zzmode(ACT); /* MR1 */
124 <<lexAction=1;zzmode(ACT);>> /* MR1 */
127 zzmode(ACT); /* MR1 */
130 <<lexPrefix=1;zzmode(ACT);>> /* MR1 */
137 zzmode(ACT); zzskip();
408 #lexclass ACT
436 #token "\*/" << zzmode(ACT); /* MR1 */
443 #token "[\n\r]" << zzmode(ACT); zzline++; /* MR1 */
  /external/llvm/include/llvm/Analysis/
AssumptionCache.h 135 AssumptionCacheTracker *ACT;
141 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr)
142 : CallbackVH(V), ACT(ACT) {}
InlineCost.h 115 AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI);
124 AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI);
  /external/ltp/testcases/kernel/io/disktest/
childmain.h 37 EXP,ACT,REREAD
childmain.c 521 } else if (oper == ACT) {
571 * Once here, this function will act as if it
894 /* data compare routine. Act as if we were to write, but just compare */
931 target.lba, i, ACT,
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 179 AssumptionCacheTracker *ACT = nullptr)
180 : CG(cg), ACT(ACT) {}
185 AssumptionCacheTracker *ACT;
  /external/llvm/lib/Analysis/
AssumptionCache.cpp 92 auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr()));
93 if (I != ACT->AssumptionCaches.end())
94 ACT->AssumptionCaches.erase(I);
InlineCost.cpp 79 AssumptionCacheTracker *ACT;
206 CallAnalyzer(const TargetTransformInfo &TTI, AssumptionCacheTracker *ACT,
209 : TTI(TTI), ACT(ACT), PSI(PSI), F(Callee), CandidateCS(CSArg),
    [all...]
BasicAliasAnalysis.cpp     [all...]
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 88 AssumptionCacheTracker *ACT;
  /external/llvm/lib/Transforms/IPO/
InlineSimple.cpp 64 return llvm::getInlineCost(CS, DefaultThreshold, TTI, ACT, PSI);
Inliner.cpp 378 ACT = &getAnalysis<AssumptionCacheTracker>();
440 InlineFunctionInfo InlineInfo(&CG, ACT);
SampleProfile.cpp 99 : DT(nullptr), PDT(nullptr), LI(nullptr), ACT(nullptr), Reader(),
105 void setACT(AssumptionCacheTracker *A) { ACT = A; }
164 AssumptionCacheTracker *ACT;
641 InlineFunctionInfo IFI(nullptr, ACT);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbstorioctl.h 8 UCHAR ACT;
  /external/llvm/lib/ObjectYAML/
COFFYAML.cpp 460 IO &IO, COFF::AuxiliaryCLRToken &ACT) {
461 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType);
463 IO.mapRequired("SymbolTableIndex", ACT.SymbolTableIndex);
  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerOCLBlocks.cpp 342 auto ACT = &getAnalysis<AssumptionCacheTracker>();
344 //InlineFunctionInfo IFI(CG, M->getDataLayout(), AA, ACT);
345 InlineFunctionInfo IFI(CG, ACT);
  /external/llvm/include/llvm/ObjectYAML/
COFFYAML.h 202 static void mapping(IO &IO, COFF::AuxiliaryCLRToken &ACT);
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /bionic/libc/kernel/uapi/linux/
zorro_ids.h     [all...]
  /development/ndk/platforms/android-21/include/linux/
zorro_ids.h     [all...]
  /development/ndk/platforms/android-9/include/linux/
zorro_ids.h 504 #define ZORRO_PROD_ACT_PRELUDE ZORRO_ID(ACT, 0x01, 0)
  /external/kernel-headers/original/uapi/linux/
zorro_ids.h 502 #define ZORRO_PROD_ACT_PRELUDE ZORRO_ID(ACT, 0x01, 0)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
zorro_ids.h 504 #define ZORRO_PROD_ACT_PRELUDE ZORRO_ID(ACT, 0x01, 0)

Completed in 946 milliseconds

1 2 3 4 5