Home
last modified time | relevance | path

Searched defs:MA (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp109 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot() local
115 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in emitInstructionAnnot() local
425 for (const auto *MA : def_chain(MAP.first)) { in checkClobberSanity() local
875 for (auto *MA : def_chain(const_cast<MemoryAccess *>(Target))) in tryOptimizePhi() local
1024 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, unsigned &UWL) { in getClobberingMemoryAccess()
1027 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess()
1033 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA) override { in getClobberingMemoryAccess()
1037 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess()
1043 void invalidateInfo(MemoryAccess *MA) override { in invalidateInfo()
1060 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, unsigned &UWL) { in getClobberingMemoryAccess()
[all …]
DMemorySSAUpdater.cpp142 MemoryAccess *MemorySSAUpdater::getPreviousDef(MemoryAccess *MA) { in getPreviousDef()
152 MemoryAccess *MemorySSAUpdater::getPreviousDefInBlock(MemoryAccess *MA) { in getPreviousDefInBlock()
545 static MemoryAccess *getNewDefiningAccessForClone(MemoryAccess *MA, in getNewDefiningAccessForClone()
1231 MemoryAccess *MA = nullptr; in onlySingleValue() local
1265 Phi->unorderedDeleteIncomingIf([&](MemoryAccess *MA, BasicBlock *B) { in wireOldPredecessorsToNewImmediatePredecessor()
1279 void MemorySSAUpdater::removeMemoryAccess(MemoryAccess *MA, bool OptimizePhis) { in removeMemoryAccess()
1369 MemoryAccess *MA = &*AB; in removeBlocks() local
DLoads.cpp139 MaybeAlign MA, in isDereferenceableAndAlignedPointer()
262 bool llvm::isSafeToLoadUnconditionally(Value *V, MaybeAlign MA, APInt &Size, in isSafeToLoadUnconditionally()
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum-base-type.c14 MA = 0L, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h236 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h113 if (const auto MA = decodeMaybeAlign(getSubclassDataFromInstruction() & 31)) in getAlignment() local
245 if (const auto MA = getAlign()) in getAlignment() local
377 if (const auto MA = getAlign()) in getAlignment() local
DFunction.h346 if (const auto MA = in getFnStackAlignment() local
441 if (const auto MA = getParamAlign(ArgNo)) in getParamAlignment() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp139 if (MemoryAccess *MA = MSSA->getMemoryAccess(&I)) in simplifyLoopInst() local
DNewGVN.cpp702 CongruenceClass *createMemoryClass(MemoryAccess *MA) { in createMemoryClass()
708 CongruenceClass *ensureLeaderOfMemoryClass(MemoryAccess *MA) { in ensureLeaderOfMemoryClass()
1643 if (auto *MA = MSSA->getMemoryAccess(CI)) { in performSymbolicCallEvaluation() local
2086 void NewGVN::markMemoryDefTouched(const MemoryAccess *MA) { in markMemoryDefTouched()
2090 void NewGVN::markMemoryUsersTouched(const MemoryAccess *MA) { in markMemoryUsersTouched()
2406 if (MemoryAccess *MA = getMemoryAccess(I)) in performCongruenceFinding() local
2540 auto *MA = getMemoryAccess(TI); in processOutgoingEdges() local
DMemCpyOptimizer.cpp678 const Align MA = in processStore() local
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gv100.cpp105 #define OPINFO(O,SA,MA,SB,MB,SC,MC) \ argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
DSpoofCheckerTest.java397 int MA = SpoofChecker.ANY_CASE; in checkSkeleton() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java394 int MA = SpoofChecker.ANY_CASE; in checkSkeleton() local
/third_party/icu/icu4c/source/test/intltest/
Ditspoof.cpp161 const uint32_t MA = USPOOF_ANY_CASE; in testSkeleton() local
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumbermetadata.js2001 ,"MA":[,[,,"1\\d\\d?",,,,,,,[2,3] property
Dmetadatalite.js4608 ,"MA":[,[,,"[5-8]\\d{8}",,,,,,,[9] property
Dmetadata.js4608 ,"MA":[,[,,"[5-8]\\d{8}",,,,,,,[9] property
Ddemo-compiled.js306 [,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],MA:[,[,,"[5-8]\\d{8}",,,,,,,[9]],[,,"5(?:29(?:[189][05]|2[29]|3[… property
598 …,,[,,"19[013]",,,,"190"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],MA:[,[,,"1\\d\\d?",,,,,… property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp487 void CodeNode::addMemberAfter(NodeAddr<NodeBase*> MA, NodeAddr<NodeBase*> NA, in addMemberAfter()
496 NodeAddr<NodeBase*> MA = getFirstMember(G); in removeMember() local
DHexagonConstExtenders.cpp1966 const MachineInstr *MA = A.UseMI; in runOnMachineFunction() local
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_5_035.hpp499 #define MA macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp319 if (const Argument *MA = dyn_cast<Argument>(V)) in getModuleFromVal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp2568 bool AsmParser::parseMacroArgument(MCAsmMacroArgument &MA, bool Vararg) { in parseMacroArgument()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1941 const MaybeAlign MA(Node->getConstantOperandVal(3)); in expandVAArg() local