Home
last modified time | relevance | path

Searched defs:ByteVal (Results 1 – 11 of 11) sorted by relevance

/external/llvm/tools/llvm-mc/
DDisassembler.cpp114 unsigned ByteVal; in ByteArrayFromString() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
DDisassembler.cpp114 unsigned ByteVal; in ByteArrayFromString() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp66 SDValue Dst, uint64_t ByteVal, uint64_t Size, in memsetStore()
94 uint64_t ByteVal = CByte->getZExtValue(); in EmitTargetCodeForMemset() local
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp66 SDValue Dst, uint64_t ByteVal, uint64_t Size, in memsetStore()
95 uint64_t ByteVal = CByte->getZExtValue(); in EmitTargetCodeForMemset() local
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
DDisassembler.cpp125 unsigned ByteVal; in ByteArrayFromString() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp534 if (Value *ByteVal = isBytewiseValue(SI->getOperand(0))) in processStore() local
795 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) { in processMemCpy() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp753 if (Value *ByteVal = isBytewiseValue(V)) { in processStore() local
1199 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) { in processMemCpy() local
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp713 if (Value *ByteVal = isBytewiseValue(V)) { in processStore() local
1149 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) { in processMemCpy() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp1044 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)), in EmitBuiltinExpr() local
1061 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)), in EmitBuiltinExpr() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2776 static APInt SplatByte(unsigned NumBits, uint8_t ByteVal) { in SplatByte()
DSelectionDAG.cpp3239 static APInt SplatByte(unsigned NumBits, uint8_t ByteVal) { in SplatByte()