HomeSort by relevance Sort by last modified time
    Searched refs:ByteVal (Results 1 - 6 of 6) sorted by null

  /external/llvm/tools/llvm-mc/
Disassembler.cpp 126 unsigned ByteVal;
127 if (Value.getAsInteger(0, ByteVal) || ByteVal > 255) {
136 ByteArray.push_back(std::make_pair((unsigned char)ByteVal, Value.data()));
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 118 /// MemsetRange - Represents a range of memset'd bytes with the ByteVal value.
340 Value *ByteVal);
365 Value *StartPtr, Value *ByteVal) {
390 if (ByteVal != isBytewiseValue(NextStore->getOperand(0)))
403 if (MSI->isVolatile() || ByteVal != MSI->getValue() ||
457 Builder.CreateMemSet(StartPtr, ByteVal, Range.End-Range.Start, Alignment);
534 if (Value *ByteVal = isBytewiseValue(SI->getOperand(0)))
536 ByteVal)) {
795 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) {
797 Builder.CreateMemSet(M->getRawDest(), ByteVal, CopySize
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_TopazMap.c 138 uint8_t ByteVal
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 614 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)),
618 Builder.CreateMemSet(Address, ByteVal, SizeVal, Align, false);
630 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)),
634 Builder.CreateMemSet(Address, ByteVal, SizeVal, Align, false);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]

Completed in 251 milliseconds