Home
last modified time | relevance | path

Searched refs:Truncs (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp115 SmallSetVector<Instruction *, 4> &Truncs) { in isProfitableToInterleave() argument
134 for (auto *T : Truncs) { in isProfitableToInterleave()
166 SmallSetVector<Instruction *, 4> Truncs; in tryInterleave() local
179 if (Truncs.count(I)) in tryInterleave()
181 Truncs.insert(I); in tryInterleave()
281 for (auto *I : Truncs) in tryInterleave()
285 assert(!Truncs.empty() && "Expected some truncs"); in tryInterleave()
306 for (Instruction *I : Truncs) in tryInterleave()
313 if (!isProfitableToInterleave(Exts, Truncs)) in tryInterleave()
357 for (Instruction *I : Truncs) { in tryInterleave()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp115 SmallSetVector<Instruction *, 4> &Truncs) { in isProfitableToInterleave() argument
134 for (auto *T : Truncs) { in isProfitableToInterleave()
166 SmallSetVector<Instruction *, 4> Truncs; in tryInterleave() local
179 if (Truncs.count(I)) in tryInterleave()
181 Truncs.insert(I); in tryInterleave()
281 for (auto *I : Truncs) in tryInterleave()
285 assert(!Truncs.empty() && "Expected some truncs"); in tryInterleave()
306 for (Instruction *I : Truncs) in tryInterleave()
313 if (!isProfitableToInterleave(Exts, Truncs)) in tryInterleave()
357 for (Instruction *I : Truncs) { in tryInterleave()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp115 SmallSetVector<Instruction *, 4> &Truncs) { in isProfitableToInterleave() argument
134 for (auto *T : Truncs) { in isProfitableToInterleave()
166 SmallSetVector<Instruction *, 4> Truncs; in tryInterleave() local
179 if (Truncs.count(I)) in tryInterleave()
181 Truncs.insert(I); in tryInterleave()
281 for (auto *I : Truncs) in tryInterleave()
285 assert(!Truncs.empty() && "Expected some truncs"); in tryInterleave()
306 for (Instruction *I : Truncs) in tryInterleave()
313 if (!isProfitableToInterleave(Exts, Truncs)) in tryInterleave()
357 for (Instruction *I : Truncs) { in tryInterleave()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp115 SmallSetVector<Instruction *, 4> &Truncs) { in isProfitableToInterleave() argument
134 for (auto *T : Truncs) { in isProfitableToInterleave()
166 SmallSetVector<Instruction *, 4> Truncs; in tryInterleave() local
179 if (Truncs.count(I)) in tryInterleave()
181 Truncs.insert(I); in tryInterleave()
281 for (auto *I : Truncs) in tryInterleave()
285 assert(!Truncs.empty() && "Expected some truncs"); in tryInterleave()
306 for (Instruction *I : Truncs) in tryInterleave()
313 if (!isProfitableToInterleave(Exts, Truncs)) in tryInterleave()
357 for (Instruction *I : Truncs) { in tryInterleave()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp115 SmallSetVector<Instruction *, 4> &Truncs) { in isProfitableToInterleave() argument
134 for (auto *T : Truncs) { in isProfitableToInterleave()
166 SmallSetVector<Instruction *, 4> Truncs; in tryInterleave() local
179 if (Truncs.count(I)) in tryInterleave()
181 Truncs.insert(I); in tryInterleave()
281 for (auto *I : Truncs) in tryInterleave()
285 assert(!Truncs.empty() && "Expected some truncs"); in tryInterleave()
306 for (Instruction *I : Truncs) in tryInterleave()
313 if (!isProfitableToInterleave(Exts, Truncs)) in tryInterleave()
357 for (Instruction *I : Truncs) { in tryInterleave()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp115 SmallSetVector<Instruction *, 4> &Truncs) { in isProfitableToInterleave() argument
134 for (auto *T : Truncs) { in isProfitableToInterleave()
166 SmallSetVector<Instruction *, 4> Truncs; in tryInterleave() local
179 if (Truncs.count(I)) in tryInterleave()
181 Truncs.insert(I); in tryInterleave()
281 for (auto *I : Truncs) in tryInterleave()
285 assert(!Truncs.empty() && "Expected some truncs"); in tryInterleave()
306 for (Instruction *I : Truncs) in tryInterleave()
313 if (!isProfitableToInterleave(Exts, Truncs)) in tryInterleave()
357 for (Instruction *I : Truncs) { in tryInterleave()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DCodeGenPrepare.cpp3672 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
3688 SmallVectorImpl<Instruction *> *Truncs,
3696 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
3698 Exts, Truncs, TLI, true); in signExtendOperandForOther()
3706 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
3708 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
3717 SmallVectorImpl<Instruction *> *Truncs,
3877 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
3925 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
3940 if (Truncs) in promoteOperandForOther()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DCodeGenPrepare.cpp3494 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
3510 SmallVectorImpl<Instruction *> *Truncs,
3518 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
3520 Exts, Truncs, TLI, true); in signExtendOperandForOther()
3528 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
3530 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
3539 SmallVectorImpl<Instruction *> *Truncs,
3699 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
3747 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
3762 if (Truncs) in promoteOperandForOther()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DCodeGenPrepare.cpp3357 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
3373 SmallVectorImpl<Instruction *> *Truncs,
3381 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
3383 Exts, Truncs, TLI, true); in signExtendOperandForOther()
3391 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
3393 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
3402 SmallVectorImpl<Instruction *> *Truncs,
3562 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
3610 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
3625 if (Truncs) in promoteOperandForOther()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DCodeGenPrepare.cpp3767 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
3783 SmallVectorImpl<Instruction *> *Truncs,
3791 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
3793 Exts, Truncs, TLI, true); in signExtendOperandForOther()
3801 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
3803 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
3812 SmallVectorImpl<Instruction *> *Truncs,
3970 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4018 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4033 if (Truncs) in promoteOperandForOther()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3767 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
3783 SmallVectorImpl<Instruction *> *Truncs,
3791 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
3793 Exts, Truncs, TLI, true); in signExtendOperandForOther()
3801 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
3803 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
3812 SmallVectorImpl<Instruction *> *Truncs,
3970 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4018 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4033 if (Truncs) in promoteOperandForOther()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3767 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
3783 SmallVectorImpl<Instruction *> *Truncs,
3791 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
3793 Exts, Truncs, TLI, true); in signExtendOperandForOther()
3801 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
3803 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
3812 SmallVectorImpl<Instruction *> *Truncs,
3970 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4018 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4033 if (Truncs) in promoteOperandForOther()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3902 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
3918 SmallVectorImpl<Instruction *> *Truncs,
3926 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
3928 Exts, Truncs, TLI, true); in signExtendOperandForOther()
3936 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
3938 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
3947 SmallVectorImpl<Instruction *> *Truncs,
4105 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4153 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4168 if (Truncs) in promoteOperandForOther()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4091 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
4107 SmallVectorImpl<Instruction *> *Truncs,
4115 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
4117 Exts, Truncs, TLI, true); in signExtendOperandForOther()
4125 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
4127 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
4136 SmallVectorImpl<Instruction *> *Truncs,
4294 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4342 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4357 if (Truncs) in promoteOperandForOther()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DCodeGenPrepare.cpp4091 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
4107 SmallVectorImpl<Instruction *> *Truncs,
4115 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
4117 Exts, Truncs, TLI, true); in signExtendOperandForOther()
4125 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
4127 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
4136 SmallVectorImpl<Instruction *> *Truncs,
4294 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4342 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4357 if (Truncs) in promoteOperandForOther()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3919 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
3935 SmallVectorImpl<Instruction *> *Truncs,
3943 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
3945 Exts, Truncs, TLI, true); in signExtendOperandForOther()
3953 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
3955 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
3964 SmallVectorImpl<Instruction *> *Truncs,
4122 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4170 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4185 if (Truncs) in promoteOperandForOther()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DCodeGenPrepare.cpp3872 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
3888 SmallVectorImpl<Instruction *> *Truncs,
3896 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
3898 Exts, Truncs, TLI, true); in signExtendOperandForOther()
3906 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
3908 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
3917 SmallVectorImpl<Instruction *> *Truncs,
4075 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4123 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4138 if (Truncs) in promoteOperandForOther()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4091 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
4107 SmallVectorImpl<Instruction *> *Truncs,
4115 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
4117 Exts, Truncs, TLI, true); in signExtendOperandForOther()
4125 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
4127 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
4136 SmallVectorImpl<Instruction *> *Truncs,
4294 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4342 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4357 if (Truncs) in promoteOperandForOther()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4091 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
4107 SmallVectorImpl<Instruction *> *Truncs,
4115 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
4117 Exts, Truncs, TLI, true); in signExtendOperandForOther()
4125 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
4127 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
4136 SmallVectorImpl<Instruction *> *Truncs,
4294 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4342 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4357 if (Truncs) in promoteOperandForOther()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4091 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
4107 SmallVectorImpl<Instruction *> *Truncs,
4115 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
4117 Exts, Truncs, TLI, true); in signExtendOperandForOther()
4125 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
4127 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
4136 SmallVectorImpl<Instruction *> *Truncs,
4294 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4342 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4357 if (Truncs) in promoteOperandForOther()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3921 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
3937 SmallVectorImpl<Instruction *> *Truncs,
3945 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
3947 Exts, Truncs, TLI, true); in signExtendOperandForOther()
3955 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
3957 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
3966 SmallVectorImpl<Instruction *> *Truncs,
4124 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4172 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4187 if (Truncs) in promoteOperandForOther()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3919 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
3935 SmallVectorImpl<Instruction *> *Truncs,
3943 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
3945 Exts, Truncs, TLI, true); in signExtendOperandForOther()
3953 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
3955 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
3964 SmallVectorImpl<Instruction *> *Truncs,
4122 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4170 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4185 if (Truncs) in promoteOperandForOther()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4091 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
4107 SmallVectorImpl<Instruction *> *Truncs,
4115 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
4117 Exts, Truncs, TLI, true); in signExtendOperandForOther()
4125 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
4127 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
4136 SmallVectorImpl<Instruction *> *Truncs,
4294 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4342 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4357 if (Truncs) in promoteOperandForOther()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-phi.mir54 ; Test that we insert legalization artifacts(Truncs here) into the correct BBs
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-phi.mir100 ; Test that we insert legalization artifacts(Truncs here) into the correct BBs

12