/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 104 switch (Rule.getAction()) { in hasNoSimpleLoops() 122 if (Rule.getAction() == Custom) in mutationIsSane() 129 switch (Rule.getAction()) { in mutationIsSane() 138 if (Rule.getAction() == FewerElements) { in mutationIsSane() 164 if (Rule.getAction() == NarrowScalar) { in mutationIsSane() 193 LLVM_DEBUG(dbgs() << ".. .. " << Rule.getAction() << ", " in apply() 198 return {Rule.getAction(), Mutation.first, Mutation.second}; in apply() 458 LegalizerInfo::getAction(const LegalityQuery &Query) const { in getAction() function in LegalizerInfo 478 LegalizerInfo::getAction(const MachineInstr &MI, in getAction() function in LegalizerInfo 506 return getAction({MI.getOpcode(), Types, MemDescrs}); in getAction() [all …]
|
D | LegalizerHelper.cpp | 90 auto Step = LI.getAction(MI, MRI); in legalizeInstrStep() 2043 if (LI.getAction({G_FNEG, {Ty}}).Action == Lower) in lower() 3728 auto QAction = LI.getAction(Q).Action; in lowerBitCount()
|
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/java/com/google/oboe/samples/megadrone/ |
D | MainActivity.java | 66 if (event.getAction() == MotionEvent.ACTION_DOWN){ in onTouchEvent() 68 } else if (event.getAction() == MotionEvent.ACTION_UP){ in onTouchEvent()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
D | NGramParser.java | 61 public int getAction() in getAction() method in NGramParser.StateEntry 145 switch (entry.getAction()) in parse()
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
D | diff.js | 24 this.action = getAction(this) 104 const getAction = ({ actual, ideal }) => { function 240 const action = getAction({ actual, ideal })
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ThaiStateTransition.java | 33 public final char getAction() in getAction() method in ThaiStateTransition
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/ |
D | GameSurfaceView.java | 57 switch (e.getAction()) { in onTouchEvent()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 308 LegalizeAction getAction() const { return Action; } in getAction() function 1136 LegalizeActionStep getAction(const LegalityQuery &Query) const; 1142 LegalizeActionStep getAction(const MachineInstr &MI, 1146 return getAction(Query).Action == LegalizeAction::Legal; in isLegal()
|
D | LegalizationArtifactCombiner.h | 629 auto Step = LI.getAction(Query); in isInstUnsupported() 634 return LI.getAction(Query).Action == LegalizeActions::Legal; in isInstLegal()
|
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
D | ViewerActivity.java | 147 int action = event.getAction() & MotionEvent.ACTION_MASK; in onTouch()
|
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/ |
D | Receiver.java | 47 String action = intent.getAction(); in onReceive()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3824 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts, 3933 TypePromotionHelper::Action TypePromotionHelper::getAction( in getAction() function in TypePromotionHelper 4364 TypePromotionHelper::getAction(Ext, InsertedInsts, TLI, PromotedInsts); in matchOperationAddr() 5250 TypePromotionHelper::getAction(I, InsertedInsts, *TLI, PromotedInsts); in tryToPromoteExts()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test-libandroid.so.abi | 20536 …<function-decl name='getAction' mangled-name='_ZNK7android8KeyEvent9getActionEv' filepath='framewo… 20586 …<function-decl name='getAction' mangled-name='_ZNK7android11MotionEvent9getActionEv' filepath='fra…
|