HomeSort by relevance Sort by last modified time
    Searched defs:ptrVal (Results 1 - 19 of 19) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 323 const Value* ptrVal; // value representing memory location
324 int offset; // offset off of ptrVal
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 542 const Constant *ptrVal = CE->getOperand(0);
544 int64_t Offset = TD->getIndexedOffset(ptrVal->getType(), idxVec);
545 return std::make_pair(ptrVal, Offset);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SlotIndexes.h 108 void *ptrVal = v.lie.getOpaqueValue();
109 return (unsigned((intptr_t)ptrVal)) ^ (unsigned((intptr_t)ptrVal) >> 9);
  /external/llvm/include/llvm/Target/
TargetLowering.h 543 const Value* ptrVal; // value representing memory location
544 int offset; // offset off of ptrVal
552 IntrinsicInfo() : opc(0), ptrVal(nullptr), offset(0), size(0), align(1),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 668 const Value* ptrVal = nullptr; // value representing memory location
669 int offset = 0; // offset off of ptrVal
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 693 const Value* ptrVal = nullptr; // value representing memory location
694 int offset = 0; // offset off of ptrVal
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 693 const Value* ptrVal = nullptr; // value representing memory location
694 int offset = 0; // offset off of ptrVal
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 705 const Value* ptrVal = nullptr; // value representing memory location
706 int offset = 0; // offset off of ptrVal
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 705 const Value* ptrVal = nullptr; // value representing memory location
706 int offset = 0; // offset off of ptrVal
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 705 const Value* ptrVal = nullptr; // value representing memory location
706 int offset = 0; // offset off of ptrVal
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 705 const Value* ptrVal = nullptr; // value representing memory location
706 int offset = 0; // offset off of ptrVal
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 668 const Value* ptrVal = nullptr; // value representing memory location
669 int offset = 0; // offset off of ptrVal
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 693 const Value* ptrVal = nullptr; // value representing memory location
694 int offset = 0; // offset off of ptrVal
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 693 const Value* ptrVal = nullptr; // value representing memory location
694 int offset = 0; // offset off of ptrVal
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 705 const Value* ptrVal = nullptr; // value representing memory location
706 int offset = 0; // offset off of ptrVal
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 705 const Value* ptrVal = nullptr; // value representing memory location
706 int offset = 0; // offset off of ptrVal
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 705 const Value* ptrVal = nullptr; // value representing memory location
706 int offset = 0; // offset off of ptrVal
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 705 const Value* ptrVal = nullptr; // value representing memory location
706 int offset = 0; // offset off of ptrVal
    [all...]
  /system/libhwbinder/
Parcel.cpp 1004 binder_uintptr_t ptrVal = reinterpret_cast<binder_uintptr_t>(ptr);
1010 if(entry->buffer <= ptrVal && ptrVal < entry->bufend) {
1012 if(ptrVal + length <= entry->bufend) {
1015 if(offset != nullptr) *offset = ptrVal - entry->buffer;
1033 binder_uintptr_t ptrVal = reinterpret_cast<binder_uintptr_t>(ptr);
1036 if(entry->buffer == ptrVal) {
    [all...]

Completed in 1322 milliseconds