Home
last modified time | relevance | path

Searched refs:InferPtrAlignment (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1668 unsigned InferPtrAlignment(SDValue Ptr) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5897 unsigned SrcAlign = DAG.InferPtrAlignment(Src); in getMemcpyLoadsAndStores()
6080 unsigned SrcAlign = DAG.InferPtrAlignment(Src); in getMemmoveLoadsAndStores()
9403 unsigned SelectionDAG::InferPtrAlignment(SDValue Ptr) const { in InferPtrAlignment() function in SelectionDAG
DSelectionDAGBuilder.cpp7442 unsigned DstAlign = DAG.InferPtrAlignment(Dst); in visitMemPCpyCall()
7443 unsigned SrcAlign = DAG.InferPtrAlignment(Src); in visitMemPCpyCall()
DTargetLowering.cpp2671 if (unsigned Align = DAG.InferPtrAlignment(Op)) { in computeKnownBitsForFrameIndex()
DDAGCombiner.cpp14359 if (unsigned Align = DAG.InferPtrAlignment(Ptr)) { in visitLOAD()
16411 if (unsigned Align = DAG.InferPtrAlignment(Ptr)) { in visitSTORE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp2250 DAG.InferPtrAlignment(AddArg)); in LowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp7971 if (DAG.InferPtrAlignment(Ptr) < RequiredAlign) { in LowerAsSplatVectorLoad()