Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1885 Value *InputA, Value *InputB) { in replaceSymmetricNode() argument
1889 I = B.CreateFNeg(InputA); in replaceSymmetricNode()
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 DARMISelLowering.h761 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
H A DARMISelLowering.cpp22142 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() argument
22145 FixedVectorType *Ty = cast<FixedVectorType>(InputA->getType()); in createComplexDeinterleavingIR()
22158 auto *LowerSplitA = B.CreateShuffleVector(InputA, LowerSplitMask); in createComplexDeinterleavingIR()
22160 auto *UpperSplitA = B.CreateShuffleVector(InputA, 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 DAArch64ISelLowering.h918 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
H A DAArch64ISelLowering.cpp28513 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() argument
28515 VectorType *Ty = cast<VectorType>(InputA->getType()); in createComplexDeinterleavingIR()
28528 auto *LowerSplitA = B.CreateExtractVector(HalfTy, InputA, B.getInt64(0)); in createComplexDeinterleavingIR()
28531 B.CreateExtractVector(HalfTy, InputA, 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 DTargetLowering.h3413 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,