Home
last modified time | relevance | path

Searched defs:ByteSized (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/unittests/Target/AArch64/
DDecomposeStackOffsetTest.cpp22 int64_t ByteSized, VLSized, PLSized; in TEST() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h344 bool ByteSized = isByteSizedType(SrcTy); in movzx() local
363 bool ByteSized = isByteSizedType(SrcTy); in movzx() local
376 bool ByteSized = isByteSizedType(SrcTy); in movsx() local
392 bool ByteSized = isByteSizedType(SrcTy); in movsx() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3433 const StackOffset &Offset, int64_t &ByteSized, int64_t &VGSized) { in decomposeStackOffsetForDwarfOffsets()