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

  /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);
  /system/libhwbinder/
Parcel.cpp 1001 binder_uintptr_t ptrVal = reinterpret_cast<binder_uintptr_t>(ptr);
1007 if(entry->buffer <= ptrVal && ptrVal < entry->bufend) {
1009 if(ptrVal + length <= entry->bufend) {
1012 if(offset != nullptr) *offset = ptrVal - entry->buffer;
1030 binder_uintptr_t ptrVal = reinterpret_cast<binder_uintptr_t>(ptr);
1033 if(entry->buffer == 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/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /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...]
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 274 Info.ptrVal = CI.getOperand(0);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 821 milliseconds