Home
last modified time | relevance | path

Searched refs:CostKind (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp123 ArrayRef<Type*> Tys, TTI::TargetCostKind CostKind) { in getCallInstrCost() argument
134 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
149 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
154 CostKind, I); in getMemoryOpCost()
193 CostKind, I); in getMemoryOpCost()
201 CostKind); in getMaskedMemoryOpCost()
223 CostKind, in getInterleavedMemoryOpCost()
226 CostKind); in getInterleavedMemoryOpCost()
249 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
275 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp135 ArrayRef<Type*> Tys, TTI::TargetCostKind CostKind) { in getCallInstrCost() argument
146 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
161 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
166 CostKind, I); in getMemoryOpCost()
205 CostKind, I); in getMemoryOpCost()
213 CostKind); in getMaskedMemoryOpCost()
235 CostKind, in getInterleavedMemoryOpCost()
238 CostKind); in getInterleavedMemoryOpCost()
258 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
282 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp123 ArrayRef<Type*> Tys, TTI::TargetCostKind CostKind) { in getCallInstrCost() argument
134 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
149 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
154 CostKind, I); in getMemoryOpCost()
193 CostKind, I); in getMemoryOpCost()
201 CostKind); in getMaskedMemoryOpCost()
223 CostKind, in getInterleavedMemoryOpCost()
226 CostKind); in getInterleavedMemoryOpCost()
249 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
275 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp135 ArrayRef<Type*> Tys, TTI::TargetCostKind CostKind) { in getCallInstrCost() argument
146 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
161 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
166 CostKind, I); in getMemoryOpCost()
205 CostKind, I); in getMemoryOpCost()
213 CostKind); in getMaskedMemoryOpCost()
235 CostKind, in getInterleavedMemoryOpCost()
238 CostKind); in getInterleavedMemoryOpCost()
258 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
282 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp123 ArrayRef<Type*> Tys, TTI::TargetCostKind CostKind) { in getCallInstrCost() argument
134 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
149 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
154 CostKind, I); in getMemoryOpCost()
193 CostKind, I); in getMemoryOpCost()
201 CostKind); in getMaskedMemoryOpCost()
223 CostKind, in getInterleavedMemoryOpCost()
226 CostKind); in getInterleavedMemoryOpCost()
249 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
275 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h235 getCFInstrCost(Instruction::Br, CostKind) + in getCommonMaskedMemoryOpCost()
765 if (CostKind != TTI::TCK_RecipThroughput)
1069 if (CostKind != TTI::TCK_RecipThroughput)
1129 if (CostKind != TTI::TCK_RecipThroughput)
1164 CostKind); in getMaskedMemoryOpCost()
1195 CostKind);
1691 /*IsUnsigned=*/false, CostKind); in getTypeBasedIntrinsicInstrCost()
1696 /*IsUnsigned=*/true, CostKind); in getTypeBasedIntrinsicInstrCost()
2103 Opcode, VTy->getElementType(), CostKind); in getOrderedReductionCost()
2184 Instruction::Add, ExtTy, None, CostKind); in getExtendedAddReductionCost()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp139 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
150 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
166 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
171 CostKind, I); in getMemoryOpCost()
212 CostKind, I); in getMemoryOpCost()
220 CostKind); in getMaskedMemoryOpCost()
243 CostKind, in getInterleavedMemoryOpCost()
246 CostKind); in getInterleavedMemoryOpCost()
269 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
299 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp139 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
150 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
166 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
171 CostKind, I); in getMemoryOpCost()
212 CostKind, I); in getMemoryOpCost()
220 CostKind); in getMaskedMemoryOpCost()
243 CostKind, in getInterleavedMemoryOpCost()
246 CostKind); in getInterleavedMemoryOpCost()
269 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
299 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp139 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
150 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
166 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
171 CostKind, I); in getMemoryOpCost()
212 CostKind, I); in getMemoryOpCost()
220 CostKind); in getMaskedMemoryOpCost()
243 CostKind, in getInterleavedMemoryOpCost()
246 CostKind); in getInterleavedMemoryOpCost()
269 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
299 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp140 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
151 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
167 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
172 CostKind, I); in getMemoryOpCost()
213 CostKind, I); in getMemoryOpCost()
221 CostKind); in getMaskedMemoryOpCost()
244 CostKind, in getInterleavedMemoryOpCost()
247 CostKind); in getInterleavedMemoryOpCost()
270 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
300 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp139 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
150 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
166 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
171 CostKind, I); in getMemoryOpCost()
212 CostKind, I); in getMemoryOpCost()
220 CostKind); in getMaskedMemoryOpCost()
243 CostKind, in getInterleavedMemoryOpCost()
246 CostKind); in getInterleavedMemoryOpCost()
269 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
299 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp139 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind);
150 return BaseT::getIntrinsicInstrCost(ICA, CostKind);
166 if (CostKind != TTI::TCK_RecipThroughput)
171 CostKind, I);
212 CostKind, I);
220 CostKind);
243 CostKind,
246 CostKind);
269 if (CostKind != TTI::TCK_RecipThroughput)
299 if (CostKind != TTI::TCK_RecipThroughput)
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h234 getCFInstrCost(Instruction::Br, CostKind) +
754 if (CostKind != TTI::TCK_RecipThroughput)
1058 if (CostKind != TTI::TCK_RecipThroughput)
1118 if (CostKind != TTI::TCK_RecipThroughput)
1153 CostKind);
1184 CostKind);
1686 /*IsUnsigned=*/false, CostKind);
1691 /*IsUnsigned=*/true, CostKind);
2095 Opcode, VTy->getElementType(), CostKind);
2176 Instruction::Add, ExtTy, None, CostKind);
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DBasicTTIImpl.h234 getCFInstrCost(Instruction::Br, CostKind) + in getCommonMaskedMemoryOpCost()
754 if (CostKind != TTI::TCK_RecipThroughput)
1058 if (CostKind != TTI::TCK_RecipThroughput)
1118 if (CostKind != TTI::TCK_RecipThroughput)
1153 CostKind); in getMaskedMemoryOpCost()
1184 CostKind);
1686 /*IsUnsigned=*/false, CostKind); in getTypeBasedIntrinsicInstrCost()
1691 /*IsUnsigned=*/true, CostKind); in getTypeBasedIntrinsicInstrCost()
2095 Opcode, VTy->getElementType(), CostKind); in getOrderedReductionCost()
2176 Instruction::Add, ExtTy, None, CostKind); in getExtendedAddReductionCost()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h234 getCFInstrCost(Instruction::Br, CostKind) + in getCommonMaskedMemoryOpCost()
754 if (CostKind != TTI::TCK_RecipThroughput)
1058 if (CostKind != TTI::TCK_RecipThroughput)
1118 if (CostKind != TTI::TCK_RecipThroughput)
1153 CostKind); in getMaskedMemoryOpCost()
1184 CostKind);
1686 /*IsUnsigned=*/false, CostKind); in getTypeBasedIntrinsicInstrCost()
1691 /*IsUnsigned=*/true, CostKind); in getTypeBasedIntrinsicInstrCost()
2095 Opcode, VTy->getElementType(), CostKind); in getOrderedReductionCost()
2176 Instruction::Add, ExtTy, None, CostKind); in getExtendedAddReductionCost()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h234 getCFInstrCost(Instruction::Br, CostKind) + in getCommonMaskedMemoryOpCost()
754 if (CostKind != TTI::TCK_RecipThroughput)
1058 if (CostKind != TTI::TCK_RecipThroughput)
1118 if (CostKind != TTI::TCK_RecipThroughput)
1153 CostKind); in getMaskedMemoryOpCost()
1184 CostKind);
1686 /*IsUnsigned=*/false, CostKind); in getTypeBasedIntrinsicInstrCost()
1691 /*IsUnsigned=*/true, CostKind); in getTypeBasedIntrinsicInstrCost()
2095 Opcode, VTy->getElementType(), CostKind); in getOrderedReductionCost()
2176 Instruction::Add, ExtTy, None, CostKind); in getExtendedAddReductionCost()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h234 getCFInstrCost(Instruction::Br, CostKind) +
754 if (CostKind != TTI::TCK_RecipThroughput)
1058 if (CostKind != TTI::TCK_RecipThroughput)
1118 if (CostKind != TTI::TCK_RecipThroughput)
1153 CostKind);
1184 CostKind);
1686 /*IsUnsigned=*/false, CostKind);
1691 /*IsUnsigned=*/true, CostKind);
2095 Opcode, VTy->getElementType(), CostKind);
2176 Instruction::Add, ExtTy, None, CostKind);
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h678 if (CostKind != TTI::TCK_RecipThroughput)
901 return BaseT::getCFInstrCost(Opcode, CostKind); in getCFInstrCost()
913 if (CostKind != TTI::TCK_RecipThroughput)
970 if (CostKind != TTI::TCK_RecipThroughput)
1039 getCFInstrCost(Instruction::Br, CostKind) +
1065 CostKind);
1531 CostKind); in getTypeBasedIntrinsicInstrCost()
1576 /*IsUnsigned=*/false, CostKind); in getTypeBasedIntrinsicInstrCost()
1582 /*IsUnsigned=*/true, CostKind); in getTypeBasedIntrinsicInstrCost()
2030 Instruction::Add, ExtTy, false, CostKind); in getExtendedAddReductionCost()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h678 if (CostKind != TTI::TCK_RecipThroughput)
901 return BaseT::getCFInstrCost(Opcode, CostKind); in getCFInstrCost()
913 if (CostKind != TTI::TCK_RecipThroughput)
970 if (CostKind != TTI::TCK_RecipThroughput)
1039 getCFInstrCost(Instruction::Br, CostKind) +
1065 CostKind);
1531 CostKind); in getTypeBasedIntrinsicInstrCost()
1576 /*IsUnsigned=*/false, CostKind); in getTypeBasedIntrinsicInstrCost()
1582 /*IsUnsigned=*/true, CostKind); in getTypeBasedIntrinsicInstrCost()
2030 Instruction::Add, ExtTy, false, CostKind); in getExtendedAddReductionCost()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h632 if (CostKind != TTI::TCK_RecipThroughput)
663 Opcode, VTy->getScalarType(), CostKind);
856 return BaseT::getCFInstrCost(Opcode, CostKind); in getCFInstrCost()
867 if (CostKind != TTI::TCK_RecipThroughput)
923 if (CostKind != TTI::TCK_RecipThroughput)
969 CostKind);
1107 if (CostKind != TTI::TCK_RecipThroughput) { in getIntrinsicInstrCost()
1430 /*IsUnsigned=*/false, CostKind); in getTypeBasedIntrinsicInstrCost()
1436 /*IsUnsigned=*/true, CostKind); in getTypeBasedIntrinsicInstrCost()
1808 CostKind); in getMinMaxReductionCost()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DBasicTTIImpl.h630 if (CostKind != TTI::TCK_RecipThroughput)
661 Opcode, VTy->getScalarType(), CostKind);
854 return BaseT::getCFInstrCost(Opcode, CostKind); in getCFInstrCost()
865 if (CostKind != TTI::TCK_RecipThroughput)
921 if (CostKind != TTI::TCK_RecipThroughput)
967 CostKind);
1105 if (CostKind != TTI::TCK_RecipThroughput) { in getIntrinsicInstrCost()
1428 /*IsUnsigned=*/false, CostKind); in getTypeBasedIntrinsicInstrCost()
1434 /*IsUnsigned=*/true, CostKind); in getTypeBasedIntrinsicInstrCost()
1806 CostKind); in getMinMaxReductionCost()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h657 if (CostKind != TTI::TCK_RecipThroughput)
844 CostKind, I));
880 return BaseT::getCFInstrCost(Opcode, CostKind); in getCFInstrCost()
892 if (CostKind != TTI::TCK_RecipThroughput)
949 if (CostKind != TTI::TCK_RecipThroughput)
999 CostKind);
1429 CostKind); in getTypeBasedIntrinsicInstrCost()
1435 CostKind); in getTypeBasedIntrinsicInstrCost()
1474 /*IsUnsigned=*/false, CostKind); in getTypeBasedIntrinsicInstrCost()
1480 /*IsUnsigned=*/true, CostKind); in getTypeBasedIntrinsicInstrCost()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h122 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
132 TTI::TargetCostKind CostKind,
135 TTI::TargetCostKind CostKind,
142 TTI::TargetCostKind CostKind,
149 TTI::TargetCostKind CostKind,
159 TTI::TargetCostKind CostKind);
169 TTI::TargetCostKind CostKind);
174 TTI::TargetCostKind CostKind = TTI::TCK_SizeAndLatency,
179 TTI::TargetCostKind CostKind = TTI::TCK_SizeAndLatency,
184 TTI::TargetCostKind CostKind = TTI::TCK_SizeAndLatency,
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86TargetTransformInfo.h122 TTI::TargetCostKind CostKind = TTI::TCK_RecipThroughput,
132 TTI::TargetCostKind CostKind,
135 TTI::TargetCostKind CostKind,
142 TTI::TargetCostKind CostKind,
149 TTI::TargetCostKind CostKind,
159 TTI::TargetCostKind CostKind);
169 TTI::TargetCostKind CostKind);
174 TTI::TargetCostKind CostKind = TTI::TCK_SizeAndLatency,
179 TTI::TargetCostKind CostKind = TTI::TCK_SizeAndLatency,
184 TTI::TargetCostKind CostKind = TTI::TCK_SizeAndLatency,
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp336 auto AdjustCost = [&CostKind](int Cost) { in getCastInstrCost()
337 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
485 CostKind); in getExtractWithExtendCost()
491 CostKind); in getExtractWithExtendCost()
511 CostKind); in getExtractWithExtendCost()
516 if (CostKind != TTI::TCK_RecipThroughput) in getCFInstrCost()
555 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
703 if (CostKind != TTI::TCK_RecipThroughput) in getCmpSelInstrCost()
804 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
810 CostKind); in getMemoryOpCost()
[all …]

12345678910>>...16