Searched refs:InputB (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 1885 Value *InputA, Value *InputB) { in replaceSymmetricNode() argument 1892 I = B.CreateFAdd(InputA, InputB); in replaceSymmetricNode() 1895 I = B.CreateAdd(InputA, InputB); in replaceSymmetricNode() 1898 I = B.CreateFSub(InputA, InputB); in replaceSymmetricNode() 1901 I = B.CreateSub(InputA, InputB); in replaceSymmetricNode() 1904 I = B.CreateFMul(InputA, InputB); in replaceSymmetricNode() 1907 I = B.CreateMul(InputA, InputB); in replaceSymmetricNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 761 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
|
H A D | ARMISelLowering.cpp | 22142 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() argument 22159 auto *LowerSplitB = B.CreateShuffleVector(InputB, LowerSplitMask); in createComplexDeinterleavingIR() 22161 auto *UpperSplitB = B.CreateShuffleVector(InputB, UpperSplitMask); in createComplexDeinterleavingIR() 22187 {ConstRotation, Accumulator, InputB, InputA}); in createComplexDeinterleavingIR() 22189 {ConstRotation, InputB, InputA}); in createComplexDeinterleavingIR() 22205 {ConstHalving, ConstRotation, InputA, InputB}); in createComplexDeinterleavingIR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 918 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
|
H A D | AArch64ISelLowering.cpp | 28513 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() argument 28529 auto *LowerSplitB = B.CreateExtractVector(HalfTy, InputB, B.getInt64(0)); in createComplexDeinterleavingIR() 28533 B.CreateExtractVector(HalfTy, InputB, B.getInt64(Stride)); in createComplexDeinterleavingIR() 28559 {Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR() 28564 {Mask, Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR() 28574 {Accumulator, InputA, InputB}); in createComplexDeinterleavingIR() 28584 {InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR() 28589 {Mask, InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR() 28603 return B.CreateIntrinsic(IntId, Ty, {InputA, InputB}); in createComplexDeinterleavingIR()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3413 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
|