Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp505 std::max(DL.getPrefTypeAlignment(Ty), StackGuardSlot->getAlignment()); in moveStaticAllocasToUnsafeStack()
517 unsigned Align = std::max((unsigned)DL.getPrefTypeAlignment(Ty), in moveStaticAllocasToUnsafeStack()
530 std::max((unsigned)DL.getPrefTypeAlignment(Ty), AI->getAlignment()); in moveStaticAllocasToUnsafeStack()
662 std::max((unsigned)DL.getPrefTypeAlignment(Ty), AI->getAlignment()), in moveDynamicAllocasToUnsafeStack()
DSjLjEHPrepare.cpp179 const Align Alignment(DL.getPrefTypeAlignment(FunctionContextTy)); in setupFunctionContext()
DAtomicExpandPass.cpp1625 unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy); in expandAtomicOpToLibcall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTarget.cpp122 return unwrap(TD)->getPrefTypeAlignment(unwrap(Ty)); in LLVMPreferredAlignmentOfType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp349 MaybeAlign(DL.getPrefTypeAlignment(AI.getAllocatedType()))); in visitAllocaInst()
381 MaybeAlign(DL.getPrefTypeAlignment(EntryAI->getAllocatedType()))); in visitAllocaInst()
968 Op, DL.getPrefTypeAlignment(LI.getType()), DL, &LI, &AC, &DT); in visitLoadInst()
1381 Ptr, DL.getPrefTypeAlignment(Val->getType()), DL, &SI, &AC, &DT)); in visitStoreInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp118 const Align Alignment(DL.getPrefTypeAlignment(C->getType())); in EmitGlobalVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp765 unsigned DataLayout::getPrefTypeAlignment(Type *Ty) const { in getPrefTypeAlignment() function in DataLayout
851 unsigned Alignment = getPrefTypeAlignment(ElemType); in getPreferredAlignment()
DValue.cpp718 return MaybeAlign(DL.getPrefTypeAlignment(AllocatedType)); in getPointerAlignment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h521 unsigned getPrefTypeAlignment(Type *Ty) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1138 O << " .align " << (int)DL.getPrefTypeAlignment(ETy); in printModuleLevelGV()
1332 O << " .align " << (int)DL.getPrefTypeAlignment(ETy); in emitPTXGlobalVariable()
1378 return DL.getPrefTypeAlignment(Ty); in getOpenCLAlignment()
1401 return DL.getPrefTypeAlignment(Ty); in getOpenCLAlignment()
DNVPTXISelLowering.cpp2325 TD.getPrefTypeAlignment(ValVT.getTypeForEVT(*DAG.getContext())); in LowerSTOREVector()
4816 TD.getPrefTypeAlignment(ResVT.getTypeForEVT(*DAG.getContext())); in ReplaceLoadVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp138 std::max((unsigned)MF->getDataLayout().getPrefTypeAlignment(Ty), in set()
DLegalizeTypesGeneric.cpp157 unsigned Alignment = DAG.getDataLayout().getPrefTypeAlignment( in ExpandRes_BITCAST()
DInstrEmitter.cpp416 Align = MF->getDataLayout().getPrefTypeAlignment(Type); in AddOperand()
DSelectionDAG.cpp1470 : getDataLayout().getPrefTypeAlignment(C->getType()); in getConstantPool()
1496 Alignment = getDataLayout().getPrefTypeAlignment(C->getType()); in getConstantPool()
1987 std::max((unsigned)getDataLayout().getPrefTypeAlignment(Ty), minAlign); in CreateStackTemporary()
1999 std::max(DL.getPrefTypeAlignment(Ty1), DL.getPrefTypeAlignment(Ty2)); in CreateStackTemporary()
DSelectionDAGBuilder.cpp2548 unsigned Align = DL->getPrefTypeAlignment(Type::getInt8PtrTy(M.getContext())); in visitSPDescriptorParent()
3995 std::max((unsigned)DL.getPrefTypeAlignment(Ty), I.getAlignment()); in visitAlloca()
6488 unsigned Align = DL->getPrefTypeAlignment(Global->getType()); in visitIntrinsicCall()
7923 unsigned Align = DL.getPrefTypeAlignment(Ty); in getAddressForMemoryInput()
9081 unsigned Align = DL.getPrefTypeAlignment(CLI.RetTy); in LowerCallTo()
DLegalizeDAG.cpp1754 unsigned SrcAlign = DAG.getDataLayout().getPrefTypeAlignment( in EmitStackConvert()
1767 unsigned DestAlign = DAG.getDataLayout().getPrefTypeAlignment(DestType); in EmitStackConvert()
DLegalizeVectorTypes.cpp1160 unsigned Alignment = DAG.getDataLayout().getPrefTypeAlignment(VecType); in SplitVecRes_INSERT_SUBVECTOR()
1455 unsigned Alignment = DAG.getDataLayout().getPrefTypeAlignment(VecType); in SplitVecRes_INSERT_VECTOR_ELT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp447 unsigned Align = DL.getPrefTypeAlignment(CFP->getType()); in ARMMaterializeFP()
511 unsigned Align = DL.getPrefTypeAlignment(C->getType()); in ARMMaterializeInt()
573 unsigned Align = DL.getPrefTypeAlignment(GV->getType()); in ARMMaterializeGV()
2965 MF->getDataLayout().getPrefTypeAlignment(Type::getInt32PtrTy(*Context)); in ARMLowerPICELF()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp836 : M.getDataLayout().getPrefTypeAlignment(Value->getType()); in initializeConstantPool()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1297 Align Alignment(DL.getPrefTypeAlignment(AggTy)); in HandleByValArgument()
DSimplifyLibCalls.cpp1012 unsigned PrefAlignment = DL.getPrefTypeAlignment(IntType); in optimizeMemCmpConstantSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1999 unsigned Align = DL.getPrefTypeAlignment(CFP->getType()); in PPCMaterializeFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1822 std::max((unsigned)DL->getPrefTypeAlignment(Ty), AI.getAlignment()); in translateAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp3772 unsigned Align = DL.getPrefTypeAlignment(CFP->getType()); in X86MaterializeFP()

12