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

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 225 unsigned Ptrs = 0;
228 Ptrs = 1;
238 return std::make_pair(Ptrs, Ints);
249 unsigned Ptrs, Ints;
250 std::tie(Ptrs, Ints) = getMSMemberPointerSlots(MPT);
251 uint64_t Width = Ptrs * PtrSize + Ints * IntSize;
257 if (Ptrs + Ints > 1 && Target.getTriple().isArch32Bit())
259 else if (Ptrs)
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 250 SmallVectorImpl<const Value *> &Ptrs,
258 for (size_t i = 0, e = Ptrs.size(); i < e; i++) {
259 SDValue SD = Builder.getValue(Ptrs[i]);
265 NewPtrs.push_back(Ptrs[i]);
267 Seen[SD] = Ptrs[i];
270 SSM.DuplicateMap[Ptrs[i]] = SeenIt->second;
274 assert(Ptrs.size() >= NewPtrs.size());
277 Ptrs = NewPtrs;
279 assert(Ptrs.size() == Bases.size());
280 assert(Ptrs.size() == Relocs.size())
    [all...]
SelectionDAGBuilder.h 726 /// Bases[i] is the base pointer for Ptrs[i]. Together they denote the set
729 SmallVector<const Value *, 16> Ptrs;
    [all...]
  /external/llvm/lib/IR/
IRBuilder.cpp 255 /// \p Ptrs - vector of pointers for loading
262 CallInst *IRBuilderBase::CreateMaskedGather(Value *Ptrs, unsigned Align,
265 auto PtrsTy = cast<VectorType>(Ptrs->getType());
274 Value * Ops[] = {Ptrs, getInt32(Align), Mask, UndefValue::get(DataTy)};
283 /// \p Ptrs - the vector of pointers, where the \p Data elements should be
288 CallInst *IRBuilderBase::CreateMaskedScatter(Value *Data, Value *Ptrs,
290 auto PtrsTy = cast<VectorType>(Ptrs->getType());
304 Value * Ops[] = {Data, Ptrs, getInt32(Align), Mask};
  /external/clang/test/Sema/
scope-check.c 147 void *Ptrs[] = {
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 458 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
464 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 481 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
487 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 540 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
546 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 540 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
546 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 540 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
546 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 540 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
546 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 540 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
546 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 540 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
546 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 481 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
487 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 540 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
546 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 540 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
546 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 540 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
546 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 540 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
546 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 540 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
546 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 540 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
546 CallInst *CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align,
    [all...]

Completed in 1342 milliseconds