Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp523 std::max(DL.getPrefTypeAlignment(Ty), StackGuardSlot->getAlignment()); in moveStaticAllocasToUnsafeStack()
535 unsigned Align = std::max((unsigned)DL.getPrefTypeAlignment(Ty), in moveStaticAllocasToUnsafeStack()
548 std::max((unsigned)DL.getPrefTypeAlignment(Ty), AI->getAlignment()); in moveStaticAllocasToUnsafeStack()
680 std::max((unsigned)DL.getPrefTypeAlignment(Ty), AI->getAlignment()), in moveDynamicAllocasToUnsafeStack()
H A DSjLjEHPrepare.cpp186 const Align Alignment(DL.getPrefTypeAlignment(FunctionContextTy)); in setupFunctionContext()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp122 return unwrap(TD)->getPrefTypeAlignment(unwrap(Ty)); in LLVMPreferredAlignmentOfType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp117 const Align Alignment(DL.getPrefTypeAlignment(C->getType())); in emitGlobalVariable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h540 unsigned getPrefTypeAlignment(Type *Ty) const;
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp830 unsigned DataLayout::getPrefTypeAlignment(Type *Ty) const { in getPrefTypeAlignment() function in DataLayout
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp384 m_target_data.getPrefTypeAlignment(type)); in Malloc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1430 Align Alignment(DL.getPrefTypeAlignment(AggTy)); in HandleByValArgument()
H A DSimplifyLibCalls.cpp975 unsigned PrefAlignment = DL.getPrefTypeAlignment(IntType); in optimizeMemCmpConstantSize()
H A DSimplifyCFG.cpp5551 Array->setAlignment(Align(DL.getPrefTypeAlignment(ValueType))); in SwitchLookupTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp875 Layout.getPrefTypeAlignment(Ty), llvm::DINode::FlagArtificial, nullptr, in solveDIType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1128 auto PrefAlign = CGF.CGM.getDataLayout().getPrefTypeAlignment(Ty); in CreateTempAllocaForCoercion()
5005 auto scalarAlign = CGM.getDataLayout().getPrefTypeAlignment(scalarType); in EmitCall()
H A DCodeGenFunction.h4828 CGF.CGM.getDataLayout().getPrefTypeAlignment(value->getType()));