Home
last modified time | relevance | path

Searched refs:NewFormat (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp305 bool NewFormat = isNewFormat(); in getField() local
306 if (NewFormat) { in getField()
332 unsigned FirstFieldOpNo = NewFormat ? 3 : 1; in getField()
333 unsigned NumOpsPerField = NewFormat ? 3 : 2; in getField()
606 bool NewFormat = BaseTag.isNewFormat(); in mayBeAccessToSubobjectOf() local
614 assert(!NewFormat && "Did not see access type in access path!"); in mayBeAccessToSubobjectOf()
629 if (NewFormat && BaseType.getNode() == BaseTag.getAccessType()) in mayBeAccessToSubobjectOf()
640 if (NewFormat) { in mayBeAccessToSubobjectOf()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMDBuilder.cpp241 bool NewFormat = isa<MDNode>(AccessType->getOperand(0)); in createMutableTBAAAccessTag() local
244 unsigned ImmutabilityFlagOp = NewFormat ? 4 : 3; in createMutableTBAAAccessTag()
254 if (!NewFormat) in createMutableTBAAAccessTag()