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

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrServices.h 104 UINT8 ByteVal,
115 ByteVal - the raw byte to emit to the output IFR stream
184 UINT8 ByteVal,
198 ByteVal - value to write to output
VfrServices.cpp 570 UINT8 ByteVal,
581 ByteVal - the raw byte to emit to the output IFR stream
595 mQueuedBytes[mQueuedByteCount] = ByteVal;
682 UINT8 ByteVal,
696 ByteVal - value to write to output
712 NewByte->OpcodeByte = ByteVal;
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 114 unsigned ByteVal;
115 if (Value.getAsInteger(0, ByteVal) || ByteVal > 255) {
125 ByteArray.first.push_back(ByteVal);
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 63 // Chain, Dst, ByteVal and Size. These cases are expected to use
66 SDValue Dst, uint64_t ByteVal, uint64_t Size,
68 uint64_t StoreVal = ByteVal;
70 StoreVal |= ByteVal << (I * 8);
93 // used if ByteVal is all zeros or all ones; in other casees,
95 uint64_t ByteVal = CByte->getZExtValue();
96 if (ByteVal == 0 || ByteVal == 255 ?
101 SDValue Chain1 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size1,
108 SDValue Chain2 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size2
    [all...]
  /external/llvm/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 62 Value *ByteVal);
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
Disassembler.cpp 125 unsigned ByteVal;
126 if (Value.getAsInteger(0, ByteVal) || ByteVal > 255) {
135 ByteArray.push_back(std::make_pair((unsigned char)ByteVal, Value.data()));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 64 Value *ByteVal);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 64 Value *ByteVal);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 64 Value *ByteVal);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 72 Value *ByteVal);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 72 Value *ByteVal);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 72 Value *ByteVal);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 72 Value *ByteVal);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 64 Value *ByteVal);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 64 Value *ByteVal);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 64 Value *ByteVal);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 72 Value *ByteVal);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 72 Value *ByteVal);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 72 Value *ByteVal);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 72 Value *ByteVal);
  /external/swiftshader/third_party/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/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 123 /// Represents a range of memset'd bytes with the ByteVal value.
337 Value *ByteVal);
365 Value *ByteVal) {
390 if (ByteVal != isBytewiseValue(NextStore->getOperand(0)))
403 if (MSI->isVolatile() || ByteVal != MSI->getValue() ||
455 Builder.CreateMemSet(StartPtr, ByteVal, Range.End-Range.Start, Alignment);
713 if (Value *ByteVal = isBytewiseValue(V)) {
715 ByteVal)) {
730 auto *M = Builder.CreateMemSet(SI->getPointerOperand(), ByteVal,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winevt.h 279 UINT8 ByteVal;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 5947 milliseconds

1 2