/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 505 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()
|
D | SjLjEHPrepare.cpp | 179 const Align Alignment(DL.getPrefTypeAlignment(FunctionContextTy)); in setupFunctionContext()
|
D | AtomicExpandPass.cpp | 1625 unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy); in expandAtomicOpToLibcall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | Target.cpp | 122 return unwrap(TD)->getPrefTypeAlignment(unwrap(Ty)); in LLVMPreferredAlignmentOfType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 349 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/ |
D | XCoreAsmPrinter.cpp | 118 const Align Alignment(DL.getPrefTypeAlignment(C->getType())); in EmitGlobalVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 765 unsigned DataLayout::getPrefTypeAlignment(Type *Ty) const { in getPrefTypeAlignment() function in DataLayout 851 unsigned Alignment = getPrefTypeAlignment(ElemType); in getPreferredAlignment()
|
D | Value.cpp | 718 return MaybeAlign(DL.getPrefTypeAlignment(AllocatedType)); in getPointerAlignment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 521 unsigned getPrefTypeAlignment(Type *Ty) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1138 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()
|
D | NVPTXISelLowering.cpp | 2325 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/ |
D | FunctionLoweringInfo.cpp | 138 std::max((unsigned)MF->getDataLayout().getPrefTypeAlignment(Ty), in set()
|
D | LegalizeTypesGeneric.cpp | 157 unsigned Alignment = DAG.getDataLayout().getPrefTypeAlignment( in ExpandRes_BITCAST()
|
D | InstrEmitter.cpp | 416 Align = MF->getDataLayout().getPrefTypeAlignment(Type); in AddOperand()
|
D | SelectionDAG.cpp | 1470 : 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()
|
D | SelectionDAGBuilder.cpp | 2548 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()
|
D | LegalizeDAG.cpp | 1754 unsigned SrcAlign = DAG.getDataLayout().getPrefTypeAlignment( in EmitStackConvert() 1767 unsigned DestAlign = DAG.getDataLayout().getPrefTypeAlignment(DestType); in EmitStackConvert()
|
D | LegalizeVectorTypes.cpp | 1160 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/ |
D | ARMFastISel.cpp | 447 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/ |
D | MIRParser.cpp | 836 : M.getDataLayout().getPrefTypeAlignment(Value->getType()); in initializeConstantPool()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1297 Align Alignment(DL.getPrefTypeAlignment(AggTy)); in HandleByValArgument()
|
D | SimplifyLibCalls.cpp | 1012 unsigned PrefAlignment = DL.getPrefTypeAlignment(IntType); in optimizeMemCmpConstantSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1999 unsigned Align = DL.getPrefTypeAlignment(CFP->getType()); in PPCMaterializeFP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1822 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/ |
D | X86FastISel.cpp | 3772 unsigned Align = DL.getPrefTypeAlignment(CFP->getType()); in X86MaterializeFP()
|