Searched refs:setAlignment (Results 1 - 25 of 130) sorted by relevance

123456

/openbsd-current/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalObjects.cpp27 GO.setAlignment(MaybeAlign());
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h65 setAlignment(Align(DefaultTextAlignVal));
67 setAlignment(Align(DefaultAlignVal));
84 setAlignment(Align(DefaultTextAlignVal));
H A DMCSection.h141 void setAlignment(Align Value) { Alignment = Value; } function in class:llvm::MCSection
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp40 Sec->setAlignment(Align(8));
58 Sec->setAlignment(MTS->getABI().IsN32() ? Align(8) : Align(4));
/openbsd-current/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp71 GV->setAlignment(Align(4));
99 GV->setAlignment(Align(4));
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp142 EmuTlsTmplVar->setAlignment(GVAlignment);
156 EmuTlsVar->setAlignment(MaxAlignment);
/openbsd-current/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp84 GV->setAlignment(Align(4));
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp71 GV->setAlignment(Align(1)); // Strings may not be merged w/o setting
/openbsd-current/gnu/llvm/lld/COFF/
H A DChunks.h68 void setAlignment(uint32_t align) { function in class:lld::coff::Chunk
522 setAlignment(2);
533 setAlignment(4);
543 setAlignment(2);
558 setAlignment(4);
676 setAlignment(4);
690 setAlignment(getSize());
H A DDLL.cpp66 setAlignment(ctx.config.wordsize);
90 setAlignment(ctx.config.wordsize);
353 setAlignment(4);
373 setAlignment(4);
435 setAlignment(2);
461 setAlignment(2);
486 setAlignment(4);
505 setAlignment(4);
526 setAlignment(ctx.config.wordsize);
767 mh->setAlignment(
[all...]
H A DChunks.cpp48 setAlignment(header->getAlignment());
743 setAlignment(std::min(32U, uint32_t(PowerOf2Ceil(sym.getValue()))));
761 setAlignment(16);
840 setAlignment(ctx.config.wordsize);
988 setAlignment(alignment);
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalObject.h85 void setAlignment(MaybeAlign Align);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp182 Info.AI->setAlignment(NewAlignment);
202 NewAI->setAlignment(Info.AI->getAlign());
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp152 LI.setAlignment(Align(4));
H A DAMDGPULowerModuleLDSPass.cpp996 GV.setAlignment(Alignment);
1084 SGV->setAlignment(StructAlign);
1183 LI->setAlignment(std::max(A, LI->getAlign()));
1188 SI->setAlignment(std::max(A, SI->getAlign()));
1195 AI->setAlignment(std::max(A, AI->getAlign()));
1200 AI->setAlignment(std::max(A, AI->getAlign()));
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp102 cast<MCSymbolXCOFF>(Symbol)->getRepresentedCsect()->setAlignment(
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp96 SpeculatorGuard->setAlignment(Align(1));
/openbsd-current/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp309 CurLoad.Inst->setAlignment(std::max(NewLoadAlign, CurLoadAlign));
376 AllocA->setAlignment(Func->getParamAlign(Arg->getArgNo())
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp266 LI->setAlignment(NewAlignment);
275 SI->setAlignment(NewAlignment);
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp121 void GlobalObject::setAlignment(MaybeAlign Align) { function in class:GlobalObject
132 setAlignment(Src->getAlign());
/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp236 Section->setAlignment(Alignment);
370 Section->setAlignment(Align(Alignment));
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp378 BB->setAlignment(Align(2));
1146 NewIsland->setAlignment(getCPEAlign(*U.CPEMI));
1178 CPEBB->setAlignment(Align(4));
1181 CPEBB->setAlignment(getCPEAlign(*CPEBB->begin()));
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp780 F->setAlignment(std::max(FAlign.valueOrOne(), GAlign.valueOrOne()));
782 F->setAlignment(std::nullopt);
838 F->setAlignment(std::max(NewFAlign.valueOrOne(), GAlign.valueOrOne()));
840 F->setAlignment(std::nullopt);
H A DConstantMerge.cpp124 New->setAlignment(std::max(getAlign(Old), getAlign(New)));
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86IndirectThunks.cpp249 CallTarget->setAlignment(Align(16));

Completed in 399 milliseconds

123456