Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp306 bool NewFormat = isNewFormat(); in getField() local
310 if (NewFormat) { in getField()
336 unsigned FirstFieldOpNo = NewFormat ? 3 : 1; in getField()
337 unsigned NumOpsPerField = NewFormat ? 3 : 2; in getField()
603 bool NewFormat = BaseTag.isNewFormat(); in mayBeAccessToSubobjectOf() local
611 assert(!NewFormat && "Did not see access type in access path!"); in mayBeAccessToSubobjectOf()
626 if (NewFormat && BaseType.getNode() == BaseTag.getAccessType()) in mayBeAccessToSubobjectOf()
637 if (NewFormat) { in mayBeAccessToSubobjectOf()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp323 bool NewFormat = isa<MDNode>(AccessType->getOperand(0)); in createMutableTBAAAccessTag() local
326 unsigned ImmutabilityFlagOp = NewFormat ? 4 : 3; in createMutableTBAAAccessTag()
336 if (!NewFormat) in createMutableTBAAAccessTag()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp548 auto SetFormat = [&](bool NewFormat) { in main() argument
549 Composite->setIsNewDbgInfoFormat(NewFormat); in main()
550 if (NewFormat) in main()