/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 154 unsigned HexagonTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in HexagonTTIImpl 160 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I); in getMemoryOpCost() 198 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I); in getMemoryOpCost() 225 return getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment), AddressSpace, in getInterleavedMemoryOpCost()
|
D | HexagonTargetTransformInfo.h | 115 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 142 unsigned HexagonTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in HexagonTTIImpl 153 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost() 192 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost() 225 return getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment), AddressSpace, in getInterleavedMemoryOpCost()
|
D | HexagonTargetTransformInfo.h | 116 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 353 int PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function in PPCTTIImpl 360 int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMemoryOpCost() 422 int Cost = getMemoryOpCost(Opcode, VecTy, Alignment, AddressSpace); in getInterleavedMemoryOpCost()
|
D | PPCTargetTransformInfo.h | 86 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
/external/llvm-project/llvm/test/Analysis/CostModel/AArch64/ |
D | store.ll | 7 define void @getMemoryOpCost() { 11 ; CHECK-LABEL: 'getMemoryOpCost' 32 ; SIZE-LABEL: 'getMemoryOpCost' 53 ; SLOW_MISALIGNED_128_STORE-LABEL: 'getMemoryOpCost'
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 125 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 118 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
D | AArch64TargetTransformInfo.cpp | 466 int AArch64TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in AArch64TTIImpl 523 Cost += getMemoryOpCost(Instruction::Store, I, 128, 0) + in getCostOfKeepingLiveOverCall() 524 getMemoryOpCost(Instruction::Load, I, 128, 0); in getCostOfKeepingLiveOverCall()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 521 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, 708 virtual int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, 923 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function 925 return Impl.getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMemoryOpCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 91 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 75 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.h | 102 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
D | PPCTargetTransformInfo.cpp | 829 int PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in PPCTTIImpl 837 int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMemoryOpCost() 922 getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment), AddressSpace); in getInterleavedMemoryOpCost()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 105 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 429 return TTI->getMemoryOpCost(I->getOpcode(), ValTy, in getInstructionCost() 435 return TTI->getMemoryOpCost(I->getOpcode(), I->getType(), in getInstructionCost()
|
D | TargetTransformInfo.cpp | 324 int TargetTransformInfo::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in TargetTransformInfo 327 int Cost = TTIImpl->getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMemoryOpCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 139 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.h | 120 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
D | PPCTargetTransformInfo.cpp | 1058 int PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in PPCTTIImpl 1063 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost() 1070 int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost() 1155 getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment), AddressSpace, in getInterleavedMemoryOpCost()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 152 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
D | AArch64TargetTransformInfo.cpp | 777 int AArch64TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Ty, in getMemoryOpCost() function in AArch64TTIImpl 787 return BaseT::getMemoryOpCost(Opcode, Ty, Alignment, AddressSpace, in getMemoryOpCost() 860 Cost += getMemoryOpCost(Instruction::Store, I, Align(128), 0, CostKind) + in getCostOfKeepingLiveOverCall() 861 getMemoryOpCost(Instruction::Load, I, Align(128), 0, CostKind); in getCostOfKeepingLiveOverCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 136 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 216 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|