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

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
PointerIntPair.h 77 intptr_t PtrVal
79 assert((PtrVal & ((1 << PtrTraits::NumLowBitsAvailable)-1)) == 0 &&
82 Value = PtrVal | (Value & ~PointerBitMask);
ImmutableList.h 215 uintptr_t PtrVal = reinterpret_cast<uintptr_t>(X.getInternalPointer());
216 return (unsigned((uintptr_t)PtrVal) >> 4) ^
217 (unsigned((uintptr_t)PtrVal) >> 9);
  /external/llvm/include/llvm/ADT/
ImmutableList.h 214 uintptr_t PtrVal = reinterpret_cast<uintptr_t>(X.getInternalPointer());
215 return (unsigned((uintptr_t)PtrVal) >> 4) ^
216 (unsigned((uintptr_t)PtrVal) >> 9);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 47 NumMemRefs(0), PtrVal(nullptr) {}
56 Value *PtrVal;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
ImmutableList.h 219 uintptr_t PtrVal = reinterpret_cast<uintptr_t>(X.getInternalPointer());
220 return (unsigned((uintptr_t)PtrVal) >> 4) ^
221 (unsigned((uintptr_t)PtrVal) >> 9);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPURewriteOutArguments.cpp 464 Value *PtrVal = B.CreateBitCast(&Arg, PtrTy);
466 B.CreateAlignedStore(Val, PtrVal, Align);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
VNCoercion.cpp 384 Value *PtrVal = SrcVal->getPointerOperand();
391 PointerType::get(DestPTy, PtrVal->getType()->getPointerAddressSpace());
393 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy);
394 LoadInst *NewLoad = Builder.CreateLoad(PtrVal);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h 58 Value *PtrVal = nullptr;
    [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
AtomicExpandPass.cpp     [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 508 milliseconds