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

12345

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1931 NullVariable->setAlignment(NullAlign.getAsAlign());
H A DCGExprConstant.cpp922 GV->setAlignment(Align.getAsAlign());
H A DMicrosoftCXXABI.cpp2417 GV->setAlignment(Align.getAsAlign());
2560 GuardVar->setAlignment(GuardAlign.getAsAlign());
H A DCGExpr.cpp72 Alloca->setAlignment(Align.getAsAlign());
414 GV->setAlignment(alignment.getAsAlign());
H A DCGOpenMPRuntimeGPU.cpp4262 GV->setAlignment(Align.getAsAlign());
H A DCodeGenFunction.h1176 store->setAlignment(addr.getAlignment().getAsAlign());
H A DCGCall.cpp4662 AI->setAlignment(Align.getAsAlign());
H A DCGOpenMPRuntime.cpp12400 cast<llvm::GlobalVariable>(LastIV)->setAlignment(
12408 cast<llvm::GlobalVariable>(Last)->setAlignment(
H A DCGBuiltin.cpp3237 AI->setAlignment(SuitableAlignmentInBytes);
3250 AI->setAlignment(AlignmentInBytes);
13576 SI->setAlignment(llvm::Align(1));
H A DTargetInfo.cpp11277 BlockPtr->setAlignment(BlockAlign);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1731 NewGV->setAlignment(MaybeAlign(B.GV->getAlignment()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp151 Fn->setAlignment(FnAttrs.getAlignment());
1216 GV->setAlignment(Alignment);
5952 Fn->setAlignment(MaybeAlign(Alignment));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3279 NewGV->setAlignment(Alignment);
3402 Func->setAlignment(Alignment);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4930 GV->setAlignment(Align(1));
4954 GV->setAlignment(Align(1));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2124 AI->setAlignment(Align(PrefAlign));
2134 GV->setAlignment(MaybeAlign(PrefAlign));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3495 SI->setAlignment(std::min(PStore->getAlign(), QStore->getAlign()));
5676 Array->setAlignment(Align(DL.getPrefTypeAlignment(ValueType)));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp257 GV->setAlignment(Align(8));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp712 MBB->setAlignment(Align(Alignment));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2348 LI->setAlignment(ShadowAlign);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp161 New->setAlignment(AI.getAlign());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h3925 void setAlignment(Expr *A) { *varlist_end() = A; } function in class:clang::final
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1421 [n] bytes. See the method [llvm::GlobalValue::setAlignment]. *)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp12415 C->setAlignment(Record.readSubExpr());

Completed in 969 milliseconds

12345