Home
last modified time | relevance | path

Searched refs:getAlignmentType (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicInst.h173 Type *getAlignmentType() const { in getAlignmentType() function
/external/llvm/include/llvm/IR/
DIntrinsicInst.h196 Type *getAlignmentType() const { in getAlignmentType() function
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp40 MI->setAlignment(ConstantInt::get(MI->getAlignmentType(), in SimplifyMemTransfer()
126 MI->setAlignment(ConstantInt::get(MI->getAlignmentType(), in SimplifyMemSet()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp88 MI->setAlignment(ConstantInt::get(MI->getAlignmentType(), MinAlign, false)); in SimplifyMemTransfer()
178 MI->setAlignment(ConstantInt::get(MI->getAlignmentType(), in SimplifyMemSet()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp89 TypeSourceInfo *Result = S.SubstType(Aligned->getAlignmentType(), in instantiateDependentAlignedAttr()
111 S.collectUnexpandedParameterPacks(Aligned->getAlignmentType()->getTypeLoc(), in instantiateDependentAlignedAttr()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1795 MI->setAlignment(ConstantInt::get(MI->getAlignmentType(), Align)); in optimizeCallInst()