Home
last modified time | relevance | path

Searched refs:ByteVal (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp52 SDValue Dst, uint64_t ByteVal, uint64_t Size, in memsetStore() argument
55 uint64_t StoreVal = ByteVal; in memsetStore()
57 StoreVal |= ByteVal << (I * 8); in memsetStore()
82 uint64_t ByteVal = CByte->getZExtValue(); in EmitTargetCodeForMemset() local
83 if (ByteVal == 0 || ByteVal == 255 ? in EmitTargetCodeForMemset()
88 SDValue Chain1 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size1, in EmitTargetCodeForMemset()
95 SDValue Chain2 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size2, in EmitTargetCodeForMemset()
/external/llvm/tools/llvm-mc/
DDisassembler.cpp137 unsigned ByteVal; in ByteArrayFromString() local
138 if (Value.getAsInteger(0, ByteVal) || ByteVal > 255) { in ByteArrayFromString()
147 ByteArray.push_back(std::make_pair((unsigned char)ByteVal, Value.data())); in ByteArrayFromString()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp340 Value *ByteVal);
365 Value *StartPtr, Value *ByteVal) { in INITIALIZE_PASS_DEPENDENCY()
390 if (ByteVal != isBytewiseValue(NextStore->getOperand(0))) in INITIALIZE_PASS_DEPENDENCY()
403 if (MSI->isVolatile() || ByteVal != MSI->getValue() || in INITIALIZE_PASS_DEPENDENCY()
457 Builder.CreateMemSet(StartPtr, ByteVal, Range.End-Range.Start, Alignment); in INITIALIZE_PASS_DEPENDENCY()
542 if (Value *ByteVal = isBytewiseValue(SI->getOperand(0))) in processStore() local
544 ByteVal)) { in processStore()
830 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) { in processMemCpy() local
832 Builder.CreateMemSet(M->getRawDest(), ByteVal, CopySize, in processMemCpy()
/external/libnfc-nxp/src/
DphFriNfc_TopazMap.c138 uint8_t ByteVal
1070 uint8_t ByteVal in phFriNfc_Tpz_H_WrAByte() argument
1077 PHNFC_UNUSED_VARIABLE(ByteVal); in phFriNfc_Tpz_H_WrAByte()
1113 NdefMap->SendRecvBuf[index] = ByteVal; in phFriNfc_Tpz_H_WrAByte()
1135 NdefMap->SendRecvBuf[index] = ByteVal; in phFriNfc_Tpz_H_WrAByte()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp690 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)), in EmitBuiltinExpr() local
693 Builder.CreateMemSet(Dest.first, ByteVal, SizeVal, Dest.second, false); in EmitBuiltinExpr()
706 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)), in EmitBuiltinExpr() local
709 Builder.CreateMemSet(Dest.first, ByteVal, SizeVal, Dest.second, false); in EmitBuiltinExpr()