Home
last modified time | relevance | path

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

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