Searched defs:DataTy (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h168 bool isLegalMaskedStore(Type *DataTy, Align Alignment) { argument
H A DARMTargetTransformInfo.cpp657 bool ARMTTIImpl::isLegalMaskedLoad(Type *DataTy, Align Alignment) { argument
1044 unsigned ARMTTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, argument
H A DARMISelDAGToDAG.cpp2751 EVT DataTy = EVT::getVectorVT(*CurDAG->getContext(), MVT::i64, NumVecs * 2); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp41 IntegerType *DataTy; member in class:__anon3589::SjLjEHPrepare
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp221 getGatherScatterOpCost( unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, Align Alignment, TTI::TargetCostKind CostKind, const Instruction *I) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp887 auto *DataTy = StructType::get(Ctx, makeArrayRef(DataTypes)); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp475 Type *DataTy = PtrTy->getElementType(); local
495 Type *DataTy = PtrTy->getElementType(); local
529 auto *DataTy = FixedVectorType::get(PtrTy->getElementType(), NumElts); local
557 auto DataTy = cast<VectorType>(Data->getType()); local
[all...]
H A DVerifier.cpp4866 Type *DataTy = cast<PointerType>(Ptr->getType())->getElementType(); local
4887 Type *DataTy = cast<PointerType>(Ptr->getType())->getElementType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h476 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp775 getGatherScatterOpCost( unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, Align Alignment, TTI::TargetCostKind CostKind, const Instruction *I) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4020 bool X86TTIImpl::isLegalMaskedLoad(Type *DataTy, Align Alignment) { argument
4083 bool X86TTIImpl::isLegalMaskedExpandLoad(Type *DataTy) { argument
4107 bool X86TTIImpl::isLegalMaskedCompressStore(Type *DataTy) { argument
4111 isLegalMaskedGather(Type *DataTy, Align Alignment) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1048 Type *DataTy = CI.getArgOperand(0)->getType(); local

Completed in 308 milliseconds