Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp110 SmallSetVector<Instruction *, 4> &Truncs) { in isProfitableToInterleave() argument
129 for (auto *T : Truncs) { in isProfitableToInterleave()
160 SmallSetVector<Instruction *, 4> Truncs; in tryInterleave() local
174 if (!Truncs.insert(I)) in tryInterleave()
281 for (auto *I : Truncs) in tryInterleave()
288 assert((!Truncs.empty() || !Reducts.empty()) && in tryInterleave()
290 if (Truncs.empty() && Exts.empty()) in tryInterleave()
293 auto *VT = !Truncs.empty() in tryInterleave()
294 ? cast<FixedVectorType>(Truncs[0]->getType()) in tryInterleave()
317 for (Instruction *I : Truncs) in tryInterleave()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4777 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
4793 SmallVectorImpl<Instruction *> *Truncs,
4801 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
4803 Exts, Truncs, TLI, true); in signExtendOperandForOther()
4811 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
4813 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
4822 SmallVectorImpl<Instruction *> *Truncs,
4980 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
5028 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
5043 if (Truncs) in promoteOperandForOther()
[all …]