Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/
H A DTarget.cpp122 return unwrap(TD)->getPrefTypeAlignment(unwrap(Ty)); in LLVMPreferredAlignmentOfType()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DTypeToLLVM.cpp193 return layout.getPrefTypeAlignment(translateType(type)); in getPreferredAlignment()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp117 const Align Alignment(DL.getPrefTypeAlignment(C->getType())); in emitGlobalVariable()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDataLayout.h548 uint64_t getPrefTypeAlignment(Type *Ty) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp186 const Align Alignment(DL.getPrefTypeAlignment(FunctionContextTy)); in setupFunctionContext()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1116 O << " .align " << (int)DL.getPrefTypeAlignment(ETy); in printModuleLevelGV()
1400 O << " .align " << (int)DL.getPrefTypeAlignment(ETy); in emitPTXGlobalVariable()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDataLayout.cpp834 uint64_t DataLayout::getPrefTypeAlignment(Type *Ty) const { in getPrefTypeAlignment() function in DataLayout
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp386 m_target_data.getPrefTypeAlignment(type)); in Malloc()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1456 Align Alignment(DL.getPrefTypeAlignment(ByValType)); in HandleByValArgument()
H A DSimplifyLibCalls.cpp1358 unsigned PrefAlignment = DL.getPrefTypeAlignment(IntType); in optimizeMemCmpConstantSize()
H A DSimplifyCFG.cpp5959 Array->setAlignment(Align(DL.getPrefTypeAlignment(ValueType))); in SwitchLookupTable()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp897 Layout.getPrefTypeAlignment(Ty), llvm::DINode::FlagArtificial, nullptr, in solveDIType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp1147 auto PrefAlign = CGF.CGM.getDataLayout().getPrefTypeAlignment(Ty); in CreateTempAllocaForCoercion()
5098 auto scalarAlign = CGM.getDataLayout().getPrefTypeAlignment(scalarType); in EmitCall()
H A DCodeGenFunction.h4825 CGF.CGM.getDataLayout().getPrefTypeAlignment(value->getType()));
H A DCGExpr.cpp126 CharUnits::fromQuantity(CGM.getDataLayout().getPrefTypeAlignment(Ty)); in CreateDefaultAlignTempAlloca()