Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4034 EVT InputVT = LHS.getValueType(); in getSETCCInGPR() local
4035 if (InputVT != MVT::i32 && InputVT != MVT::i64) in getSETCCInGPR()
4040 CC = ISD::getSetCCInverse(CC, InputVT); in getSETCCInGPR()
4042 bool Inputs32Bit = InputVT == MVT::i32; in getSETCCInGPR()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20514 SDValue InputVT = DAG.getValueType(DataVT); in performST1Combine() local
20517 InputVT = DAG.getValueType(HwSrcVt); in performST1Combine()
20529 InputVT in performST1Combine()
23156 SDValue InputVT = DAG.getValueType(SrcVT); in performScatterStoreCombine() local
23158 InputVT = DAG.getValueType(HwSrcVt); in performScatterStoreCombine()
23173 InputVT}; in performScatterStoreCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11897 MVT InputVT = MVT::getVectorVT(MVT::getIntegerVT(EltBits), NumElements); in lowerShuffleAsSpecificZeroOrAnyExtend() local
11898 SDValue Ext = AnyExt ? DAG.getUNDEF(InputVT) in lowerShuffleAsSpecificZeroOrAnyExtend()
11899 : getZeroVector(InputVT, Subtarget, DAG, DL); in lowerShuffleAsSpecificZeroOrAnyExtend()
11900 InputV = DAG.getBitcast(InputVT, InputV); in lowerShuffleAsSpecificZeroOrAnyExtend()
11901 InputV = DAG.getNode(UnpackLoHi, DL, InputVT, InputV, Ext); in lowerShuffleAsSpecificZeroOrAnyExtend()