Searched refs:Truncs (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2742 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI); 2758 SmallVectorImpl<Instruction *> *Truncs, 2766 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument 2768 Exts, Truncs, TLI, true); in signExtendOperandForOther() 2776 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument 2778 Exts, Truncs, TLI, false); in zeroExtendOperandForOther() 2787 SmallVectorImpl<Instruction *> *Truncs, 2904 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument 2952 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument 2968 if (Truncs) in promoteOperandForOther() [all …]
|