Searched refs:Elm (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Constant.cpp | 142 for (auto *Elm : V) in get() local 143 LLVMValues.push_back(cast<llvm::Constant>(Elm->Val)); in get() 158 for (auto *Elm : V) in get() local 159 LLVMValues.push_back(cast<llvm::Constant>(Elm->Val)); in get() 171 for (Constant *Elm : V) in getTypeForElements() 172 EltTypes.push_back(Elm->getType()); in getTypeForElements() 181 for (auto *Elm : V) in get() local 182 LLVMV.push_back(cast<llvm::Constant>(Elm->Val)); in get()
|
| H A D | Type.cpp | 65 for (Type *Elm : Elements) in get() 66 LLVMElements.push_back(Elm->LLVMTy); in get()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | Legality.h | 53 for (auto [Idx, Elm] : enumerate(Indices)) { in isIdentity() 54 if ((int)Idx != Elm) in isIdentity() 74 interleave(Indices, OS, [&OS](auto Elm) { OS << Elm; }, ","); in print()
|
| H A D | Interval.h | 113 bool touches(T *Elm) const { in touches() argument 114 return Top == Elm->getNextNode() || Bottom == Elm->getPrevNode(); in touches()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | BottomUpVec.cpp | 217 for (Value *Elm : ToPack) { in createPack() 220 if (Elm->getType()->isVectorTy()) { in createPack() 222 cast<FixedVectorType>(Elm->getType())->getNumElements(); in createPack() 229 ExtractElementInst::create(Elm, ExtrLaneC, WhereIt, Ctx, "VPack"); in createPack() 246 LastInsert = InsertElementInst::create(LastInsert, Elm, InsertLaneC, in createPack()
|
| /freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt8173-elm.dts | 10 model = "Google Elm";
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | Legality.cpp | 196 for (auto [Elm, V] : enumerate(Bndl)) { in getHowToCollectValues()
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi_quirks | 203 # Fujitsu Elm
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1643 for (unsigned Elm = 0; Elm < NumSubElts; Elm++) variable 1644 DemandedLoadStoreElts.setBit(Index + Elm * Factor);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 6655 for (unsigned Elm = 0; Elm < VF; Elm++) in getInterleavedMemoryOpCostAVX512() local 6656 DemandedLoadStoreElts.setBit(Index + Elm * Factor); in getInterleavedMemoryOpCostAVX512()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 6301 if (llvm::any_of(*Blk, [](const CFGElement &Elm) { in isImmediateSinkBlock() argument 6302 if (std::optional<CFGStmt> StmtElm = Elm.getAs<CFGStmt>()) in isImmediateSinkBlock()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 6855 unsigned Elm = VTy->getNumElements(); in InitializeFrom() local 6856 for (unsigned Idx = 0; Idx < Elm; ++Idx) { in InitializeFrom()
|