Home
last modified time | relevance | path

Searched refs:getPrefTypeAlignment (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp520 std::max(DL.getPrefTypeAlignment(Ty), StackGuardSlot->getAlignment()); in moveStaticAllocasToUnsafeStack()
532 unsigned Align = std::max((unsigned)DL.getPrefTypeAlignment(Ty), in moveStaticAllocasToUnsafeStack()
545 std::max((unsigned)DL.getPrefTypeAlignment(Ty), AI->getAlignment()); in moveStaticAllocasToUnsafeStack()
677 std::max((unsigned)DL.getPrefTypeAlignment(Ty), AI->getAlignment()), in moveDynamicAllocasToUnsafeStack()
H A DSjLjEHPrepare.cpp186 const Align Alignment(DL.getPrefTypeAlignment(FunctionContextTy)); in setupFunctionContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTarget.cpp122 return unwrap(TD)->getPrefTypeAlignment(unwrap(Ty)); in LLVMPreferredAlignmentOfType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp117 const Align Alignment(DL.getPrefTypeAlignment(C->getType())); in emitGlobalVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h540 unsigned getPrefTypeAlignment(Type *Ty) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1129 O << " .align " << (int)DL.getPrefTypeAlignment(ETy); in printModuleLevelGV()
1321 O << " .align " << (int)DL.getPrefTypeAlignment(ETy); in emitPTXGlobalVariable()
1367 return DL.getPrefTypeAlignment(Ty); in getOpenCLAlignment()
1390 return DL.getPrefTypeAlignment(Ty); in getOpenCLAlignment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp830 unsigned DataLayout::getPrefTypeAlignment(Type *Ty) const { in getPrefTypeAlignment() function in DataLayout
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp863 Layout.getPrefTypeAlignment(Ty), llvm::DINode::FlagArtificial, nullptr, in solveDIType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1429 Align Alignment(DL.getPrefTypeAlignment(AggTy)); in HandleByValArgument()
H A DSimplifyLibCalls.cpp974 unsigned PrefAlignment = DL.getPrefTypeAlignment(IntType); in optimizeMemCmpConstantSize()
H A DSimplifyCFG.cpp5676 Array->setAlignment(Align(DL.getPrefTypeAlignment(ValueType))); in SwitchLookupTable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1127 auto PrefAlign = CGF.CGM.getDataLayout().getPrefTypeAlignment(Ty); in CreateTempAllocaForCoercion()
4998 auto scalarAlign = CGM.getDataLayout().getPrefTypeAlignment(scalarType); in EmitCall()
H A DCodeGenFunction.h4822 CGF.CGM.getDataLayout().getPrefTypeAlignment(value->getType()));