Searched defs:ByteVal (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/tools/llvm-mc/ |
D | Disassembler.cpp | 113 unsigned ByteVal; in ByteArrayFromString() local
|
/external/llvm/tools/llvm-mc/ |
D | Disassembler.cpp | 114 unsigned ByteVal; in ByteArrayFromString() local
|
/external/llvm-project/llvm/tools/llvm-ml/ |
D | Disassembler.cpp | 107 unsigned ByteVal; in ByteArrayFromString() local
|
/external/llvm-project/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/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-project/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 370 Value *ByteVal) { in tryMergingIntoMemset() 798 if (Value *ByteVal = isBytewiseValue(V, DL)) { in processStore() local 1346 if (Value *ByteVal = isBytewiseValue(GV->getInitializer(), in processMemCpy() 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
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 3185 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)), in EmitBuiltinExpr() local 3204 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)), in EmitBuiltinExpr() local
|