/aosp_15_r20/external/skia/src/gpu/graphite/geom/ |
H A D | Rect.h | 20 #define AI SK_ALWAYS_INLINE macro 35 AI Rect() = default; 36 AI Rect(float l, float t, float r, float b) : fVals(NegateBotRight({l,t,r,b})) {} in Rect() 37 AI Rect(float2 topLeft, float2 botRight) : fVals(topLeft, -botRight) {} in Rect() 38 AI Rect(const SkRect& r) : fVals(NegateBotRight(float4::Load(r.asScalars()))) {} in Rect() 40 AI static Rect LTRB(float4 ltrb) { in LTRB() 44 AI static Rect XYWH(float x, float y, float w, float h) { in XYWH() 47 AI static Rect XYWH(float2 topLeft, float2 size) { in XYWH() 50 AI static Rect WH(float w, float h) { in WH() 53 AI static Rect WH(float2 size) { in WH() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | MemoryTaggingSupport.cpp | 118 if (AllocaInst *AI = dyn_cast<AllocaInst>(&Inst)) { in visit() local 119 if (isInterestingAlloca(*AI)) { in visit() 120 Info.AllocasToInstrument[AI].AI = AI; in visit() 127 AllocaInst *AI = findAllocaForValue(II->getArgOperand(1)); in visit() local 128 if (!AI) { in visit() 132 if (!isInterestingAlloca(*AI)) in visit() 135 Info.AllocasToInstrument[AI].LifetimeStart.push_back(II); in visit() 137 Info.AllocasToInstrument[AI].LifetimeEnd.push_back(II); in visit() 142 if (auto *AI = dyn_cast_or_null<AllocaInst>(V)) { in visit() local 143 if (!isInterestingAlloca(*AI)) in visit() [all …]
|
H A D | PromoteMemoryToRegister.cpp | 63 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() argument 65 for (const User *U : AI->users()) { in isAllocaPromotable() 69 if (LI->isVolatile() || LI->getType() != AI->getAllocatedType()) in isAllocaPromotable() 72 if (SI->getValueOperand() == AI || in isAllocaPromotable() 73 SI->getValueOperand()->getType() != AI->getAllocatedType()) in isAllocaPromotable() 111 void init(AllocaInst *AI) { in init() argument 113 for (DbgAssignIntrinsic *DAI : at::getAssignmentMarkers(AI)) { in init() 191 void AnalyzeAlloca(AllocaInst *AI) { in AnalyzeAlloca() 197 for (User *U : AI->users()) { in AnalyzeAlloca() 219 findDbgUsers(AllDbgUsers, AI); in AnalyzeAlloca() [all …]
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-atomic.hh | 59 #define hb_atomic_int_impl_add(AI, V) __atomic_fetch_add ((AI), (V), __ATOMIC_ACQ_REL) argument 60 #define hb_atomic_int_impl_set_relaxed(AI, V) __atomic_store_n ((AI), (V), __ATOMIC_RELAXED) argument 61 #define hb_atomic_int_impl_set(AI, V) __atomic_store_n ((AI), (V), __ATOMIC_RELEASE) argument 62 #define hb_atomic_int_impl_get_relaxed(AI) __atomic_load_n ((AI), __ATOMIC_RELAXED) argument 63 #define hb_atomic_int_impl_get(AI) __atomic_load_n ((AI), __ATOMIC_ACQUIRE) argument 87 #define hb_atomic_int_impl_add(AI, V) (reinterpret_cast<std::atomic<std::decay<decltype (*(AI))>::… argument 88 …efine hb_atomic_int_impl_set_relaxed(AI, V) (reinterpret_cast<std::atomic<std::decay<decltype (*(A… argument 89 #define hb_atomic_int_impl_set(AI, V) (reinterpret_cast<std::atomic<std::decay<decltype (*(AI))>::… argument 90 …ine hb_atomic_int_impl_get_relaxed(AI) (reinterpret_cast<std::atomic<std::decay<decltype (*(AI))>:… argument 91 #define hb_atomic_int_impl_get(AI) (reinterpret_cast<std::atomic<std::decay<decltype (*(AI))>::typ… argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 145 auto AI = ABIArgInfo(Direct); variable 146 AI.setCoerceToType(T); 147 AI.setPaddingType(Padding); 148 AI.setDirectOffset(Offset); 149 AI.setDirectAlign(Align); 150 AI.setCanBeFlattened(CanBeFlattened); 151 return AI; 154 auto AI = getDirect(T); variable 155 AI.setInReg(true); 156 return AI; [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 145 auto AI = ABIArgInfo(Direct); variable 146 AI.setCoerceToType(T); 147 AI.setPaddingType(Padding); 148 AI.setDirectOffset(Offset); 149 AI.setDirectAlign(Align); 150 AI.setCanBeFlattened(CanBeFlattened); 151 return AI; 154 auto AI = getDirect(T); variable 155 AI.setInReg(true); 156 return AI; [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 145 auto AI = ABIArgInfo(Direct); variable 146 AI.setCoerceToType(T); 147 AI.setPaddingType(Padding); 148 AI.setDirectOffset(Offset); 149 AI.setDirectAlign(Align); 150 AI.setCanBeFlattened(CanBeFlattened); 151 return AI; 154 auto AI = getDirect(T); variable 155 AI.setInReg(true); 156 return AI; [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 145 auto AI = ABIArgInfo(Direct); variable 146 AI.setCoerceToType(T); 147 AI.setPaddingType(Padding); 148 AI.setDirectOffset(Offset); 149 AI.setDirectAlign(Align); 150 AI.setCanBeFlattened(CanBeFlattened); 151 return AI; 154 auto AI = getDirect(T); variable 155 AI.setInReg(true); 156 return AI; [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 271 AllocaInst *AI; member 290 bool isInterestingAlloca(const AllocaInst &AI); 293 void tagAlloca(AllocaInst *AI, Instruction *InsertBefore, Value *Ptr, 295 void untagAlloca(AllocaInst *AI, Instruction *InsertBefore, uint64_t Size); 393 bool AArch64StackTagging::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() argument 396 AI.getAllocatedType()->isSized() && AI.isStaticAlloca() && in isInterestingAlloca() 398 AI.getAllocationSizeInBits(*DL).getValue() > 0 && in isInterestingAlloca() 401 !AI.isUsedWithInAlloca() && in isInterestingAlloca() 403 !AI.isSwiftError(); in isInterestingAlloca() 407 void AArch64StackTagging::tagAlloca(AllocaInst *AI, Instruction *InsertBefore, in tagAlloca() argument [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/unicode-linebreak-0.1.5/src/ |
H A D | tables.rs | 4 …AI,AI,AL,AI,QU,AL,BA,AL,AL,PO,PR,AI,AI,BB,AL,AI,AI,AI,AI,AI,QU,AI,AI,AI,OP,AL,AL,AL,AL,AL,AL,AL,AL… 9 …, PR)|(SP, PR)|(ZWJ, PR)|(BA, PR)|(HY, PR)|(SP, SY)|(CM, AI)|(SP, AI)|(ZWJ, AI)|(BA, AI)|(HY, AI)|… in is_safe_pair()
|
/aosp_15_r20/external/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 124 auto AI = ABIArgInfo(Direct); variable 125 AI.setCoerceToType(T); 126 AI.setPaddingType(Padding); 127 AI.setDirectOffset(Offset); 128 AI.setCanBeFlattened(CanBeFlattened); 129 return AI; 132 auto AI = getDirect(T); variable 133 AI.setInReg(true); 134 return AI; 137 auto AI = ABIArgInfo(Extend); variable [all …]
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 51 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() argument 54 unsigned AS = AI->getType()->getAddressSpace(); in isAllocaPromotable() 57 for (const User *U : AI->users()) { in isAllocaPromotable() 64 if (SI->getOperand(0) == AI) in isAllocaPromotable() 119 void AnalyzeAlloca(AllocaInst *AI) { in AnalyzeAlloca() 125 for (auto UI = AI->user_begin(), E = AI->user_end(); UI != E;) { in AnalyzeAlloca() 149 DbgDeclare = FindAllocaDbgDeclare(AI); in AnalyzeAlloca() 293 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info, 304 static void removeLifetimeIntrinsicUsers(AllocaInst *AI) { in removeLifetimeIntrinsicUsers() argument 308 for (auto UI = AI->user_begin(), UE = AI->user_end(); UI != UE;) { in removeLifetimeIntrinsicUsers() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/ |
H A D | PatchInfoRecord.h | 203 for (auto AI = AccList.begin(), AE = AccList.end(); AI != AE; ++AI) { in appendRegAcc() local 204 if (*(*AI) == *Acc) in appendRegAcc() 249 for (auto AI = AccList.begin(), AE = AccList.end(); AI != AE; ++AI) { in isDef() local 250 RegAccess *Acc = *AI; in isDef() 258 for (auto AI = AccList.begin(), AE = AccList.end(); AI != AE; ++AI) { in isUse() local 259 RegAccess *Acc = *AI; in isUse() 267 for (auto AI = AccList.begin(), AE = AccList.end(); AI != AE; ++AI) { in isDefOnly() local 268 RegAccess *Acc = *AI; in isDefOnly() 276 for (auto AI = AccList.begin(), AE = AccList.end(); AI != AE; ++AI) { in isUseOnly() local 277 RegAccess *Acc = *AI; in isUseOnly() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 64 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() argument 67 unsigned AS = AI->getType()->getAddressSpace(); in isAllocaPromotable() 70 for (const User *U : AI->users()) { in isAllocaPromotable() 77 if (SI->getOperand(0) == AI) in isAllocaPromotable() 129 void AnalyzeAlloca(AllocaInst *AI) { in AnalyzeAlloca() 135 for (auto UI = AI->user_begin(), E = AI->user_end(); UI != E;) { in AnalyzeAlloca() 157 DbgDeclares = FindDbgAddrUses(AI); in AnalyzeAlloca() 291 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info, 315 static void removeLifetimeIntrinsicUsers(AllocaInst *AI) { in removeLifetimeIntrinsicUsers() argument 319 for (auto UI = AI->user_begin(), UE = AI->user_end(); UI != UE;) { in removeLifetimeIntrinsicUsers() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 164 bool StackProtector::HasAddressTaken(const Instruction *AI) { in HasAddressTaken() argument 165 for (const User *U : AI->users()) { in HasAddressTaken() 169 if (AI == cast<StoreInst>(I)->getValueOperand()) in HasAddressTaken() 175 if (AI == cast<AtomicCmpXchgInst>(I)->getNewValOperand()) in HasAddressTaken() 179 if (AI == cast<PtrToIntInst>(I)->getOperand(0)) in HasAddressTaken() 282 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in RequiresStackProtector() local 283 if (AI->isArrayAllocation()) { in RequiresStackProtector() 292 if (const auto *CI = dyn_cast<ConstantInt>(AI->getArraySize())) { in RequiresStackProtector() 296 Layout.insert(std::make_pair(AI, in RequiresStackProtector() 302 Layout.insert(std::make_pair(AI, in RequiresStackProtector() [all …]
|
H A D | SafeStack.cpp | 164 uint64_t getStaticAllocaAllocationSize(const AllocaInst* AI); 220 uint64_t SafeStack::getStaticAllocaAllocationSize(const AllocaInst* AI) { in getStaticAllocaAllocationSize() argument 221 uint64_t Size = DL.getTypeAllocSize(AI->getAllocatedType()); in getStaticAllocaAllocationSize() 222 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize() 223 auto C = dyn_cast<ConstantInt>(AI->getArraySize()); in getStaticAllocaAllocationSize() 385 if (auto AI = dyn_cast<AllocaInst>(&I)) { in findInsts() local 388 uint64_t Size = getStaticAllocaAllocationSize(AI); in findInsts() 389 if (IsSafeStackAlloca(AI, Size)) in findInsts() 392 if (AI->isStaticAlloca()) { in findInsts() 394 StaticAllocas.push_back(AI); in findInsts() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 169 bool StackProtector::HasAddressTaken(const Instruction *AI, in HasAddressTaken() argument 172 for (const User *U : AI->users()) { in HasAddressTaken() 183 if (AI == cast<StoreInst>(I)->getValueOperand()) in HasAddressTaken() 189 if (AI == cast<AtomicCmpXchgInst>(I)->getNewValOperand()) in HasAddressTaken() 193 if (AI == cast<PtrToIntInst>(I)->getOperand(0)) in HasAddressTaken() 313 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in RequiresStackProtector() local 314 if (AI->isArrayAllocation()) { in RequiresStackProtector() 323 if (const auto *CI = dyn_cast<ConstantInt>(AI->getArraySize())) { in RequiresStackProtector() 327 Layout.insert(std::make_pair(AI, in RequiresStackProtector() 333 Layout.insert(std::make_pair(AI, in RequiresStackProtector() [all …]
|
H A D | AtomicExpandPass.cpp | 85 bool tryExpandAtomicRMW(AtomicRMWInst *AI); 97 AtomicRMWInst *widenPartwordAtomicRMW(AtomicRMWInst *AI); 99 void expandAtomicRMWToMaskedIntrinsic(AtomicRMWInst *AI); 125 llvm::expandAtomicRMWToCmpXchg(AtomicRMWInst *AI, 536 AtomicRMWInst *AI = Builder.CreateAtomicRMW( in expandAtomicStore() local 542 tryExpandAtomicRMW(AI); in expandAtomicStore() 572 bool AtomicExpand::tryExpandAtomicRMW(AtomicRMWInst *AI) { in tryExpandAtomicRMW() argument 573 LLVMContext &Ctx = AI->getModule()->getContext(); in tryExpandAtomicRMW() 574 TargetLowering::AtomicExpansionKind Kind = TLI->shouldExpandAtomicRMWInIR(AI); in tryExpandAtomicRMW() 580 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() [all …]
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 61 StackProtector::getSSPLayout(const AllocaInst *AI) const { in getSSPLayout() 62 return AI ? Layout.lookup(AI) : SSPLK_None; in getSSPLayout() 166 bool StackProtector::HasAddressTaken(const Instruction *AI) { in HasAddressTaken() argument 167 for (const User *U : AI->users()) { in HasAddressTaken() 169 if (AI == SI->getValueOperand()) in HasAddressTaken() 172 if (AI == SI->getOperand(0)) in HasAddressTaken() 237 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in RequiresStackProtector() local 238 if (AI->isArrayAllocation()) { in RequiresStackProtector() 244 if (const auto *CI = dyn_cast<ConstantInt>(AI->getArraySize())) { in RequiresStackProtector() 248 Layout.insert(std::make_pair(AI, SSPLK_LargeArray)); in RequiresStackProtector() [all …]
|
H A D | SafeStack.cpp | 148 uint64_t getStaticAllocaAllocationSize(const AllocaInst* AI); 213 uint64_t SafeStack::getStaticAllocaAllocationSize(const AllocaInst* AI) { in getStaticAllocaAllocationSize() argument 214 uint64_t Size = DL->getTypeAllocSize(AI->getAllocatedType()); in getStaticAllocaAllocationSize() 215 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize() 216 auto C = dyn_cast<ConstantInt>(AI->getArraySize()); in getStaticAllocaAllocationSize() 412 if (auto AI = dyn_cast<AllocaInst>(&I)) { in findInsts() local 415 uint64_t Size = getStaticAllocaAllocationSize(AI); in findInsts() 416 if (IsSafeStackAlloca(AI, Size)) in findInsts() 419 if (AI->isStaticAlloca()) { in findInsts() 421 StaticAllocas.push_back(AI); in findInsts() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 162 isOnlyCopiedFromConstantGlobal(AllocaInst *AI, in isOnlyCopiedFromConstantGlobal() argument 165 if (isOnlyCopiedFromConstantGlobal(AI, TheCopy, ToDelete)) in isOnlyCopiedFromConstantGlobal() 171 static bool isDereferenceableForAllocaSize(const Value *V, const AllocaInst *AI, in isDereferenceableForAllocaSize() argument 173 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize() 175 uint64_t AllocaSize = DL.getTypeStoreSize(AI->getAllocatedType()); in isDereferenceableForAllocaSize() 178 return isDereferenceableAndAlignedPointer(V, Align(AI->getAlignment()), in isDereferenceableForAllocaSize() 182 static Instruction *simplifyAllocaArraySize(InstCombiner &IC, AllocaInst &AI) { in simplifyAllocaArraySize() argument 184 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize() 186 if (AI.getArraySize()->getType()->isIntegerTy(32)) in simplifyAllocaArraySize() 191 AI.setOperand(0, V); in simplifyAllocaArraySize() [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/ |
H A D | 2013-1_UNLOCODE_CodeListPart3.csv | 3 ,"OM","RMB","Buraimi","Buraimi",,"---4----","AI","0001",,, 4 ,"OM","BYB","Dibaa","Dibaa",,"---4----","AI","0001",,, 7 ,"OM","KHS","Khasab","Khasab",,"---4----","AI","0001",,, 8 ,"OM","OMM","Marmul","Marmul",,"---4----","AI","0001",,, 9 ,"OM","MSH","Masirah","Masirah","SH","---4----","AI","0212",,"2025N 05850E", 13 ,"OM","MCT","Muscat","Muscat",,"1--45---","AI","9601",,, 22 ,"OM","SLL","Salalah","Salalah",,"1--4----","AI","9601",,, 25 ,"OM","SUH","Sur","Sur",,"---4----","AI","0001",,, 28 ,"PA","ACU","Achutupo","Achutupo",,"---4----","AI","9601",,, 31 ,"PA","AGD","Aguadulce","Aguadulce",,"1-------","AI","9401",,, [all …]
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 162 isOnlyCopiedFromConstantGlobal(AllocaInst *AI, in isOnlyCopiedFromConstantGlobal() argument 165 if (isOnlyCopiedFromConstantGlobal(AI, TheCopy, ToDelete)) in isOnlyCopiedFromConstantGlobal() 170 static Instruction *simplifyAllocaArraySize(InstCombiner &IC, AllocaInst &AI) { in simplifyAllocaArraySize() argument 172 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize() 174 if (AI.getArraySize()->getType()->isIntegerTy(32)) in simplifyAllocaArraySize() 179 AI.setOperand(0, V); in simplifyAllocaArraySize() 180 return &AI; in simplifyAllocaArraySize() 184 if (const ConstantInt *C = dyn_cast<ConstantInt>(AI.getArraySize())) { in simplifyAllocaArraySize() 185 Type *NewTy = ArrayType::get(AI.getAllocatedType(), C->getZExtValue()); in simplifyAllocaArraySize() 186 AllocaInst *New = IC.Builder->CreateAlloca(NewTy, nullptr, AI.getName()); in simplifyAllocaArraySize() [all …]
|
/aosp_15_r20/external/skia/src/gpu/tessellate/ |
H A D | WangsFormula.h | 24 #define AI [[maybe_unused]] SK_ALWAYS_INLINE macro 46 AI float root4(float x) { in root4() 60 AI int nextlog2(float x) { in nextlog2() 137 AI float quadratic_p4(float precision, in nextlog2() 145 AI float quadratic_p4(float precision, in nextlog2() 156 AI float quadratic(float precision, in nextlog2() 164 AI int quadratic_log2(float precision, in nextlog2() 172 AI float cubic_p4(float precision, in nextlog2() 183 AI float cubic_p4(float precision, in nextlog2() 195 AI float cubic(float precision, in nextlog2() [all …]
|
/aosp_15_r20/external/llvm/unittests/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 37 Function::arg_iterator AI = F->arg_begin(); in TEST() local 38 Value *A = &*AI++; in TEST() 39 Value *B = &*AI++; in TEST() 67 Function::arg_iterator AI = F->arg_begin(); in TEST() local 68 Value *A = &*AI++; in TEST() 69 Value *B = &*AI++; in TEST() 97 Function::arg_iterator AI = F->arg_begin(); in TEST() local 98 Value *A = &*AI++; in TEST() 99 Value *B = &*AI++; in TEST() 127 Function::arg_iterator AI = F->arg_begin(); in TEST() local [all …]
|