Home
last modified time | relevance | path

Searched defs:ToSize (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp210 unsigned ToSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); in libcall() local
222 unsigned ToSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); in libcall() local
235 unsigned ToSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); in libcall() local
249 unsigned ToSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); in libcall() local
/external/v8/src/compiler/
Dinstruction.h1004 size_t ToSize() const { in ToSize() function
/external/clang/lib/Sema/
DSemaOverload.cpp1919 uint64_t ToSize = Context.getTypeSize(PromoteTypes[Idx]); in IsIntegralPromotion() local
1945 llvm::APSInt ToSize(BitWidth.getBitWidth(), BitWidth.isUnsigned()); in IsIntegralPromotion() local
/external/clang/lib/AST/
DASTContext.cpp4793 uint64_t ToSize = getTypeSize(PromoteTypes[Idx]); in getPromotedIntegerType() local