Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1660 EVT InputVT) const { in getPartialReduceMLAAction() argument
1664 InputVT.getSimpleVT().SimpleTy}; in getPartialReduceMLAAction()
1672 EVT InputVT) const { in isPartialReduceMLALegalOrCustom() argument
1673 LegalizeAction Action = getPartialReduceMLAAction(Opc, AccVT, InputVT); in isPartialReduceMLALegalOrCustom()
2758 void setPartialReduceMLAAction(unsigned Opc, MVT AccVT, MVT InputVT, in setPartialReduceMLAAction() argument
2762 assert(AccVT.isValid() && InputVT.isValid() && in setPartialReduceMLAAction()
2764 PartialReduceActionTypes Key = {Opc, AccVT.SimpleTy, InputVT.SimpleTy}; in setPartialReduceMLAAction()
2768 MVT InputVT, LegalizeAction Action) { in setPartialReduceMLAAction() argument
2770 setPartialReduceMLAAction(Opc, AccVT, InputVT, Action); in setPartialReduceMLAAction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4020 EVT InputVT = LHS.getValueType(); in getSETCCInGPR() local
4021 if (InputVT != MVT::i32 && InputVT != MVT::i64) in getSETCCInGPR()
4026 CC = ISD::getSetCCInverse(CC, InputVT); in getSETCCInGPR()
4028 bool Inputs32Bit = InputVT == MVT::i32; in getSETCCInGPR()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1322 MVT InputVT = MVT::getVectorVT(MVT::getIntegerVT(EltBits), NumElements); in lowerVECTOR_SHUFFLEAsZeroOrAnyExtend() local
1324 AnyExt ? DAG.getFreeze(InputV) : DAG.getConstant(0, DL, InputVT); in lowerVECTOR_SHUFFLEAsZeroOrAnyExtend()
1325 InputV = DAG.getBitcast(InputVT, InputV); in lowerVECTOR_SHUFFLEAsZeroOrAnyExtend()
1326 InputV = DAG.getNode(VilVLoHi, DL, InputVT, Ext, InputV); in lowerVECTOR_SHUFFLEAsZeroOrAnyExtend()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22774 SDValue InputVT = DAG.getValueType(DataVT); in performST1Combine() local
22777 InputVT = DAG.getValueType(HwSrcVt); in performST1Combine()
22789 InputVT in performST1Combine()
26018 SDValue InputVT = DAG.getValueType(SrcVT); in performScatterStoreCombine() local
26020 InputVT = DAG.getValueType(HwSrcVt); in performScatterStoreCombine()
26035 InputVT}; in performScatterStoreCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12528 MVT InputVT = MVT::getVectorVT(MVT::getIntegerVT(EltBits), NumElements); in lowerShuffleAsSpecificExtension() local
12529 SDValue Ext = AnyExt ? DAG.getUNDEF(InputVT) in lowerShuffleAsSpecificExtension()
12530 : getZeroVector(InputVT, Subtarget, DAG, DL); in lowerShuffleAsSpecificExtension()
12531 InputV = DAG.getBitcast(InputVT, InputV); in lowerShuffleAsSpecificExtension()
12532 InputV = DAG.getNode(UnpackLoHi, DL, InputVT, InputV, Ext); in lowerShuffleAsSpecificExtension()