| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonTargetTransformInfo.cpp | 159 InstructionCost HexagonTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, 170 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, 211 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, 245 return getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment), AddressSpace,
|
| HexagonTargetTransformInfo.h | 119 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| RISCVTargetTransformInfo.cpp | 155 getMemoryOpCost(Opcode, VTy->getElementType(), Alignment, 0, CostKind, I);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| SystemZTargetTransformInfo.h | 111 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src,
|
| SystemZTargetTransformInfo.cpp | 266 NumStores += getMemoryOpCost(Instruction::Store, MemAccessTy, None, 0, 1066 InstructionCost SystemZTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| PPCTargetTransformInfo.h | 127 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src,
|
| PPCTargetTransformInfo.cpp | 324 // We already implement getCastInstrCost and getMemoryOpCost where we perform 1108 InstructionCost PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, 1114 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, 1122 BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, CostKind); 1136 // 32b/64b to VSR correctly and cheaply. But BaseT::getMemoryOpCost and 1205 InstructionCost Cost = getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment),
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64TargetTransformInfo.h | 191 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src,
|
| AArch64TargetTransformInfo.cpp | 1200 getMemoryOpCost(Opcode, VT->getElementType(), Alignment, 0, CostKind, I); 1210 InstructionCost AArch64TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Ty, 1217 return BaseT::getMemoryOpCost(Opcode, Ty, Alignment, AddressSpace, 1298 Cost += getMemoryOpCost(Instruction::Store, I, Align(128), 0, CostKind) + 1299 getMemoryOpCost(Instruction::Load, I, Align(128), 0, CostKind);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMTargetTransformInfo.h | 238 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src,
|
| ARMTargetTransformInfo.cpp | 1386 InstructionCost ARMTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, 1397 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, 1428 return BaseCost * BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86TargetTransformInfo.h | 146 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src,
|
| X86TargetTransformInfo.cpp | 3282 InstructionCost X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, 3304 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, 3340 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, 3351 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, 3446 return getMemoryOpCost(Opcode, SrcTy, Alignment, AddressSpace, CostKind); 3466 NumElem * BaseT::getMemoryOpCost(Opcode, SrcVTy->getScalarType(), 4359 return GSOverhead + VF * getMemoryOpCost(Opcode, SrcVTy->getScalarType(), 4395 VF * getMemoryOpCost(Opcode, SrcVTy->getScalarType(), 4742 InstructionCost MemOpCosts = getMemoryOpCost( 4839 InstructionCost MemOpCost = getMemoryOpCost( [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| TargetTransformInfoImpl.h | 542 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, 1017 return TargetTTI->getMemoryOpCost(Opcode, ValTy, SI->getAlign(), 1023 return TargetTTI->getMemoryOpCost(Opcode, U->getType(), LI->getAlign(),
|
| TargetTransformInfo.h | 1140 getMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, 1637 virtual InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src, 2129 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, 2133 return Impl.getMemoryOpCost(Opcode, Src, Alignment, AddressSpace,
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| VectorCombine.cpp | 192 TTI.getMemoryOpCost(Instruction::Load, LoadTy, Alignment, AS); 199 TTI.getMemoryOpCost(Instruction::Load, MinVecTy, Alignment, AS);
|
| LoopVectorize.cpp | 6953 TTI.getMemoryOpCost(I->getOpcode(), ValTy->getScalarType(), Alignment, 7001 Cost += TTI.getMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS, 7023 TTI.getMemoryOpCost(Instruction::Load, ValTy, Alignment, AS, 7031 TTI.getMemoryOpCost(Instruction::Store, ValTy, Alignment, AS, 7219 TTI.getMemoryOpCost(I->getOpcode(), ValTy, Alignment, AS,
|
| SLPVectorizer.cpp | 4028 InstructionCost ScalarEltCost = TTI->getMemoryOpCost( 4036 VecLdCost = TTI->getMemoryOpCost(Instruction::Load, VecTy, alignment, 0, 4059 InstructionCost ScalarEltCost = TTI->getMemoryOpCost( 4062 InstructionCost VecStCost = TTI->getMemoryOpCost(
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| BasicTTIImpl.h | 213 getMemoryOpCost(Opcode, VT->getElementType(), Alignment, 0, CostKind)); 1074 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src, 1152 Cost = thisT()->getMemoryOpCost(Opcode, VecTy, Alignment, AddressSpace,
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| TargetTransformInfo.cpp | 820 InstructionCost TargetTransformInfo::getMemoryOpCost( 825 InstructionCost Cost = TTIImpl->getMemoryOpCost(Opcode, Src, Alignment,
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| IROutliner.cpp | 1314 TTI.getMemoryOpCost(Instruction::Load, V->getType(), Align(1), 0, 1348 TTI.getMemoryOpCost(Instruction::Load, V->getType(), Align(1), 0,
|