Searched defs:ByteVal (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 66 SDValue Dst, uint64_t ByteVal, uint64_t Size, in memsetStore() 95 uint64_t ByteVal = CByte->getZExtValue(); in EmitTargetCodeForMemset() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 65 SDValue Dst, uint64_t ByteVal, uint64_t Size, in memsetStore() 93 uint64_t ByteVal = CByte->getZExtValue(); in EmitTargetCodeForMemset() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 78 SDValue Dst, uint64_t ByteVal, uint64_t Size, in memsetStore() 107 uint64_t ByteVal = CByte->getZExtValue(); in EmitTargetCodeForMemset() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 392 Value *ByteVal) { in tryMergingIntoMemset() 826 if (Value *ByteVal = isBytewiseValue(V, DL)) { in processStore() local 1462 if (Value *ByteVal = isBytewiseValue(GV->getInitializer(), in processMemCpy() local
|
/aosp_15_r20/external/llvm/tools/llvm-mc/ |
H A D | Disassembler.cpp | 114 unsigned ByteVal; in ByteArrayFromString() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 665 if (Value *ByteVal = isBytewiseValue(V, DL)) { in processStore() local 1144 if (Value *ByteVal = isBytewiseValue(GV->getInitializer(), in processMemCpy() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 713 if (Value *ByteVal = isBytewiseValue(V)) { in processStore() local 1149 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) { in processMemCpy() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | winevt.h | 279 UINT8 ByteVal; member
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 1044 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)), in EmitBuiltinExpr() local 1061 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)), in EmitBuiltinExpr() local
|