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

  /external/llvm/lib/IR/
IRBuilder.cpp 216 Type *DataTy = PtrTy->getElementType();
217 assert(DataTy->isVectorTy() && "Ptr should point to a vector");
219 PassThru = UndefValue::get(DataTy);
220 Type *OverloadedTypes[] = { DataTy, PtrTy };
235 Type *DataTy = PtrTy->getElementType();
236 assert(DataTy->isVectorTy() && "Ptr should point to a vector");
237 Type *OverloadedTypes[] = { DataTy, PtrTy };
268 Type *DataTy = VectorType::get(PtrTy->getElementType(), NumElts);
274 Value * Ops[] = {Ptrs, getInt32(Align), Mask, UndefValue::get(DataTy)};
278 return CreateMaskedIntrinsic(Intrinsic::masked_gather, Ops, { DataTy }, Name)
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 79 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
104 int getGSScalarCost(unsigned Opcode, Type *DataTy, bool VariableMask,
106 int getGSVectorCost(unsigned Opcode, Type *DataTy, Value *Ptr,
X86TargetTransformInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetTransformInfo.h 82 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
136 int getGSScalarCost(unsigned Opcode, Type *DataTy, bool VariableMask,
138 int getGSVectorCost(unsigned Opcode, Type *DataTy, Value *Ptr,
X86TargetTransformInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
IRBuilder.cpp 474 Type *DataTy = PtrTy->getElementType();
475 assert(DataTy->isVectorTy() && "Ptr should point to a vector");
478 PassThru = UndefValue::get(DataTy);
479 Type *OverloadedTypes[] = { DataTy, PtrTy };
494 Type *DataTy = PtrTy->getElementType();
495 assert(DataTy->isVectorTy() && "Ptr should point to a vector");
497 Type *OverloadedTypes[] = { DataTy, PtrTy };
528 Type *DataTy = VectorType::get(PtrTy->getElementType(), NumElts);
535 PassThru = UndefValue::get(DataTy);
537 Type *OverloadedTypes[] = {DataTy, PtrsTy}
    [all...]
Verifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.h 119 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
HexagonTargetTransformInfo.cpp 201 unsigned HexagonTTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
203 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 392 auto *DataTy = StructType::get(Ctx, makeArrayRef(DataTypes));
406 auto *Data = new GlobalVariable(*M, DataTy, false, NamePtr->getLinkage(),
407 ConstantStruct::get(DataTy, DataVals),
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 341 int TargetTransformInfo::getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
344 int Cost = TTIImpl->getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 530 /// \p DataTy - a vector type of the data to be loaded or stored
535 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
    [all...]
TargetTransformInfoImpl.h 333 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 442 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 767 auto *DataTy = StructType::get(Ctx, makeArrayRef(DataTypes));
781 auto *Data = new GlobalVariable(*M, DataTy, false, NamePtr->getLinkage(),
782 ConstantStruct::get(DataTy, DataVals),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 464 int TargetTransformInfo::getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
467 int Cost = TTIImpl->getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 187 milliseconds