HomeSort by relevance Sort by last modified time
    Searched refs:AA (Results 101 - 125 of 278) sorted by null

1 2 3 45 6 7 8 91011>>

  /dalvik/vm/mterp/arm-vfp/
fbinop.S 10 mov r9, rINST, lsr #8 @ r9<- AA
fbinopWide.S 10 mov r9, rINST, lsr #8 @ r9<- AA
  /dalvik/vm/mterp/armv5te/
OP_FILL_ARRAY_DATA.S 5 mov r3, rINST, lsr #8 @ r3<- AA
OP_MONITOR_EXIT.S 12 mov r2, rINST, lsr #8 @ r2<- AA
binop.S 19 mov r9, rINST, lsr #8 @ r9<- AA
binopLit8.S 17 mov r9, rINST, lsr #8 @ r9<- AA
OP_SPUT_WIDE.S 13 mov r9, rINST, lsr #8 @ r9<- AA
15 add r9, rFP, r9, lsl #2 @ r9<- &fp[AA]
18 .L${opcode}_finish: @ field ptr in r2, AA in r9
34 * r9: &fp[AA]
OP_AGET.S 13 mov r9, rINST, lsr #8 @ r9<- AA
OP_APUT.S 13 mov r9, rINST, lsr #8 @ r9<- AA
OP_APUT_OBJECT.S 7 mov r9, rINST, lsr #8 @ r9<- AA
  /dalvik/vm/mterp/mips/
OP_FILL_ARRAY_DATA.S 5 GET_OPA(a3) # a3 <- AA
OP_INVOKE_VIRTUAL_QUICK.S 10 # op vAA, {vCCCC..v(CCCC+AA-1)}, meth /* BBBB */
OP_MONITOR_EXIT.S 12 GET_OPA(a2) # a2 <- AA
binopLit8.S 17 GET_OPA(rOBJ) # rOBJ <- AA
OP_SPUT_WIDE.S 13 GET_OPA(t0) # t0 <- AA
15 EAS2(rOBJ, rFP, t0) # rOBJ<- &fp[AA]
18 .L${opcode}_finish: # field ptr in a2, AA in rOBJ
34 * rOBJ: &fp[AA]
OP_FILLED_NEW_ARRAY.S 10 # op {vCCCC..v(CCCC+AA-1)}, type /* BBBB */
16 GET_OPA(rOBJ) # rOBJ <- AA or BA
32 * rOBJ holds AA or BA
39 move a1, rOBJ # a1 <- AA (length)
63 # a0=array, a1=CCCC/FEDC, t0=length (from AA or B), rOBJ=AA/BA
  /dalvik/vm/mterp/x86/
OP_USHR_LONG.S 13 /* rINSTw gets AA */
27 SET_VREG_WORD rIBASE rINST 1 # v[AA+1]<- rIBASE
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 41 static cl::opt<bool> EnableAASchedMI("enable-aa-sched-mi", cl::Hidden,
43 cl::desc("Enable use of AA during MI GAD construction"));
445 static inline bool isGlobalMemoryObject(AliasAnalysis *AA, MachineInstr *MI) {
448 (!MI->mayLoad() || !MI->isInvariantLoad(AA))))
497 static bool MIsNeedChainEdge(AliasAnalysis *AA, const MachineFrameInfo *MFI,
512 // To this point analysis is generic. From here on we do need AA.
513 if (!AA)
523 // The following interface to AA is fashioned after DAGCombiner::isAlias
535 // FIXME: Even before we go to AA we can reason locally about some
546 AliasAnalysis::AliasResult AAResult = AA->alias
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 36 AliasAnalysis *AA;
101 AA = &getAnalysis<AliasAnalysis>();
156 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA,
165 AliasAnalysis::Location Loc = AA->getLocation(L);
168 if (AA->getModRefInfo(*I, Loc) & AliasAnalysis::Mod)
222 if (!isSafeToMove(Inst, AA, Stores))
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 81 INITIALIZE_PASS_BEGIN(AAEval, "aa-eval",
84 INITIALIZE_PASS_END(AAEval, "aa-eval",
132 AliasAnalysis &AA = getAnalysis<AliasAnalysis>();
175 if (I1ElTy->isSized()) I1Size = AA.getTypeStoreSize(I1ElTy);
180 if (I2ElTy->isSized()) I2Size = AA.getTypeStoreSize(I2ElTy);
182 switch (AA.alias(*I1, I1Size, *I2, I2Size)) {
209 if (ElTy->isSized()) Size = AA.getTypeStoreSize(ElTy);
211 switch (AA.getModRefInfo(*C, *V, Size)) {
234 switch (AA.getModRefInfo(*C, *D)) {
MemoryDependenceAnalysis.cpp 91 AA = &getAnalysis<AliasAnalysis>();
121 AliasAnalysis *AA) {
124 Loc = AA->getLocation(LI);
127 Loc = AA->getLocation(LI);
136 Loc = AA->getLocation(SI);
139 Loc = AA->getLocation(SI);
147 Loc = AA->getLocation(V);
151 if (const CallInst *CI = isFreeCall(Inst, AA->getTargetLibraryInfo())) {
208 AliasAnalysis::ModRefResult MR = GetLocation(Inst, Loc, AA);
211 if (AA->getModRefInfo(CS, Loc) != AliasAnalysis::NoModRef
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/basis/
ImprovedNoise.java 60 int AA = ImprovedNoise.p[A] + Z;
70 ImprovedNoise.lerp(u, ImprovedNoise.grad3(ImprovedNoise.p[AA], x, y, z),
75 ImprovedNoise.lerp(u, ImprovedNoise.grad3(ImprovedNoise.p[AA + 1], x, y, z - 1), // CORNERS
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 45 FunctionAttrs() : CallGraphSCCPass(ID), AA(0) {
72 AliasAnalysis *AA;
105 AliasAnalysis::ModRefBehavior MRB = AA->getModRefBehavior(F);
132 AliasAnalysis::ModRefBehavior MRB = AA->getModRefBehavior(CS);
147 if (!AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) {
169 AliasAnalysis::Location Loc = AA->getLocation(LI);
170 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true))
176 AliasAnalysis::Location Loc = AA->getLocation(SI);
177 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true))
182 AliasAnalysis::Location Loc = AA->getLocation(VI)
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 74 // AA - If we have an alias analysis object to update, this is it, otherwise
76 AliasAnalysis *AA;
132 AA = getAnalysisIfAvailable<AliasAnalysis>();
277 if (AA) AA->deleteValue(PN);
469 AliasAnalysis *AA, LoopInfo *LI) {
476 if (AA) AA->deleteValue(PN);
556 PHINode *PN = FindPHIToPartitionLoops(L, DT, AA, LI);
697 if (AA) AA->copyValue(PN, NewPN)
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 255 void addUnknownInst(Instruction *I, AliasAnalysis &AA);
271 AliasAnalysis &AA) const;
272 bool aliasesUnknownInst(Instruction *Inst, AliasAnalysis &AA) const;
296 AliasAnalysis &AA;
310 explicit AliasSetTracker(AliasAnalysis &aa) : AA(aa) {}
374 AliasAnalysis &getAliasAnalysis() const { return AA; }

Completed in 428 milliseconds

1 2 3 45 6 7 8 91011>>