Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp2322 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
2338 SmallVectorImpl<Instruction *> *Truncs,
2346 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
2348 Exts, Truncs, TLI, true); in signExtendOperandForOther()
2356 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
2358 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
2367 SmallVectorImpl<Instruction *> *Truncs,
2487 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
2535 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
2551 if (Truncs) in promoteOperandForOther()
[all …]