| /llvm-project-15.0.7/llvm/unittests/Option/ |
| H A D | OptionParsingTest.cpp | 73 EXPECT_TRUE(AL.hasArg(OPT_A)); in TEST() 74 EXPECT_TRUE(AL.hasArg(OPT_B)); in TEST() 75 EXPECT_TRUE(AL.hasArg(OPT_C)); in TEST() 76 EXPECT_TRUE(AL.hasArg(OPT_D)); in TEST() 77 EXPECT_TRUE(AL.hasArg(OPT_E)); in TEST() 78 EXPECT_TRUE(AL.hasArg(OPT_F)); in TEST() 79 EXPECT_TRUE(AL.hasArg(OPT_G)); in TEST() 104 auto Cs = AL.filtered(OPT_C); in TEST() 122 EXPECT_TRUE(AL.hasArg(OPT_A)); in TEST() 199 EXPECT_EQ(AL.size(), 2U); in TEST() [all …]
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 198 return AL.getNumArgs() + AL.hasParsedType(); in getNumAttributeArgs() 1660 << AL << AL.getRange() << 0; in handleNoEscapeAttr() 1674 S.AddAllocAlignAttr(D, AL, AL.getArgAsExpr(0)); in handleAllocAlignAttr() 2222 << AL << AL.getRange(); in CheckAttrTarget() 2362 << AL << AL.getRange(); in handleObjCSuppresProtocolAttr() 4172 S.AddAlignValueAttr(D, AL, AL.getArgAsExpr(0)); in handleAlignValueAttr() 5760 << AL << DiagID << AL.getRange(); in handleXReturnsXRetainedAttr() 5823 << AL << ParmDiagID << AL.getRange(); in handleXReturnsXRetainedAttr() 7831 if (AL.isArgExpr(0) && AL.getArgAsExpr(0) && in handleDeprecatedAttr() 8362 << AL << AL.getRange(); in ProcessDeclAttribute() [all …]
|
| H A D | ParsedAttr.cpp | 97 for (ParsedAttr *AL : cur.Attrs) in reclaimPool() 98 deallocate(AL); in reclaimPool() 270 static unsigned getNumAttributeArgs(const ParsedAttr &AL) { in getNumAttributeArgs() argument 272 return AL.getNumArgs() + AL.hasParsedType(); in getNumAttributeArgs() 276 static bool checkAttributeNumArgsImpl(Sema &S, const ParsedAttr &AL, in checkAttributeNumArgsImpl() argument 279 if (Comp(getNumAttributeArgs(AL), Num)) { in checkAttributeNumArgsImpl() 280 S.Diag(AL.getLoc(), Diag) << AL << Num; in checkAttributeNumArgsImpl()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | AttributesTest.cpp | 64 AttributeList AL; in TEST() local 67 AL = AL.addFnAttributes(C, AttrBuilder(C, AttributeSet::get(C, B))); in TEST() 71 AL = AL.addRetAttributes(C, B); in TEST() 103 AttributeList AL; in TEST() local 104 AL = AL.addParamAttributes(C, 0, B_align_readonly); in TEST() 105 AL = AL.addRetAttributes(C, B_stackalign_optnone); in TEST() 115 AL = AL.removeParamAttribute(C, 0, Attribute::Alignment); in TEST() 122 AL = AL.removeRetAttribute(C, Attribute::StackAlignment); in TEST() 148 AttributeList AL; in TEST() local 157 AL = AL.addParamAttributes(C, 0, B); in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 269 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); in initialize() 277 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); in initialize() 278 AL = AL.addParamAttribute(M.getContext(), 2, Attribute::ZExt); in initialize() 306 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); in initialize() 307 AL = AL.addParamAttribute(M.getContext(), 2, Attribute::ZExt); in initialize() 317 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); in initialize() 318 AL = AL.addParamAttribute(M.getContext(), 2, Attribute::ZExt); in initialize() 319 AL = AL.addParamAttribute(M.getContext(), 3, Attribute::ZExt); in initialize() 320 AL = AL.addParamAttribute(M.getContext(), 4, Attribute::ZExt); in initialize() 332 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in initialize() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | AllocatorList.h | 58 AllocatorList &AL; member 60 Cloner(AllocatorList &AL) : AL(AL) {} in Cloner() 62 Node *operator()(const Node &N) const { return AL.create(N.V); } in operator() 66 AllocatorList &AL; member 68 Disposer(AllocatorList &AL) : AL(AL) {} in Disposer() 72 AL.getAlloc().Deallocate(N); in operator()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | AllocationActions.h | 79 using AL = SPSAllocActionCallPair::AsArgList; variable 83 return AL::size(AAP.Finalize, AAP.Dealloc); in size() 88 return AL::serialize(OB, AAP.Finalize, AAP.Dealloc); in serialize() 93 return AL::deserialize(IB, AAP.Finalize, AAP.Dealloc); in deserialize()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 187 .addImm(ARMCC::AL) in runOnMachineFunction() 1410 .addImm(ARMCC::AL) in emitInstruction() 1456 .addImm(ARMCC::AL) in emitInstruction() 1465 .addImm(ARMCC::AL) in emitInstruction() 1476 .addImm(ARMCC::AL) in emitInstruction() 1489 .addImm(ARMCC::AL) in emitInstruction() 1633 .addImm(ARMCC::AL) in emitInstruction() 1746 .addImm(ARMCC::AL) in emitInstruction() 1900 .addImm(ARMCC::AL) in emitInstruction() 1956 .addImm(ARMCC::AL) in emitInstruction() [all …]
|
| H A D | ARMFrameLowering.cpp | 676 .add(predOps(ARMCC::AL)); in emitAligningInstructions() 1739 .add(predOps(ARMCC::AL)) in emitAlignedDPRCS2Spills() 1892 .add(predOps(ARMCC::AL)) in emitAlignedDPRCS2Restores() 3011 .add(predOps(ARMCC::AL)) in adjustForSegmentedStacks() 3018 .add(predOps(ARMCC::AL)) in adjustForSegmentedStacks() 3047 .add(predOps(ARMCC::AL)) in adjustForSegmentedStacks() 3143 .add(predOps(ARMCC::AL)); in adjustForSegmentedStacks() 3227 .add(predOps(ARMCC::AL)) in adjustForSegmentedStacks() 3233 .add(predOps(ARMCC::AL)) in adjustForSegmentedStacks() 3252 .add(predOps(ARMCC::AL)) in adjustForSegmentedStacks() [all …]
|
| H A D | ARMExpandPseudoInsts.cpp | 907 MIB.add(predOps(ARMCC::AL)); in ExpandMQQPRLoadStore() 1275 .add(predOps(ARMCC::AL)); in CMSEClearFPRegsV8() 1279 .add(predOps(ARMCC::AL)) in CMSEClearFPRegsV8() 1284 .add(predOps(ARMCC::AL)) in CMSEClearFPRegsV8() 1288 .add(predOps(ARMCC::AL)); in CMSEClearFPRegsV8() 1353 .add(predOps(ARMCC::AL)); in CMSESaveClearFPRegsV8() 1660 .add(predOps(ARMCC::AL)); in CMSERestoreFPRegsV8() 1772 MIB.add(predOps(ARMCC::AL)); in ExpandCMP_SWAP() 1778 .add(predOps(ARMCC::AL)); in ExpandCMP_SWAP() 1796 MIB.add(predOps(ARMCC::AL)); in ExpandCMP_SWAP() [all …]
|
| H A D | ARMInstructionSelector.cpp | 257 MIB.add(predOps(ARMCC::AL)); in selectMergeValues() 289 MIB.add(predOps(ARMCC::AL)); in selectUnmergeValues() 393 std::pair<ARMCC::CondCodes, ARMCC::CondCodes> Preds = {ARMCC::AL, ARMCC::AL}; in getComparePreds() 497 .add(predOps(ARMCC::AL)) in putConstant() 553 if (ARMConds.second == ARMCC::AL) { in selectCmp() 583 .add(predOps(ARMCC::AL)); in insertComparison() 650 MIB.add(predOps(ARMCC::AL)); in selectGlobal() 739 .add(predOps(ARMCC::AL)) in selectGlobal() 939 .add(predOps(ARMCC::AL)); in select() 1006 .add(predOps(ARMCC::AL)); in select() [all …]
|
| H A D | Thumb1InstrInfo.cpp | 31 .addImm(ARMCC::AL) in getNop() 54 .add(predOps(ARMCC::AL)); in copyPhysReg() 70 .add(predOps(ARMCC::AL)) in copyPhysReg() 73 .add(predOps(ARMCC::AL)) in copyPhysReg() 102 .add(predOps(ARMCC::AL)); in storeRegToStackSlot() 130 .add(predOps(ARMCC::AL)); in loadRegFromStackSlot()
|
| H A D | Thumb1FrameLowering.cpp | 93 .add(predOps(ARMCC::AL)) in emitPrologueEpilogueSPUpdate() 460 .add(predOps(ARMCC::AL)); in emitPrologue() 466 .add(predOps(ARMCC::AL)); in emitPrologue() 472 .add(predOps(ARMCC::AL)); in emitPrologue() 476 .add(predOps(ARMCC::AL)); in emitPrologue() 761 .add(predOps(ARMCC::AL)) in emitPopSpecialFixUp() 767 .add(predOps(ARMCC::AL)) in emitPopSpecialFixUp() 784 .add(predOps(ARMCC::AL)) in emitPopSpecialFixUp() 815 .add(predOps(ARMCC::AL)) in emitPopSpecialFixUp() 825 .add(predOps(ARMCC::AL)) in emitPopSpecialFixUp() [all …]
|
| H A D | MVETailPredUtils.h | 112 MIB.addImm(ARMCC::AL); 120 MIB.addImm(ARMCC::AL); 140 .add(predOps(ARMCC::AL)); in RevertDoLoopStart() 154 MIB.addImm(ARMCC::AL); 177 MIB.addImm(ARMCC::AL);
|
| H A D | Thumb2InstrInfo.cpp | 76 if (CC != ARMCC::AL) in ReplaceTailWithBranchTo() 84 if (CC != ARMCC::AL) { in ReplaceTailWithBranchTo() 122 return getITInstrPredicate(*MBBI, PredReg) == ARMCC::AL; in isLegalToSplitMBBAt() 160 .add(predOps(ARMCC::AL)); in copyPhysReg() 183 .add(predOps(ARMCC::AL)); in storeRegToStackSlot() 224 .add(predOps(ARMCC::AL)); in loadRegFromStackSlot() 358 .add(predOps(ARMCC::AL)); in emitT2RegPlusImmediate() 374 .add(predOps(ARMCC::AL)); in emitT2RegPlusImmediate() 408 .add(predOps(ARMCC::AL)) in emitT2RegPlusImmediate() 561 MIB.add(predOps(ARMCC::AL)); in rewriteT2FrameIndex() [all …]
|
| H A D | ThumbRegisterInfo.cpp | 97 .add(predOps(ARMCC::AL)) in emitThumb2LoadConstPool() 165 MRI.emitLoadConstPool(MBB, MBBI, dl, LdReg, 0, NumBytes, ARMCC::AL, 0, in emitThumbRegPlusImmInReg() 178 MIB.add(predOps(ARMCC::AL)); in emitThumbRegPlusImmInReg() 318 MIB.setMIFlags(MIFlags).add(predOps(ARMCC::AL)); in emitThumbRegPlusImmediate() 333 .add(predOps(ARMCC::AL)) in emitThumbRegPlusImmediate() 408 .add(predOps(ARMCC::AL)); in rewriteFrameIndex() 540 .add(predOps(ARMCC::AL)); in eliminateFrameIndex() 576 .add(predOps(ARMCC::AL)); in eliminateFrameIndex() 598 MIB.add(predOps(ARMCC::AL)); in eliminateFrameIndex()
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceAttributes.cpp | 83 void visitAttributeList(const AttributeList &AL, in visitAttributeList() argument 86 AttributeSetsToPreserve.reserve(AL.getNumAttrSets()); in visitAttributeList() 87 for (unsigned SetIdx : AL.indexes()) { in visitAttributeList() 90 visitAttributeSet(AL.getAttributes(AttributesToPreserve.first), in visitAttributeList() 129 void visitAttributeList(const AttributeList &AL) { in visitAttributeList() 130 for (const AttributeSet &AS : AL) in visitAttributeList()
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | linkorder-linked-to.s | 18 # EXE-NEXT: [ 1] foo {{.*}} AL 2 26 # REL-NEXT: [ 3] foo {{.*}} AL 2 28 # REL-NEXT: [ 5] foo {{.*}} AL 4 40 # REL1-NEXT: [ 2] foo {{.*}} AL 1 51 # EXE2-NEXT: [ 1] foo {{.*}} AL 2 60 # REL2-NEXT: [ 4] foo {{.*}} AL 1 61 # REL2-NEXT: [ 5] foo {{.*}} AL 2
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | TypeFinder.cpp | 173 if (const auto *AL = dyn_cast<DIArgList>(V)) { in incorporateMDNode() local 174 for (auto *Arg : AL->getArgs()) in incorporateMDNode() 194 void TypeFinder::incorporateAttributes(AttributeList AL) { in incorporateAttributes() argument 195 if (!VisitedAttributes.insert(AL).second) in incorporateAttributes() 198 for (AttributeSet AS : AL) in incorporateAttributes()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | i128-addsub.ll | 3 define void @test_add(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) { 5 %tmp1 = zext i64 %AL to i128 ; <i128> [#uses=1] 22 define void @test_sub(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) { 24 %tmp1 = zext i64 %AL to i128 ; <i128> [#uses=1]
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/ |
| H A D | phi.ll | 9 ; CHECK: %[[#AL:]] = load { i[[#SBITS]], i[[#SBITS]] }, ptr @__dfsan_arg_tls, align [[ALIGN:2]] 10 ; CHECK: %[[#AL0:]] = insertvalue { i[[#SBITS]], i[[#SBITS]] } %[[#AL]], i[[#SBITS]] 0, 0 11 ; CHECK: %[[#AL1:]] = insertvalue { i[[#SBITS]], i[[#SBITS]] } %[[#AL]], i[[#SBITS]] 0, 1
|
| /llvm-project-15.0.7/llvm/test/Transforms/IROutliner/ |
| H A D | outlining-commutative-fp.ll | 72 ; CHECK-NEXT: [[AL:%.*]] = load double, double* [[A]], align 8 75 ; CHECK-NEXT: [[TMP0:%.*]] = fadd double [[BL]], [[AL]] 76 ; CHECK-NEXT: [[TMP1:%.*]] = fadd double [[CL]], [[AL]] 101 ; CHECK-NEXT: [[AL:%.*]] = load double, double* [[ARG0]], align 8 104 ; CHECK-NEXT: [[TMP0:%.*]] = fadd double [[AL]], [[BL]] 105 ; CHECK-NEXT: [[TMP1:%.*]] = fadd double [[AL]], [[CL]]
|
| H A D | outlining-commutative.ll | 225 ; CHECK-NEXT: [[AL:%.*]] = load i32, i32* [[ARG0]], align 4 228 ; CHECK-NEXT: [[TMP0:%.*]] = add i32 [[AL]], [[BL]] 229 ; CHECK-NEXT: [[TMP1:%.*]] = add i32 [[AL]], [[CL]] 237 ; CHECK-NEXT: [[AL:%.*]] = load i32, i32* [[ARG0]], align 4 240 ; CHECK-NEXT: [[TMP0:%.*]] = sub i32 [[BL]], [[AL]] 241 ; CHECK-NEXT: [[TMP1:%.*]] = sub i32 [[CL]], [[AL]] 249 ; CHECK-NEXT: [[AL:%.*]] = load i32, i32* [[ARG0]], align 4 252 ; CHECK-NEXT: [[TMP0:%.*]] = sub i32 [[AL]], [[BL]] 253 ; CHECK-NEXT: [[TMP1:%.*]] = sub i32 [[AL]], [[CL]]
|
| H A D | outlining-isomorphic-predicates.ll | 78 ; CHECK-NEXT: [[AL:%.*]] = load i32, i32* [[A]], align 4 80 ; CHECK-NEXT: [[TMP0:%.*]] = icmp sgt i32 [[AL]], [[BL]] 160 ; CHECK-NEXT: [[AL:%.*]] = load i32, i32* [[ARG0]], align 4 162 ; CHECK-NEXT: [[TMP0:%.*]] = icmp ugt i32 [[AL]], [[BL]] 168 ; CHECK-NEXT: [[AL:%.*]] = load i32, i32* [[ARG0]], align 4 170 ; CHECK-NEXT: [[TMP0:%.*]] = icmp slt i32 [[AL]], [[BL]]
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/Utils/ |
| H A D | ARMBaseInfo.h | 45 AL // Always (unconditional) Always (unconditional) enumerator 73 default: return ARMCC::AL; in getSwappedCondition() 162 case ARMCC::AL: return "al"; in ARMCondCodeToString() 185 .Case("al", ARMCC::AL) in ARMCondCodeFromString()
|