Searched defs:ByteVal (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/tools/llvm-mc/ |
| D | Disassembler.cpp | 114 unsigned ByteVal; in ByteArrayFromString() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZSelectionDAGInfo.cpp | 65 SDValue Dst, uint64_t ByteVal, uint64_t Size, in memsetStore() 93 uint64_t ByteVal = CByte->getZExtValue(); in EmitTargetCodeForMemset() local
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZSelectionDAGInfo.cpp | 66 SDValue Dst, uint64_t ByteVal, uint64_t Size, in memsetStore() 95 uint64_t ByteVal = CByte->getZExtValue(); in EmitTargetCodeForMemset() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | MemCpyOptimizer.cpp | 665 if (Value *ByteVal = isBytewiseValue(V, DL)) { in processStore() local 1144 if (Value *ByteVal = isBytewiseValue(GV->getInitializer(), in processMemCpy() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | MemCpyOptimizer.cpp | 713 if (Value *ByteVal = isBytewiseValue(V)) { in processStore() local 1149 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) { in processMemCpy() local
|
| /external/clang/lib/CodeGen/ |
| 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
|