Searched refs:ByteVal (Results 1 – 5 of 5) sorted by relevance
/external/llvm/tools/llvm-mc/ |
D | Disassembler.cpp | 114 unsigned ByteVal; in ByteArrayFromString() local 115 if (Value.getAsInteger(0, ByteVal) || ByteVal > 255) { in ByteArrayFromString() 125 ByteArray.first.push_back(ByteVal); in ByteArrayFromString()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 68 SDValue Dst, uint64_t ByteVal, uint64_t Size, in memsetStore() argument 71 uint64_t StoreVal = ByteVal; in memsetStore() 73 StoreVal |= ByteVal << (I * 8); in memsetStore() 99 uint64_t ByteVal = CByte->getZExtValue(); in EmitTargetCodeForMemset() local 100 if (ByteVal == 0 || ByteVal == 255 ? in EmitTargetCodeForMemset() 105 SDValue Chain1 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size1, in EmitTargetCodeForMemset() 112 SDValue Chain2 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size2, in EmitTargetCodeForMemset()
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 346 Value *ByteVal); 373 Value *StartPtr, Value *ByteVal) { in INITIALIZE_PASS_DEPENDENCY() 398 if (ByteVal != isBytewiseValue(NextStore->getOperand(0))) in INITIALIZE_PASS_DEPENDENCY() 411 if (MSI->isVolatile() || ByteVal != MSI->getValue() || in INITIALIZE_PASS_DEPENDENCY() 463 Builder.CreateMemSet(StartPtr, ByteVal, Range.End-Range.Start, Alignment); in INITIALIZE_PASS_DEPENDENCY() 555 if (Value *ByteVal = isBytewiseValue(SI->getOperand(0))) in processStore() local 557 ByteVal)) { in processStore() 957 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) { in processMemCpy() local 959 Builder.CreateMemSet(M->getRawDest(), ByteVal, M->getLength(), in processMemCpy()
|
/external/libnfc-nxp/src/ |
D | phFriNfc_TopazMap.c | 138 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/ |
D | CGBuiltin.cpp | 951 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)), in EmitBuiltinExpr() local 956 Builder.CreateMemSet(Dest, ByteVal, SizeVal, false); in EmitBuiltinExpr() 968 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)), in EmitBuiltinExpr() local 971 Builder.CreateMemSet(Dest, ByteVal, SizeVal, false); in EmitBuiltinExpr()
|