Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1886 Value *InputA, Value *InputB) { in replaceSymmetricNode() argument
1893 I = B.CreateFAdd(InputA, InputB); in replaceSymmetricNode()
1896 I = B.CreateAdd(InputA, InputB); in replaceSymmetricNode()
1899 I = B.CreateFSub(InputA, InputB); in replaceSymmetricNode()
1902 I = B.CreateSub(InputA, InputB); in replaceSymmetricNode()
1905 I = B.CreateFMul(InputA, InputB); in replaceSymmetricNode()
1908 I = B.CreateMul(InputA, InputB); in replaceSymmetricNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h762 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
H A DARMISelLowering.cpp22119 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() argument
22136 auto *LowerSplitB = B.CreateShuffleVector(InputB, LowerSplitMask); in createComplexDeinterleavingIR()
22138 auto *UpperSplitB = B.CreateShuffleVector(InputB, UpperSplitMask); in createComplexDeinterleavingIR()
22164 {ConstRotation, Accumulator, InputB, InputA}); in createComplexDeinterleavingIR()
22166 {ConstRotation, InputB, InputA}); in createComplexDeinterleavingIR()
22182 {ConstHalving, ConstRotation, InputA, InputB}); in createComplexDeinterleavingIR()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h893 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
H A DAArch64ISelLowering.cpp26937 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() argument
26953 auto *LowerSplitB = B.CreateExtractVector(HalfTy, InputB, B.getInt64(0)); in createComplexDeinterleavingIR()
26957 B.CreateExtractVector(HalfTy, InputB, B.getInt64(Stride)); in createComplexDeinterleavingIR()
26983 {Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR()
26988 {Mask, Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR()
26998 {Accumulator, InputA, InputB}); in createComplexDeinterleavingIR()
27008 {InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR()
27013 {Mask, InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR()
27027 return B.CreateIntrinsic(IntId, Ty, {InputA, InputB}); in createComplexDeinterleavingIR()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3294 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,