Searched refs:setAlignment (Results 76 - 100 of 123) sorted by relevance

12345

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1911 NewSI->setAlignment(Align(Alignment));
2238 PreheaderLoad->setAlignment(Alignment);
H A DMemCpyOptimizer.cpp1020 cast<AllocaInst>(cpyDest)->setAlignment(srcAlign);
H A DLoopIdiomRecognize.cpp1123 GV->setAlignment(Align(16));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp870 CombinedGlobal->setAlignment(MaxAlign);
1393 F->setAlignment(Align(getJumpTableEntrySize()));
H A DAttributorAttributes.cpp3820 SI->setAlignment(Align(getAssumedAlign()));
3826 LI->setAlignment(Align(getAssumedAlign()));
5645 L->setAlignment(Alignment);
5656 L->setAlignment(Alignment);
5661 L->setAlignment(Alignment);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1848 FnDescSec->setAlignment(Align(Subtarget->isPPC64() ? 8 : 4));
2336 Csect->setAlignment(GOAlign);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp553 NullVariable->setAlignment(Align.getAsAlign());
1802 DestroyingDeleteTag->setAlignment(Align.getAsAlign());
H A DCGCleanup.cpp310 store->setAlignment(addr.getAlignment().getAsAlign());
H A DCGObjCGNU.cpp1305 GV->setAlignment(CGM.getPointerAlign().getAsAlign());
1329 GV->setAlignment(CGM.getPointerAlign().getAsAlign());
1511 Sym->setAlignment(CGM.getPointerAlign().getAsAlign());
4106 GV->setAlignment(Align.getAsAlign());
H A DItaniumCXXABI.cpp2424 guard->setAlignment(guardAlignment.getAsAlign());
2868 Guard->setAlignment(GuardAlign.getAsAlign());
3852 GV->setAlignment(Align.getAsAlign());
H A DCGAtomic.cpp72 lvalue.setAlignment(AtomicAlign);
H A DCGExprAgg.cpp511 GV->setAlignment(Align.getAsAlign());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp905 TOCBaseSection->setAlignment(Align(4));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h219 void setAlignment(uint64_t Alignment) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h585 void setAlignment(uint32_t Align) { function in struct:llvm::object::coff_tls_directory
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp672 Sec->setAlignment(AlignBoundary);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp688 Array->setAlignment(Align(DL->getTypeStoreSize(Ty).getFixedSize()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp188 L->setAlignment(*CopySrcAlign);
201 S->setAlignment(*CopyDstAlign);
273 S->setAlignment(Alignment);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp643 NewDGV->setAlignment(MaybeAlign(SGVar->getAlignment()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp54 GV->setAlignment(Align(1));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1407 Alloc->setAlignment(
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1310 AI->setAlignment(PrefAlign);
1327 GO->setAlignment(PrefAlign);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp618 Clause->setAlignment(A);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2067 Alloca->setAlignment(Align(AI->getAlignment()));
H A DCoroSplit.cpp1284 Frame->setAlignment(Shape.FrameAlign);

Completed in 615 milliseconds

12345