Home
last modified time | relevance | path

Searched defs:El (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp40 for (const auto &El : Elements) { in ProcessElementList() local
172 llvm::dxbc::PSV::v0::SignatureElement &El = std::get<0>(ElAndName); in finalize() local
224 for (auto &El : SigParams) in write() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp205 for (auto El : P.Info->SigInputElements) in writeParts() local
211 for (auto El : P.Info->SigOutputElements) in writeParts() local
217 for (auto El : P.Info->SigPatchOrPrimElements) in writeParts() local
H A DDXContainerYAML.cpp225 IO &IO, DXContainerYAML::SignatureElement &El) { in mapping()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp80 for (unsigned El = 0; El != Struct.size(); ++El) in initializationPatternFor() local
/freebsd/sys/i386/i386/
H A Ddb_disasm.c87 #define El 35 /* address, long size */ macro
/freebsd/sys/amd64/amd64/
H A Ddb_disasm.c101 #define El 35 /* address, long/quad size */ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp862 SPIRVType *El = in createSPIRVType() local
868 SPIRVType *El = findSPIRVType(Ty->getArrayElementType(), MIRBuilder); in createSPIRVType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1709 auto OpEntryIt = llvm::find_if(OpTable, [RegTy](const MulDivRemEntry &El) { in selectMulDivRem()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1000 for (auto *El : Array->getElements()) { in dependencies() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp142 for (auto El : PointerMap) in DXILBitcodeWriter() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp3192 for (auto El : Elts) { in selectWMMAModsNegAbs() local
H A DAMDGPUInstructionSelector.cpp3939 for (auto El : Elts) { in selectWMMAModsNegAbs() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9438 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth); in GetValueRange() local