Home
last modified time | relevance | path

Searched defs:DataTy (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/llvm/lib/IR/
H A DIRBuilder.cpp216 Type *DataTy = PtrTy->getElementType(); in CreateMaskedLoad() local
235 Type *DataTy = PtrTy->getElementType(); in CreateMaskedStore() local
268 Type *DataTy = VectorType::get(PtrTy->getElementType(), NumElts); in CreateMaskedGather() local
291 auto DataTy = cast<VectorType>(Data->getType()); in CreateMaskedScatter() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DIRBuilder.cpp480 Type *DataTy = PtrTy->getElementType(); in CreateMaskedLoad() local
500 Type *DataTy = PtrTy->getElementType(); in CreateMaskedStore() local
534 Type *DataTy = VectorType::get(PtrTy->getElementType(), NumElts); in CreateMaskedGather() local
562 auto DataTy = cast<VectorType>(Data->getType()); in CreateMaskedScatter() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3340 bool X86TTIImpl::isLegalMaskedLoad(Type *DataTy, MaybeAlign Alignment) { in isLegalMaskedLoad()
3402 bool X86TTIImpl::isLegalMaskedExpandLoad(Type *DataTy) { in isLegalMaskedExpandLoad()
3426 bool X86TTIImpl::isLegalMaskedCompressStore(Type *DataTy) { in isLegalMaskedCompressStore()
3430 bool X86TTIImpl::isLegalMaskedGather(Type *DataTy, MaybeAlign Alignment) { in isLegalMaskedGather()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h158 bool isLegalMaskedStore(Type *DataTy, MaybeAlign Alignment) { in isLegalMaskedStore()
H A DARMTargetTransformInfo.cpp499 bool ARMTTIImpl::isLegalMaskedLoad(Type *DataTy, MaybeAlign Alignment) { in isLegalMaskedLoad()
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1570 bool X86TTIImpl::isLegalMaskedLoad(Type *DataTy) { in isLegalMaskedLoad()
1583 bool X86TTIImpl::isLegalMaskedGather(Type *DataTy) { in isLegalMaskedGather()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h189 bool isLegalMaskedStore(Type *DataTy, Align Alignment) { in isLegalMaskedStore()
H A DARMTargetTransformInfo.cpp1101 bool ARMTTIImpl::isLegalMaskedLoad(Type *DataTy, Align Alignment) { in isLegalMaskedLoad()
1564 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DBasicTTIImpl.h208 InstructionCost getCommonMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, in getCommonMaskedMemoryOpCost()
1363 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, in getMaskedMemoryOpCost()
1379 InstructionCost getStridedMemoryOpCost(unsigned Opcode, Type *DataTy, in getStridedMemoryOpCost()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DBasicTTIImpl.h208 InstructionCost getCommonMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, in getCommonMaskedMemoryOpCost()
1363 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, in getMaskedMemoryOpCost()
1379 InstructionCost getStridedMemoryOpCost(unsigned Opcode, Type *DataTy, in getStridedMemoryOpCost()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5867 bool X86TTIImpl::isLegalMaskedLoad(Type *DataTy, Align Alignment) { in isLegalMaskedLoad()
5941 bool X86TTIImpl::isLegalMaskedExpandLoad(Type *DataTy) { in isLegalMaskedExpandLoad()
5965 bool X86TTIImpl::isLegalMaskedCompressStore(Type *DataTy) { in isLegalMaskedCompressStore()
5988 bool X86TTIImpl::isLegalMaskedGather(Type *DataTy, Align Alignment) { in isLegalMaskedGather()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DIRBuilder.cpp612 Type *DataTy = Val->getType(); in CreateMaskedStore() local
681 auto *DataTy = cast<VectorType>(Data->getType()); in CreateMaskedScatter() local
737 Type *DataTy = Val->getType(); in CreateMaskedCompressStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp41 IntegerType *DataTy; member in __anonf8eb21630111::SjLjEHPrepare
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp211 unsigned HexagonTTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp252 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h207 InstructionCost getCommonMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, in getCommonMaskedMemoryOpCost()
1316 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, in getMaskedMemoryOpCost()
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp392 auto *DataTy = StructType::get(Ctx, makeArrayRef(DataTypes)); in getOrCreateRegionCounters() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp342 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DBasicTTIImpl.h207 InstructionCost getCommonMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, in getCommonMaskedMemoryOpCost()
1362 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, in getMaskedMemoryOpCost()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DBasicTTIImpl.h1371 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, in getMaskedMemoryOpCost()
1388 InstructionCost getStridedMemoryOpCost(unsigned Opcode, Type *DataTy, in getStridedMemoryOpCost()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp341 int TargetTransformInfo::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost()
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h333 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr, in getGatherScatterOpCost()
H A DTargetTransformInfo.h931 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp825 auto *DataTy = StructType::get(Ctx, makeArrayRef(DataTypes)); in getOrCreateRegionCounters() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1015 auto *DataTy = StructType::get(Ctx, ArrayRef(DataTypes)); in getOrCreateRegionCounters() local

12