Home
last modified time | relevance | path

Searched defs:TySize (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp117 const unsigned TySize = Ty.getSizeInBits(); in getRegClassForTypeOnBank() local
180 const unsigned TySize = Ty.getSizeInBits(); in selectLoadStoreOpCode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp147 uint64_t TySize = in set() local
DSelectionDAGBuilder.cpp3993 uint64_t TySize = DL.getTypeAllocSize(Ty); in visitAlloca() local
7922 uint64_t TySize = DL.getTypeAllocSize(Ty); in getAddressForMemoryInput() local
9080 uint64_t TySize = DL.getTypeAllocSize(CLI.RetTy); in LowerCallTo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp278 int TySize = DL.getTypeSizeInBits(Ty); in canWidenScalarExtLoad() local
967 int TySize = Mod->getDataLayout().getTypeSizeInBits(I.getType()); in visitLoadInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp764 unsigned TySize = DL.getTypeSizeInBits(Ty); in collectInstructions() local
818 unsigned TySize = DL.getTypeSizeInBits(Ty); in collectInstructions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp889 unsigned TySize = Ty.getSizeInBytes(); in findGISelOptimalMemOpLowering() local
1033 unsigned TySize = Ty.getSizeInBytes(); in optimizeMemset() local
DIRTranslator.cpp1835 Register TySize = in translateAlloca() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp653 uint64_t TySize = DL.getTypeAllocSize(Ty); in moveDynamicAllocasToUnsafeStack() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1135 if (int64_t TySize = DL.getTypeAllocSize(Ty)) { in FindElementAtOffset() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2566 size_t Stride, size_t TySize) { in SelectBaseMVE_VMLLDAV()