Home
last modified time | relevance | path

Searched refs:RetVF (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DBasicTTIImpl.h1024 unsigned RetVF = (RetTy->isVectorTy() ? RetTy->getVectorNumElements() : 1); variable
1025 assert((RetVF == 1 || VF == 1) && "VF > 1 and RetVF is a vector type");
1045 if (RetVF > 1 || VF > 1) {
1115 if (RetVF > 1)
1116 CondTy = VectorType::get(CondTy, RetVF);
1292 if (RetVF > 1)
1293 CondTy = VectorType::get(CondTy, RetVF);
1314 if (RetVF > 1)
1315 CondTy = VectorType::get(CondTy, RetVF);
1333 if (RetVF > 1)
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DBasicTTIImpl.h1009 unsigned RetVF = (RetTy->isVectorTy() ? RetTy->getVectorNumElements() : 1); variable
1010 assert((RetVF == 1 || VF == 1) && "VF > 1 and RetVF is a vector type");
1030 if (RetVF > 1 || VF > 1) {
1100 if (RetVF > 1)
1101 CondTy = VectorType::get(CondTy, RetVF);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp700 unsigned RetVF = in getIntrinsicInstrCost() local
703 assert((RetVF == 1 || VF == 1) && "VF > 1 and RetVF is a vector type"); in getIntrinsicInstrCost()
722 if (RetVF > 1 || VF > 1) { in getIntrinsicInstrCost()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1152 unsigned RetVF = in getIntrinsicInstrCost() local
1155 assert((RetVF == 1 || VF == 1) && "VF > 1 and RetVF is a vector type"); in getIntrinsicInstrCost()
1165 if (VF == 1 && RetVF == 1 && getTLI()->isCheapToSpeculateCttz()) in getIntrinsicInstrCost()
1171 if (VF == 1 && RetVF == 1 && getTLI()->isCheapToSpeculateCtlz()) in getIntrinsicInstrCost()
1273 if (RetVF > 1 || VF > 1) { in getIntrinsicInstrCost()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp736 unsigned RetVF = in getIntrinsicInstrCost() local
739 assert((RetVF == 1 || VF == 1) && "VF > 1 and RetVF is a vector type"); in getIntrinsicInstrCost()
758 if (RetVF > 1 || VF > 1) { in getIntrinsicInstrCost()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp736 unsigned RetVF = in getIntrinsicInstrCost() local
739 assert((RetVF == 1 || VF == 1) && "VF > 1 and RetVF is a vector type"); in getIntrinsicInstrCost()
758 if (RetVF > 1 || VF > 1) { in getIntrinsicInstrCost()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1215 ElementCount RetVF = in getIntrinsicInstrCost() local
1218 assert((RetVF.isScalar() || VF.isScalar()) && in getIntrinsicInstrCost()
1229 if (VF.isScalar() && RetVF.isScalar() && in getIntrinsicInstrCost()
1236 if (VF.isScalar() && RetVF.isScalar() && in getIntrinsicInstrCost()
1366 if (RetVF.isVector() || VF.isVector()) { in getIntrinsicInstrCost()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1215 ElementCount RetVF = in getIntrinsicInstrCost() local
1218 assert((RetVF.isScalar() || VF.isScalar()) && in getIntrinsicInstrCost()
1229 if (VF.isScalar() && RetVF.isScalar() && in getIntrinsicInstrCost()
1236 if (VF.isScalar() && RetVF.isScalar() && in getIntrinsicInstrCost()
1366 if (RetVF.isVector() || VF.isVector()) { in getIntrinsicInstrCost()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DBasicTTIImpl.h902 unsigned RetVF = (RetTy->isVectorTy() ? RetTy->getVectorNumElements() : 1); in log()
903 assert((RetVF == 1 || VF == 1) && "VF > 1 and RetVF is a vector type"); in log()
922 if (RetVF > 1 || VF > 1) { in log()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1330 ElementCount RetVF =
1342 if (RetVF.isScalar() && getTLI()->isCheapToSpeculateCttz())
1348 if (RetVF.isScalar() && getTLI()->isCheapToSpeculateCtlz())
1476 if (RetVF.isVector() && !RetVF.isScalable()) {
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DBasicTTIImpl.h1330 ElementCount RetVF = in getIntrinsicInstrCost() local
1342 if (RetVF.isScalar() && getTLI()->isCheapToSpeculateCttz()) in getIntrinsicInstrCost()
1348 if (RetVF.isScalar() && getTLI()->isCheapToSpeculateCtlz()) in getIntrinsicInstrCost()
1476 if (RetVF.isVector() && !RetVF.isScalable()) { in getIntrinsicInstrCost()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1330 ElementCount RetVF = in getIntrinsicInstrCost() local
1342 if (RetVF.isScalar() && getTLI()->isCheapToSpeculateCttz()) in getIntrinsicInstrCost()
1348 if (RetVF.isScalar() && getTLI()->isCheapToSpeculateCtlz()) in getIntrinsicInstrCost()
1476 if (RetVF.isVector() && !RetVF.isScalable()) { in getIntrinsicInstrCost()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1335 ElementCount RetVF = in getIntrinsicInstrCost() local
1347 if (RetVF.isScalar() && getTLI()->isCheapToSpeculateCttz()) in getIntrinsicInstrCost()
1353 if (RetVF.isScalar() && getTLI()->isCheapToSpeculateCtlz()) in getIntrinsicInstrCost()
1481 if (RetVF.isVector() && !RetVF.isScalable()) { in getIntrinsicInstrCost()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1330 ElementCount RetVF = in getIntrinsicInstrCost() local
1342 if (RetVF.isScalar() && getTLI()->isCheapToSpeculateCttz()) in getIntrinsicInstrCost()
1348 if (RetVF.isScalar() && getTLI()->isCheapToSpeculateCtlz()) in getIntrinsicInstrCost()
1476 if (RetVF.isVector() && !RetVF.isScalable()) { in getIntrinsicInstrCost()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1330 ElementCount RetVF =
1342 if (RetVF.isScalar() && getTLI()->isCheapToSpeculateCttz())
1348 if (RetVF.isScalar() && getTLI()->isCheapToSpeculateCtlz())
1476 if (RetVF.isVector() && !RetVF.isScalable()) {
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DBasicTTIImpl.h1074 unsigned RetVF = (RetTy->isVectorTy() ? RetTy->getVectorNumElements() : 1); variable
1075 assert((RetVF == 1 || VF == 1) && "VF > 1 and RetVF is a vector type");
1095 if (RetVF > 1 || VF > 1) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1074 unsigned RetVF = (RetTy->isVectorTy() ? RetTy->getVectorNumElements() : 1); variable
1075 assert((RetVF == 1 || VF == 1) && "VF > 1 and RetVF is a vector type");
1095 if (RetVF > 1 || VF > 1) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1074 unsigned RetVF = (RetTy->isVectorTy() ? RetTy->getVectorNumElements() : 1); variable
1075 assert((RetVF == 1 || VF == 1) && "VF > 1 and RetVF is a vector type");
1095 if (RetVF > 1 || VF > 1) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp754 unsigned RetVF = in getIntrinsicInstrCost() local
766 if (RetVF > 1) { in getIntrinsicInstrCost()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1135 unsigned RetVF = in getIntrinsicInstrCost() local
1138 assert((RetVF == 1 || VF == 1) && "VF > 1 and RetVF is a vector type"); in getIntrinsicInstrCost()
1160 if (RetVF > 1 || VF > 1) { in getIntrinsicInstrCost()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DBasicTTIImpl.h1133 unsigned RetVF = in getIntrinsicInstrCost() local
1136 assert((RetVF == 1 || VF == 1) && "VF > 1 and RetVF is a vector type"); in getIntrinsicInstrCost()
1158 if (RetVF > 1 || VF > 1) { in getIntrinsicInstrCost()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp752 unsigned RetVF = in getIntrinsicInstrCost() local
764 if (RetVF > 1) { in getIntrinsicInstrCost()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp752 unsigned RetVF = in getIntrinsicInstrCost() local
764 if (RetVF > 1) { in getIntrinsicInstrCost()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp752 unsigned RetVF = in getIntrinsicInstrCost() local
764 if (RetVF > 1) { in getIntrinsicInstrCost()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp752 unsigned RetVF = in getIntrinsicInstrCost() local
764 if (RetVF > 1) { in getIntrinsicInstrCost()

12